svn commit: r438441 - head/devel/rubygem-netaddr

Martin Wilke miwi at FreeBSD.org
Thu Apr 13 12:56:16 UTC 2017


Author: miwi
Date: Thu Apr 13 12:56:14 2017
New Revision: 438441
URL: https://svnweb.freebsd.org/changeset/ports/438441

Log:
  - Silence shebangfix (The qa-script is now more restrictive )
  
  Approved by:	ruby (sunpoet)
  Differential Revision:  https://reviews.freebsd.org/D10380

Modified:
  head/devel/rubygem-netaddr/Makefile

Modified: head/devel/rubygem-netaddr/Makefile
==============================================================================
--- head/devel/rubygem-netaddr/Makefile	Thu Apr 13 12:34:51 2017	(r438440)
+++ head/devel/rubygem-netaddr/Makefile	Thu Apr 13 12:56:14 2017	(r438441)
@@ -2,6 +2,7 @@
 
 PORTNAME=	netaddr
 PORTVERSION=	1.5.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,6 +13,7 @@ LICENSE=	APACHE20
 
 NO_ARCH=	yes
 USE_RUBY=	yes
-USES=		gem
+USES=		gem shebangfix
+SHEBANG_FILES=	test/*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list