svn commit: r396627 - branches/2015Q3/net/rubygem-rbvmomi
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 10 22:58:31 UTC 2015
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 at 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
More information about the svn-ports-branches
mailing list