svn commit: r396632 - head/sysutils/rubygem-bosh-gen

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 23:06:48 UTC 2015


Author: amdmi3
Date: Thu Sep 10 23:06:47 2015
New Revision: 396632
URL: https://svnweb.freebsd.org/changeset/ports/396632

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

Modified:
  head/sysutils/rubygem-bosh-gen/Makefile

Modified: head/sysutils/rubygem-bosh-gen/Makefile
==============================================================================
--- head/sysutils/rubygem-bosh-gen/Makefile	Thu Sep 10 23:06:08 2015	(r396631)
+++ head/sysutils/rubygem-bosh-gen/Makefile	Thu Sep 10 23:06:47 2015	(r396632)
@@ -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