svn commit: r396630 - branches/2015Q3/graphics/rubygem-gruff
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 10 23:00:29 UTC 2015
Author: amdmi3
Date: Thu Sep 10 23:00:28 2015
New Revision: 396630
URL: https://svnweb.freebsd.org/changeset/ports/396630
Log:
MFH: r396628
- Add LICENSE_FILE
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/graphics/rubygem-gruff/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/graphics/rubygem-gruff/Makefile
==============================================================================
--- branches/2015Q3/graphics/rubygem-gruff/Makefile Thu Sep 10 22:59:55 2015 (r396629)
+++ branches/2015Q3/graphics/rubygem-gruff/Makefile Thu Sep 10 23:00:28 2015 (r396630)
@@ -3,6 +3,7 @@
PORTNAME= gruff
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -10,6 +11,7 @@ MAINTAINER= ruby at 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>
More information about the svn-ports-branches
mailing list