Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 23:00:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r396630 - branches/2015Q3/graphics/rubygem-gruff
Message-ID:  <201509102300.t8AN0Tp7045814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509102300.t8AN0Tp7045814>