svn commit: r353860 - head/net/vmware-vsphere-cli

Ryan Steinmetz zi at FreeBSD.org
Mon May 12 16:17:39 UTC 2014


Author: zi
Date: Mon May 12 16:17:38 2014
New Revision: 353860
URL: http://svnweb.freebsd.org/changeset/ports/353860
QAT: https://qat.redports.org/buildarchive/r353860/

Log:
  - Revive lost man pages
  - USES+=shebangfix
  - Bump PORTREVISION

Modified:
  head/net/vmware-vsphere-cli/Makefile
  head/net/vmware-vsphere-cli/pkg-plist

Modified: head/net/vmware-vsphere-cli/Makefile
==============================================================================
--- head/net/vmware-vsphere-cli/Makefile	Mon May 12 16:17:12 2014	(r353859)
+++ head/net/vmware-vsphere-cli/Makefile	Mon May 12 16:17:38 2014	(r353860)
@@ -3,6 +3,7 @@
 
 PORTNAME=		vmware-vsphere-cli
 PORTVERSION=		5.5.0
+PORTREVISION=		1
 CATEGORIES=		net perl5
 MASTER_SITES=		#http://communities.vmware.com/community/vmtn/developer/downloads
 DISTNAME=		VMware-vSphere-Perl-SDK-${PORTVERSION}-${DISTREL}.i386
@@ -23,11 +24,12 @@ RUN_DEPENDS=		p5-Class-MethodMaker>=0:${
 			p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
 			p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
 
-USES=			perl5
+USES=			perl5 shebangfix
 USE_PERL5=		configure
 RESTRICTED=		May not be redistributed.  Must accept license to download.
 NO_CDROM=		May not be redistributed.  Must accept license to download.
 NO_PACKAGE=		May not be redistributed.  Must accept license to download.
+SHEBANG_FILES=		bin/* apps/host/* apps/general/* apps/vm/*
 
 DISTREL=		1384587
 

Modified: head/net/vmware-vsphere-cli/pkg-plist
==============================================================================
--- head/net/vmware-vsphere-cli/pkg-plist	Mon May 12 16:17:12 2014	(r353859)
+++ head/net/vmware-vsphere-cli/pkg-plist	Mon May 12 16:17:38 2014	(r353860)
@@ -52,6 +52,12 @@ bin/vmregister.pl
 bin/vmsnapshot.pl
 bin/vmtemplate.pl
 bin/vmware-cmd
+%%PERL5_MAN3%%/VMware::VICommon.3.gz
+%%PERL5_MAN3%%/VMware::VILib.3.gz
+%%PERL5_MAN3%%/VMware::VIM25Runtime.3.gz
+%%PERL5_MAN3%%/VMware::VIM25Stub.3.gz
+%%PERL5_MAN3%%/VMware::VIM2Runtime.3.gz
+%%PERL5_MAN3%%/VMware::VIM2Stub.3.gz
 %%SITE_PERL%%/WSMan/WSBasic.pm
 %%SITE_PERL%%/WSMan/Stubs/vmware_storagepool.pm
 %%SITE_PERL%%/WSMan/Stubs/vmware_storageextent.pm


More information about the svn-ports-all mailing list