svn commit: r394637 - branches/2015Q3/security/rubygem-razorback-scriptNugget
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 18 18:45:21 UTC 2015
Author: amdmi3
Date: Tue Aug 18 18:45:20 2015
New Revision: 394637
URL: https://svnweb.freebsd.org/changeset/ports/394637
Log:
MFH: r394631
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/security/rubygem-razorback-scriptNugget/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/security/rubygem-razorback-scriptNugget/Makefile
==============================================================================
--- branches/2015Q3/security/rubygem-razorback-scriptNugget/Makefile Tue Aug 18 18:44:12 2015 (r394636)
+++ branches/2015Q3/security/rubygem-razorback-scriptNugget/Makefile Tue Aug 18 18:45:20 2015 (r394637)
@@ -3,6 +3,7 @@
PORTNAME= razorback-scriptNugget
PORTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= SF/razorbacktm/Bindings
DISTNAME= scriptNugget-ruby-${PORTVERSION}
@@ -14,5 +15,7 @@ GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= lib/razorback.rb
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list