svn commit: r394525 - branches/2015Q3/net/rubygem-packetfu
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 17 19:00:42 UTC 2015
Author: amdmi3
Date: Mon Aug 17 19:00:41 2015
New Revision: 394525
URL: https://svnweb.freebsd.org/changeset/ports/394525
Log:
MFH: r394523
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/net/rubygem-packetfu/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/net/rubygem-packetfu/Makefile
==============================================================================
--- branches/2015Q3/net/rubygem-packetfu/Makefile Mon Aug 17 19:00:33 2015 (r394524)
+++ branches/2015Q3/net/rubygem-packetfu/Makefile Mon Aug 17 19:00:41 2015 (r394525)
@@ -2,6 +2,7 @@
PORTNAME= packetfu
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -13,5 +14,7 @@ LICENSE= BSD3CLAUSE
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
+USES= shebangfix
+SHEBANG_FILES= test/func_lldp.rb
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list