svn commit: r392088 - branches/2015Q3/net-mgmt/ndpmon

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 20:36:30 UTC 2015


Author: amdmi3
Date: Tue Jul 14 20:36:29 2015
New Revision: 392088
URL: https://svnweb.freebsd.org/changeset/ports/392088

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

Modified:
  branches/2015Q3/net-mgmt/ndpmon/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net-mgmt/ndpmon/Makefile
==============================================================================
--- branches/2015Q3/net-mgmt/ndpmon/Makefile	Tue Jul 14 20:36:01 2015	(r392087)
+++ branches/2015Q3/net-mgmt/ndpmon/Makefile	Tue Jul 14 20:36:29 2015	(r392088)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ndpmon
 PORTVERSION=	1.4.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
 
@@ -29,7 +29,8 @@ PLIST_SUB+=	PY=""
 PLIST_SUB+=	PY="@comment "
 .endif
 
-USES=		perl5 tar:tgz
+USES=		perl5 shebangfix tar:tgz
+SHEBANG_FILES=	demopipeprogram.pl.sample
 USE_PERL5=	run
 USE_GNOME=	libxml2
 USE_RC_SUBR=	ndpmonitor


More information about the svn-ports-branches mailing list