svn commit: r396686 - branches/2015Q3/devel/cvs+ipv6
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 11 17:37:28 UTC 2015
Author: amdmi3
Date: Fri Sep 11 17:37:27 2015
New Revision: 396686
URL: https://svnweb.freebsd.org/changeset/ports/396686
Log:
MFH: r396685
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/devel/cvs+ipv6/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/devel/cvs+ipv6/Makefile
==============================================================================
--- branches/2015Q3/devel/cvs+ipv6/Makefile Fri Sep 11 17:33:54 2015 (r396685)
+++ branches/2015Q3/devel/cvs+ipv6/Makefile Fri Sep 11 17:37:27 2015 (r396686)
@@ -2,7 +2,7 @@
PORTNAME= cvs
PORTVERSION= 1.20120905
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel ipv6
MASTER_SITES= LOCAL/eadler
PKGNAMESUFFIX= +ipv6
@@ -18,7 +18,16 @@ COMMENT= IPv6 enabled cvs. You can use
CONFLICTS= cvsnt-[12]* cvs-devel-[12]*
LICENSE= GPLv2
-USES= makeinfo tar:xz uidfix
+USES= makeinfo shebangfix tar:xz uidfix
+SHEBANG_FILES= contrib/clmerge \
+ contrib/cln_hist \
+ contrib/commit_prep \
+ contrib/cvs_acls \
+ contrib/easy-import \
+ contrib/log \
+ contrib/log_accum \
+ contrib/mfpipe \
+ contrib/rcslock
PATCHDIR= ${WRKDIR}/call/cvs-build
WRKSRC= ${WRKDIR}/call/cvs-build
INFO= cvs cvsclient
More information about the svn-ports-branches
mailing list