Date: Wed, 11 Oct 2017 16:05:10 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451757 - head/net/vmware-vsphere-cli Message-ID: <201710111605.v9BG5AJY057413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710111605.v9BG5AJY057413>