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

Josh Paetzel jpaetzel at FreeBSD.org
Mon Nov 18 17:36:37 UTC 2019


Author: jpaetzel
Date: Mon Nov 18 17:36:36 2019
New Revision: 517880
URL: https://svnweb.freebsd.org/changeset/ports/517880

Log:
  Bump PORTREVISION to rebuild pkg in HEAD
  
  For users tracking stable/12, stable/11, or supported releases
  this will result in an upgrade of the port
  with no functional change.
  
  For users tracking HEAD before r353150 the new binary pkg
  will likely cause your system to panic.
  
  PR:	241180
  Sponsored by:	Panzura
  Fix suggested by:	mp

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

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Mon Nov 18 17:30:14 2019	(r517879)
+++ head/emulators/open-vm-tools/Makefile	Mon Nov 18 17:36:36 2019	(r517880)
@@ -4,7 +4,7 @@
 PORTNAME=		open-vm-tools
 PORTVERSION=		${RELEASE_VER}
 DISTVERSIONPREFIX=	stable-
-PORTREVISION=		1
+PORTREVISION=		2
 PORTEPOCH=		2
 CATEGORIES=		emulators
 


More information about the svn-ports-head mailing list