svn commit: r396610 - head/devel/rubygem-stella

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:41:19 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list