svn commit: r385739 - head/sysutils/fastest_cvsup
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 8 09:15:21 UTC 2015
Author: amdmi3
Date: Fri May 8 09:15:20 2015
New Revision: 385739
URL: https://svnweb.freebsd.org/changeset/ports/385739
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/sysutils/fastest_cvsup/Makefile
Modified: head/sysutils/fastest_cvsup/Makefile
==============================================================================
--- head/sysutils/fastest_cvsup/Makefile Fri May 8 09:15:13 2015 (r385738)
+++ head/sysutils/fastest_cvsup/Makefile Fri May 8 09:15:20 2015 (r385739)
@@ -3,6 +3,7 @@
PORTNAME= fastest_cvsup
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME:S/_/-/}
@@ -11,7 +12,8 @@ COMMENT= Finds fastest CVSup server
LICENSE= BSD
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= fastest_cvsup
PLIST_FILES= bin/fastest_cvsup man/man7/fastest_cvsup.7.gz
More information about the svn-ports-all
mailing list