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

Mark Felder feld at FreeBSD.org
Wed Oct 11 16:05:11 UTC 2017


Author: feld
Date: Wed Oct 11 16:05:10 2017
New Revision: 451757
URL: https://svnweb.freebsd.org/changeset/ports/451757

Log:
  net/vmware-vsphere-cli: Additional SHEBANG_FILES to pass testport
  
  Approved by:	portmgr (with hat)
  MFH:		2017Q4

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

Modified: head/net/vmware-vsphere-cli/Makefile
==============================================================================
--- head/net/vmware-vsphere-cli/Makefile	Wed Oct 11 15:31:55 2017	(r451756)
+++ head/net/vmware-vsphere-cli/Makefile	Wed Oct 11 16:05:10 2017	(r451757)
@@ -3,6 +3,7 @@
 
 PORTNAME=		vmware-vsphere-cli
 PORTVERSION=		6.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
@@ -28,7 +29,7 @@ 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/*
+SHEBANG_FILES=		apps/general/* apps/host/* apps/performance/* apps/session/* apps/vm/* bin/*
 
 DISTREL=		4566394
 


More information about the svn-ports-all mailing list