svn commit: r392180 - branches/2015Q3/net/dhcpd-pools

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 15 18:19:47 UTC 2015


Author: amdmi3
Date: Wed Jul 15 18:19:45 2015
New Revision: 392180
URL: https://svnweb.freebsd.org/changeset/ports/392180

Log:
  MFH: r392179
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/net/dhcpd-pools/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net/dhcpd-pools/Makefile
==============================================================================
--- branches/2015Q3/net/dhcpd-pools/Makefile	Wed Jul 15 18:18:09 2015	(r392179)
+++ branches/2015Q3/net/dhcpd-pools/Makefile	Wed Jul 15 18:19:45 2015	(r392180)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dhcpd-pools
 PORTVERSION=	2.26
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -14,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/uthash.h:${PORTSDIR}/devel/uthash
 
-USES=		charsetfix tar:xz
+USES=		charsetfix shebangfix tar:xz
+SHEBANG_FILES=	contrib/snmptest.pl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-dhcpd-conf=${LOCALBASE}/etc/dhcpd.conf \
 		--with-dhcpd-leases=/var/db/dhcpd/dhcpd.leases \


More information about the svn-ports-all mailing list