svn commit: r457485 - head/emulators/open-vm-tools

Josh Paetzel jpaetzel at FreeBSD.org
Thu Dec 28 22:45:59 UTC 2017


Author: jpaetzel
Date: Thu Dec 28 22:45:57 2017
New Revision: 457485
URL: https://svnweb.freebsd.org/changeset/ports/457485

Log:
  Don't remove a config file the port doesn't install.
  
  PR:	224595
  Reported by:	Mikhail Golub <gmn at gmn.org.ua>
  Reviewed by:	John Wolfe <jwolfe at vmware.com>

Modified:
  head/emulators/open-vm-tools/Makefile
  head/emulators/open-vm-tools/pkg-plist

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Thu Dec 28 22:21:45 2017	(r457484)
+++ head/emulators/open-vm-tools/Makefile	Thu Dec 28 22:45:57 2017	(r457485)
@@ -4,6 +4,7 @@
 PORTNAME=		open-vm-tools
 PORTVERSION=		${RELEASE_VER}
 DISTVERSIONPREFIX=	stable-
+PORTREVISION=		1
 PORTEPOCH=		2
 CATEGORIES=		emulators
 

Modified: head/emulators/open-vm-tools/pkg-plist
==============================================================================
--- head/emulators/open-vm-tools/pkg-plist	Thu Dec 28 22:21:45 2017	(r457484)
+++ head/emulators/open-vm-tools/pkg-plist	Thu Dec 28 22:45:57 2017	(r457485)
@@ -55,7 +55,6 @@ share/vmware-tools/vm-support
 %%DATADIR%%/messages/ko/toolboxcmd.vmsg
 %%DATADIR%%/messages/ko/vmtoolsd.vmsg
 %%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg
- at rmtry share/vmware-tools/tools.conf
 @rmtry etc/vmware-tools/plugins
 etc/pam.d/vmtoolsd
 @dir %%DATADIR%%/scripts/vmware


More information about the svn-ports-all mailing list