svn commit: r394523 - head/net/rubygem-packetfu

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 17 18:59:43 UTC 2015


Author: amdmi3
Date: Mon Aug 17 18:59:42 2015
New Revision: 394523
URL: https://svnweb.freebsd.org/changeset/ports/394523

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

Modified:
  head/net/rubygem-packetfu/Makefile

Modified: head/net/rubygem-packetfu/Makefile
==============================================================================
--- head/net/rubygem-packetfu/Makefile	Mon Aug 17 18:58:18 2015	(r394522)
+++ head/net/rubygem-packetfu/Makefile	Mon Aug 17 18:59:42 2015	(r394523)
@@ -2,6 +2,7 @@
 
 PORTNAME=	packetfu
 PORTVERSION=	1.1.10
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -15,5 +16,7 @@ NO_ARCH=	yes
 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-head mailing list