svn commit: r396628 - head/graphics/rubygem-gruff

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:58:34 UTC 2015


Author: amdmi3
Date: Thu Sep 10 22:58:33 2015
New Revision: 396628
URL: https://svnweb.freebsd.org/changeset/ports/396628

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/graphics/rubygem-gruff/Makefile

Modified: head/graphics/rubygem-gruff/Makefile
==============================================================================
--- head/graphics/rubygem-gruff/Makefile	Thu Sep 10 22:58:30 2015	(r396627)
+++ head/graphics/rubygem-gruff/Makefile	Thu Sep 10 22:58:33 2015	(r396628)
@@ -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-all mailing list