git: 7c87a2355ec8 - main - emulators/open-vm-tools: Update to 11.3.0
Renato Botelho
garga at FreeBSD.org
Wed Aug 18 14:04:48 UTC 2021
The branch main has been updated by garga:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c87a2355ec82b20c3aa4d7105a6b65435ddea05
commit 7c87a2355ec82b20c3aa4d7105a6b65435ddea05
Author: Vincent Milum Jr <freebsd at darkain.com>
AuthorDate: 2021-08-18 14:03:23 +0000
Commit: Renato Botelho <garga at FreeBSD.org>
CommitDate: 2021-08-18 14:04:28 +0000
emulators/open-vm-tools: Update to 11.3.0
This version introduces aarch64 support
PR: 256282
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
emulators/open-vm-tools/Makefile | 8 ++++----
emulators/open-vm-tools/distinfo | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 39b3334f4204..37cab864e320 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -1,7 +1,7 @@
# Created by: mbr at FreeBSD.org
PORTNAME= open-vm-tools
-PORTVERSION= 11.2.5
+PORTVERSION= 11.3.0
DISTVERSIONPREFIX= stable-
PORTEPOCH= 2
CATEGORIES= emulators
@@ -12,7 +12,7 @@ COMMENT= Open VMware tools for FreeBSD VMware guests ${${FLAVOR}_COMMENT}
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS= amd64 aarch64 i386
LIB_DEPENDS= libdnet.so:net/libdnet \
libmspack.so:archivers/libmspack
@@ -64,9 +64,9 @@ OPENSSL_CONFIGURE_WITH= ssl
X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
X11_USES= xorg
-X11_USE= GNOME=gdkpixbuf2,gtk20,gtkmm24 \
+X11_USE= GNOME=gdkpixbuf2,gtk30,gtkmm30 \
XORG=ice,sm,x11,xext,xi,xinerama,xorgproto,xrandr,xrender,xtst
-X11_CONFIGURE_WITH= gtk2 gtkmm x
+X11_CONFIGURE_WITH= gtk3 gtkmm3 x
post-patch:
@${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@"\
diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo
index 9fa4e21d4696..c01cfcd10383 100644
--- a/emulators/open-vm-tools/distinfo
+++ b/emulators/open-vm-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616595096
-SHA256 (vmware-open-vm-tools-stable-11.2.5_GH0.tar.gz) = 7c31bb8ef70a0e32b81cde6550cae390a53108e4abb28bb539b0ab5b9e4fc188
-SIZE (vmware-open-vm-tools-stable-11.2.5_GH0.tar.gz) = 2717724
+TIMESTAMP = 1624392118
+SHA256 (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 588f1b6252c36bc55581aa3451a47880290f38ef46aad493710bcf4ce3c7635e
+SIZE (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 2865165
More information about the dev-commits-ports-all
mailing list