svn commit: r394639 - head/devel/rubygem-shoulda-matchers

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 18 19:15:02 UTC 2015


Author: amdmi3
Date: Tue Aug 18 19:15:01 2015
New Revision: 394639
URL: https://svnweb.freebsd.org/changeset/ports/394639

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

Modified:
  head/devel/rubygem-shoulda-matchers/Makefile

Modified: head/devel/rubygem-shoulda-matchers/Makefile
==============================================================================
--- head/devel/rubygem-shoulda-matchers/Makefile	Tue Aug 18 19:00:36 2015	(r394638)
+++ head/devel/rubygem-shoulda-matchers/Makefile	Tue Aug 18 19:15:01 2015	(r394639)
@@ -3,6 +3,7 @@
 
 PORTNAME=	shoulda-matchers
 PORTVERSION=	2.8.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -18,5 +19,9 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	script/install_gems_in_all_appraisals \
+		script/run_all_tests \
+		script/update_gem_in_all_appraisals
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list