diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2020-09-10 13:27:57 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2020-09-10 13:27:57 +0000 |
commit | b8827782a8050cca2e3829f60b6284256b119c91 (patch) | |
tree | dba65182ca73181c0de25b052287c3cb90313a8c | |
parent | d196effbfe2263a4b1f1431c40e1ff7abc826fc2 (diff) | |
download | ports-b8827782a8050cca2e3829f60b6284256b119c91.tar.gz ports-b8827782a8050cca2e3829f60b6284256b119c91.zip |
Notes
-rw-r--r-- | emulators/open-vm-tools/Makefile | 5 | ||||
-rw-r--r-- | emulators/open-vm-tools/distinfo | 6 | ||||
-rw-r--r-- | emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c | 16 |
3 files changed, 5 insertions, 22 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 6bcf77a7b065..e98f8916fb69 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -3,7 +3,6 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} -PORTREVISION= 1 DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators @@ -19,8 +18,8 @@ ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libmspack.so:archivers/libmspack \ libdnet.so:net/libdnet -RELEASE_VER= 11.1.0 -BUILD_VER= 16036546 +RELEASE_VER= 11.1.5 +BUILD_VER= 16724464 OPTIONS_DEFINE= DOCS LIBNOTIFY OPENSSL X11 OPTIONS_DEFAULT= DOCS LIBNOTIFY OPENSSL X11 diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo index 0f929246b3a6..017cdbc7d380 100644 --- a/emulators/open-vm-tools/distinfo +++ b/emulators/open-vm-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589112329 -SHA256 (vmware-open-vm-tools-stable-11.1.0_GH0.tar.gz) = 5930448c65cf298e3dded2a3670750f4affaf3a631500a1774eeb4cfe0a32b80 -SIZE (vmware-open-vm-tools-stable-11.1.0_GH0.tar.gz) = 2667232 +TIMESTAMP = 1599247749 +SHA256 (vmware-open-vm-tools-stable-11.1.5_GH0.tar.gz) = 0bbc20d725cb2e15db5bd5e6a9cbab7fc98c2e3208f19a233a2308468cb2dc04 +SIZE (vmware-open-vm-tools-stable-11.1.5_GH0.tar.gz) = 2668828 diff --git a/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c b/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c deleted file mode 100644 index eafd2104b4fb..000000000000 --- a/emulators/open-vm-tools/files/patch-services_plugins_dndcp_copyPasteCompatX11.c +++ /dev/null @@ -1,16 +0,0 @@ ---- services/plugins/dndcp/copyPasteCompatX11.c.orig 2020-08-24 00:33:01 UTC -+++ services/plugins/dndcp/copyPasteCompatX11.c -@@ -73,11 +73,11 @@ GdkAtom GDK_SELECTION_CLIPBOARD; - #endif - - #ifndef GDK_SELECTION_TYPE_TIMESTAMP --GdkAtom GDK_SELECTION_TYPE_TIMESTAMP; -+extern GdkAtom GDK_SELECTION_TYPE_TIMESTAMP; - #endif - - #ifndef GDK_SELECTION_TYPE_UTF8_STRING --GdkAtom GDK_SELECTION_TYPE_UTF8_STRING; -+extern GdkAtom GDK_SELECTION_TYPE_UTF8_STRING; - #endif - - /* |