Skip to content

Commit

Permalink
emulators/open-vm-tools: Update to 12.0.0
Browse files Browse the repository at this point in the history
PR:		262384
Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Apr 11, 2022
1 parent 9617b42 commit 9a6a380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions emulators/open-vm-tools/Makefile
@@ -1,8 +1,7 @@
# Created by: mbr@FreeBSD.org

PORTNAME= open-vm-tools
PORTVERSION= 11.3.5
PORTREVISION= 4
PORTVERSION= 12.0.0
DISTVERSIONPREFIX= stable-
PORTEPOCH= 2
CATEGORIES= emulators
Expand All @@ -13,7 +12,7 @@ COMMENT= Open VMware tools for FreeBSD VMware guests ${${FLAVOR}_COMMENT}
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

ONLY_FOR_ARCHS= amd64 aarch64 i386
ONLY_FOR_ARCHS= aarch64 amd64 i386

LIB_DEPENDS= libdnet.so:net/libdnet \
libmspack.so:archivers/libmspack
Expand All @@ -35,6 +34,7 @@ USE_RC_SUBR= vmware-guestd vmware-kmod

GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-vgauth \
--enable-containerinfo=no \
--sysconfdir=${PREFIX}/etc \
--without-icu
CONFIGURE_ENV+= SYSDIR=${SRC_BASE}/sys
Expand Down
6 changes: 3 additions & 3 deletions emulators/open-vm-tools/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1633004781
SHA256 (vmware-open-vm-tools-stable-11.3.5_GH0.tar.gz) = 26053a93d8aa5387e49a974ed3d0c89a1efd7e0911d694cd9b9f4306bd74b885
SIZE (vmware-open-vm-tools-stable-11.3.5_GH0.tar.gz) = 2849232
TIMESTAMP = 1646656337
SHA256 (vmware-open-vm-tools-stable-12.0.0_GH0.tar.gz) = 244d224dc503f2c9350899a61fef418f23dc0520e8e30dce10863ea2dc81f047
SIZE (vmware-open-vm-tools-stable-12.0.0_GH0.tar.gz) = 2938469

0 comments on commit 9a6a380

Please sign in to comment.