svn commit: r396508 - branches/2015Q3/net/rubygem-rudy
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 9 14:31:36 UTC 2015
Author: amdmi3
Date: Wed Sep 9 14:31:35 2015
New Revision: 396508
URL: https://svnweb.freebsd.org/changeset/ports/396508
Log:
MFH: r396507
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/net/rubygem-rudy/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/net/rubygem-rudy/Makefile
==============================================================================
--- branches/2015Q3/net/rubygem-rudy/Makefile Wed Sep 9 14:29:43 2015 (r396507)
+++ branches/2015Q3/net/rubygem-rudy/Makefile Wed Sep 9 14:31:35 2015 (r396508)
@@ -3,6 +3,7 @@
PORTNAME= rudy
PORTVERSION= 0.9.8.020
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -27,5 +28,8 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rudy bin/rudy-ec2 bin/rudy-s3 bin/rudy-sdb
+USES= shebangfix
+SHEBANG_FILES= bin/* tryouts/exploration/machine.rb
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-branches
mailing list