Date: Tue, 14 Jul 2015 20:36:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392088 - branches/2015Q3/net-mgmt/ndpmon Message-ID: <201507142036.t6EKaUDD033601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507142036.t6EKaUDD033601>