Skip to content

Commit

Permalink
emulators/open-vm-tools: Update to 11.3.0
Browse files Browse the repository at this point in the history
This version introduces aarch64 support

PR:		256282
Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
Vincent Milum Jr authored and rbgarga committed Aug 18, 2021
1 parent e8b9324 commit 7c87a23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions emulators/open-vm-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: mbr@FreeBSD.org

PORTNAME= open-vm-tools
PORTVERSION= 11.2.5
PORTVERSION= 11.3.0
DISTVERSIONPREFIX= stable-
PORTEPOCH= 2
CATEGORIES= emulators
Expand All @@ -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
Expand Down Expand Up @@ -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}@"\
Expand Down
6 changes: 3 additions & 3 deletions emulators/open-vm-tools/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7c87a23

Please sign in to comment.