svn commit: r371875 - head/net/p5-ZConf
Mathieu Arnold
mat at FreeBSD.org
Fri Oct 31 16:38:03 UTC 2014
Author: mat
Date: Fri Oct 31 16:38:01 2014
New Revision: 371875
URL: https://svnweb.freebsd.org/changeset/ports/371875
QAT: https://qat.redports.org/buildarchive/r371875/
Log:
Fix shebang.
Sponsored by: Absolight
Modified:
head/net/p5-ZConf/Makefile
head/net/p5-ZConf/pkg-plist
Modified: head/net/p5-ZConf/Makefile
==============================================================================
--- head/net/p5-ZConf/Makefile Fri Oct 31 16:34:20 2014 (r371874)
+++ head/net/p5-ZConf/Makefile Fri Oct 31 16:38:01 2014 (r371875)
@@ -3,6 +3,7 @@
PORTNAME= ZConf
PORTVERSION= 6.1.0
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -23,7 +24,11 @@ BUILD_DEPENDS= p5-Chooser>=0:${PORTSDIR}
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= configure
+SHEBANG_FILES= bin/zcset bin/zccreate bin/zccdump bin/zcvls \
+ bin/zcchooser-set bin/zcget bin/zcchooser-edit \
+ bin/zcchooser-get bin/zcchooser-run bin/zcls \
+ bin/zcrm bin/zcvdel
.include <bsd.port.mk>
Modified: head/net/p5-ZConf/pkg-plist
==============================================================================
--- head/net/p5-ZConf/pkg-plist Fri Oct 31 16:34:20 2014 (r371874)
+++ head/net/p5-ZConf/pkg-plist Fri Oct 31 16:38:01 2014 (r371875)
@@ -5,9 +5,6 @@
%%PERL5_MAN3%%/ZConf.3.gz
%%PERL5_MAN3%%/ZConf::backends::file.3.gz
%%PERL5_MAN3%%/ZConf::backends::ldap.3.gz
- at dirrmtry %%SITE_PERL%%/ZConf/backends
- at dirrmtry %%SITE_PERL%%/ZConf
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
bin/zcchooser-edit
bin/zcchooser-get
bin/zcchooser-run
More information about the svn-ports-all
mailing list