Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:58:31 +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: r396627 - branches/2015Q3/net/rubygem-rbvmomi
Message-ID:  <201509102258.t8AMwVW8045211@repo.freebsd.org>

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

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

Modified:
  branches/2015Q3/net/rubygem-rbvmomi/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net/rubygem-rbvmomi/Makefile
==============================================================================
--- branches/2015Q3/net/rubygem-rbvmomi/Makefile	Thu Sep 10 22:57:47 2015	(r396626)
+++ branches/2015Q3/net/rubygem-rbvmomi/Makefile	Thu Sep 10 22:58:30 2015	(r396627)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rbvmomi
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -10,14 +11,18 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby interface to the VMware vSphere API
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
 		rubygem-nokogiri>=1.4.1:${PORTSDIR}/textproc/rubygem-nokogiri \
 		rubygem-trollop>=0:${PORTSDIR}/devel/rubygem-trollop \
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	examples/run.sh
 
 PLIST_FILES=	bin/rbvmomish
 



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