svn commit: r395416 - branches/2015Q3/sysutils/cfengine36
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 27 12:18:55 UTC 2015
Author: amdmi3
Date: Thu Aug 27 12:18:54 2015
New Revision: 395416
URL: https://svnweb.freebsd.org/changeset/ports/395416
Log:
MFH: r395415
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/sysutils/cfengine36/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/sysutils/cfengine36/Makefile
==============================================================================
--- branches/2015Q3/sysutils/cfengine36/Makefile Thu Aug 27 12:17:16 2015 (r395415)
+++ branches/2015Q3/sysutils/cfengine36/Makefile Thu Aug 27 12:18:54 2015 (r395416)
@@ -3,7 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.6.5
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES= sysutils
MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/
@@ -30,7 +30,8 @@ MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-USES= autoreconf cpe gmake libtool
+USES= autoreconf cpe gmake libtool shebangfix
+SHEBANG_FILES= examples/remake_outputs.pl
CFLAGS+= -Wno-return-type
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list