Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:43:24 +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: r396611 - branches/2015Q3/devel/rubygem-stella
Message-ID:  <201509102243.t8AMhOF9038248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 10 22:43:23 2015
New Revision: 396611
URL: https://svnweb.freebsd.org/changeset/ports/396611

Log:
  MFH: r396610
  
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/devel/rubygem-stella/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/devel/rubygem-stella/Makefile
==============================================================================
--- branches/2015Q3/devel/rubygem-stella/Makefile	Thu Sep 10 22:41:18 2015	(r396610)
+++ branches/2015Q3/devel/rubygem-stella/Makefile	Thu Sep 10 22:43:23 2015	(r396611)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stella
 PORTVERSION=	2.1.2.004
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Define realistic testplans and run them against your webapps
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-benelux>=0.6.1:${PORTSDIR}/devel/rubygem-benelux \
 		rubygem-drydock>=0.6.9:${PORTSDIR}/devel/rubygem-drydock \
@@ -25,6 +27,9 @@ RUN_DEPENDS=	rubygem-benelux>=0.6.1:${PO
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	bin/stella \
+		support/sample_webapp/app.rb
 
 PLIST_FILES=	bin/stella
 



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