aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 23:00:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 23:00:28 +0000
commitdc343c5ce6643c8aa6f8a00c984d7eae35120ea9 (patch)
treed2724303c941eaa43c4d23250880dc5ecf206abf
parentcf1ea9733410d0ae9a65b375f78a5eea843e7a2f (diff)
downloadports-dc343c5ce6643c8aa6f8a00c984d7eae35120ea9.tar.gz
ports-dc343c5ce6643c8aa6f8a00c984d7eae35120ea9.zip
MFH: r396628
- Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket
Notes
Notes: svn path=/branches/2015Q3/; revision=396630
-rw-r--r--graphics/rubygem-gruff/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile
index c0aea8e037ab..e38698862a05 100644
--- a/graphics/rubygem-gruff/Makefile
+++ b/graphics/rubygem-gruff/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gruff
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -10,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Beautiful graphing library for Ruby using RMagick
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rmagick>=2.13.4:${PORTSDIR}/graphics/rubygem-rmagick
@@ -17,5 +19,8 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= test/image_compare.rb
+ruby_OLD_CMD= ruby
.include <bsd.port.mk>