Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:41:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396610 - head/devel/rubygem-stella
Message-ID:  <201509102241.t8AMfI6x036023@repo.freebsd.org>

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

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

Modified:
  head/devel/rubygem-stella/Makefile

Modified: head/devel/rubygem-stella/Makefile
==============================================================================
--- head/devel/rubygem-stella/Makefile	Thu Sep 10 22:40:10 2015	(r396609)
+++ head/devel/rubygem-stella/Makefile	Thu Sep 10 22:41:18 2015	(r396610)
@@ -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 \
@@ -26,6 +28,9 @@ NO_ARCH=	yes
 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?201509102241.t8AMfI6x036023>