diff options
author | zi <zi@FreeBSD.org> | 2014-05-13 00:17:38 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-05-13 00:17:38 +0800 |
commit | bce2e67be309fcdad7ca4588037229089e7a9384 (patch) | |
tree | 4ad3134f6bcdb880df4b304a9de41f1e4363be73 /net | |
parent | 044a4bb074cd12503024d9db486b3be3477bdbd2 (diff) | |
download | freebsd-ports-gnome-bce2e67be309fcdad7ca4588037229089e7a9384.tar.gz freebsd-ports-gnome-bce2e67be309fcdad7ca4588037229089e7a9384.tar.zst freebsd-ports-gnome-bce2e67be309fcdad7ca4588037229089e7a9384.zip |
- Revive lost man pages
- USES+=shebangfix
- Bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r-- | net/vmware-vsphere-cli/Makefile | 4 | ||||
-rw-r--r-- | net/vmware-vsphere-cli/pkg-plist | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/net/vmware-vsphere-cli/Makefile b/net/vmware-vsphere-cli/Makefile index 02e2b6de21f0..bf5dce735c52 100644 --- a/net/vmware-vsphere-cli/Makefile +++ b/net/vmware-vsphere-cli/Makefile @@ -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:${PORTSDIR}/devel/p5-Class-MethodMaker \ 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 diff --git a/net/vmware-vsphere-cli/pkg-plist b/net/vmware-vsphere-cli/pkg-plist index 2391e507a6a0..67db42dbf234 100644 --- a/net/vmware-vsphere-cli/pkg-plist +++ b/net/vmware-vsphere-cli/pkg-plist @@ -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 |