svn commit: r396635 - branches/2015Q3/sysutils/rubygem-bosh-gen

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 23:08:33 UTC 2015


Author: amdmi3
Date: Thu Sep 10 23:08:32 2015
New Revision: 396635
URL: https://svnweb.freebsd.org/changeset/ports/396635

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

Modified:
  branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile
==============================================================================
--- branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile	Thu Sep 10 23:07:10 2015	(r396634)
+++ branches/2015Q3/sysutils/rubygem-bosh-gen/Makefile	Thu Sep 10 23:08:32 2015	(r396635)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bosh-gen
 PORTVERSION=	0.19.0
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -9,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Generators for creating BOSH releases
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-bosh_cli>=0:${PORTSDIR}/sysutils/rubygem-bosh_cli \
@@ -24,6 +26,9 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	lib/bosh/gen/generators/new_release_generator/templates/templates/make_manifest.tt \
+		spec/fixtures/releases/s3test-boshrelease/templates/make_manifest
 
 PLIST_FILES=	bin/bosh-gen
 


More information about the svn-ports-all mailing list