Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 19:17:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r394640 - branches/2015Q3/devel/rubygem-shoulda-matchers
Message-ID:  <201508181917.t7IJHtC1084855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508181917.t7IJHtC1084855>