svn commit: r395415 - head/sysutils/cfengine36

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 27 12:17:17 UTC 2015


Author: amdmi3
Date: Thu Aug 27 12:17:16 2015
New Revision: 395415
URL: https://svnweb.freebsd.org/changeset/ports/395415

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/sysutils/cfengine36/Makefile

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Thu Aug 27 12:03:27 2015	(r395414)
+++ head/sysutils/cfengine36/Makefile	Thu Aug 27 12:17:16 2015	(r395415)
@@ -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/
 
@@ -29,7 +29,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