svn commit: r394640 - branches/2015Q3/devel/rubygem-shoulda-matchers

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 18 19:17:55 UTC 2015


Author: amdmi3
Date: Tue Aug 18 19:17:54 2015
New Revision: 394640
URL: https://svnweb.freebsd.org/changeset/ports/394640

Log:
  MFH: r394639
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/devel/rubygem-shoulda-matchers/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/devel/rubygem-shoulda-matchers/Makefile
==============================================================================
--- branches/2015Q3/devel/rubygem-shoulda-matchers/Makefile	Tue Aug 18 19:15:01 2015	(r394639)
+++ branches/2015Q3/devel/rubygem-shoulda-matchers/Makefile	Tue Aug 18 19:17:54 2015	(r394640)
@@ -3,6 +3,7 @@
 
 PORTNAME=	shoulda-matchers
 PORTVERSION=	2.8.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -16,5 +17,9 @@ RUN_DEPENDS=	rubygem-activesupport>=3.0.
 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-branches mailing list