diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-05-19 00:47:02 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-05-19 00:47:02 +0000 |
commit | 6fa5c13fe1f9daa61cd4b15f04c1b35058d50e8c (patch) | |
tree | f6f0ec3f020ef591f434345197f148ed6e839156 /net/vmware-vsphere-cli | |
parent | b83757ef027104c5dc1515d384bd4b0520ae4f57 (diff) | |
download | ports-6fa5c13fe1f9daa61cd4b15f04c1b35058d50e8c.tar.gz ports-6fa5c13fe1f9daa61cd4b15f04c1b35058d50e8c.zip |
Notes
Diffstat (limited to 'net/vmware-vsphere-cli')
-rw-r--r-- | net/vmware-vsphere-cli/Makefile | 7 | ||||
-rw-r--r-- | net/vmware-vsphere-cli/distinfo | 4 | ||||
-rw-r--r-- | net/vmware-vsphere-cli/pkg-message | 1 | ||||
-rw-r--r-- | net/vmware-vsphere-cli/pkg-plist | 5 |
4 files changed, 10 insertions, 7 deletions
diff --git a/net/vmware-vsphere-cli/Makefile b/net/vmware-vsphere-cli/Makefile index b758159f65f9..4cd443d049fa 100644 --- a/net/vmware-vsphere-cli/Makefile +++ b/net/vmware-vsphere-cli/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vmware-vsphere-cli -PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= net perl5 MASTER_SITES= #http://communities.vmware.com/community/vmtn/developer/downloads DISTNAME= VMware-vSphere-Perl-SDK-${PORTVERSION}-${DISTREL}.i386 @@ -36,7 +35,7 @@ NO_PACKAGE= Distribution requires acceptance of license agreement MAN3= VMware::VIM25Runtime.3 VMware::VIM2Stub.3 VMware::VIM2Runtime.3 \ VMware::VICommon.3 VMware::VILib.3 VMware::VIM25Stub.3 -DISTREL= 254719 +DISTREL= 422456 .include <bsd.port.pre.mk> @@ -70,6 +69,8 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/vmkfstools ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/vifs ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/vihostupdate ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vihostupdate35 ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/viperl-support ${PREFIX}/bin @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/net/vmware-vsphere-cli/distinfo b/net/vmware-vsphere-cli/distinfo index 09424b1e8577..91c0bf9ea881 100644 --- a/net/vmware-vsphere-cli/distinfo +++ b/net/vmware-vsphere-cli/distinfo @@ -1,2 +1,2 @@ -SHA256 (VMware-vSphere-Perl-SDK-4.1.0-254719.i386.tar.gz) = 261fa3651e8bbfb3da030b49434aaff6891779ca66af0273d434575b47d7ea7c -SIZE (VMware-vSphere-Perl-SDK-4.1.0-254719.i386.tar.gz) = 24109045 +SHA256 (VMware-vSphere-Perl-SDK-5.0.0-422456.i386.tar.gz) = ddb8d490c1b84272ef24d58353d23baa9074dc13487ee41b7e7d69529cd8f60a +SIZE (VMware-vSphere-Perl-SDK-5.0.0-422456.i386.tar.gz) = 20740511 diff --git a/net/vmware-vsphere-cli/pkg-message b/net/vmware-vsphere-cli/pkg-message index 89cfd9991180..9bc7867c7118 100644 --- a/net/vmware-vsphere-cli/pkg-message +++ b/net/vmware-vsphere-cli/pkg-message @@ -12,4 +12,3 @@ If you want to disable this important security feature, you may set the following variable to 0: $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} ======================================================================== - diff --git a/net/vmware-vsphere-cli/pkg-plist b/net/vmware-vsphere-cli/pkg-plist index 5482f56d0f7f..9c247f87c85d 100644 --- a/net/vmware-vsphere-cli/pkg-plist +++ b/net/vmware-vsphere-cli/pkg-plist @@ -1,3 +1,5 @@ +@comment $FreeBSD$ +bin/svmotion bin/vmware-cmd bin/vmkfstools bin/vicfg-vswitch @@ -25,7 +27,8 @@ bin/vicfg-authconfig bin/vicfg-advcfg bin/vifs bin/vihostupdate -bin/svmotion +bin/vihostupdate35 +bin/viperl-support %%SITE_PERL%%/WSMan/WSBasic.pm %%SITE_PERL%%/WSMan/Stubs/vmware_storagepool.pm %%SITE_PERL%%/WSMan/Stubs/vmware_storageextent.pm |