git: fe337af49c25 - main - x11-toolkits/vte3: update to 0.64.1, latest upstream
Adriaan de Groot
adridg at FreeBSD.org
Tue May 18 11:26:14 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe337af49c25a5260b95f9a9ca8e6960176ed562
commit fe337af49c25a5260b95f9a9ca8e6960176ed562
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-05-18 09:20:17 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-05-18 11:25:02 +0000
x11-toolkits/vte3: update to 0.64.1, latest upstream
This is a minor update. While doing the update, I tried to pull
in fixes from PR 240548 -- those were submitted upstream years ago,
landed upstream, then removed again upstream in favor of fdwalk(),
which might end up in in FreeBSD eventually. The fdwalk() call
applies FD_CLOEXEC to all the file descriptors -- the original
patch from the PR called closefrom(), but doing **that** makes
consumers of vte3 (e.g. roxterm) hang / close. So just updating,
not dealing with the issue of the fallback fdwalk() implementation
being clunky.
PR: 240548
---
x11-toolkits/vte3/Makefile | 2 +-
x11-toolkits/vte3/distinfo | 6 +++---
x11-toolkits/vte3/pkg-plist | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index d10c7c862f4e..93f482c35c46 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -1,7 +1,7 @@
# Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
PORTNAME= vte
-PORTVERSION= 0.64.0
+PORTVERSION= 0.64.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
diff --git a/x11-toolkits/vte3/distinfo b/x11-toolkits/vte3/distinfo
index d04d18107959..1cb84af33a8b 100644
--- a/x11-toolkits/vte3/distinfo
+++ b/x11-toolkits/vte3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618848587
-SHA256 (gnome/vte-0.64.0.tar.xz) = c0c60b8dc343167437c86d984b0cf134df86034180ed70513f683006ada3ec41
-SIZE (gnome/vte-0.64.0.tar.xz) = 874436
+TIMESTAMP = 1621287583
+SHA256 (gnome/vte-0.64.1.tar.xz) = 12fb41a9ff8e03c5f1711b46560910a4b9b3102aec3e9e7609ceef4dfa98aa2a
+SIZE (gnome/vte-0.64.1.tar.xz) = 874608
diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist
index 812aa40b31fc..13abe57302d3 100644
--- a/x11-toolkits/vte3/pkg-plist
+++ b/x11-toolkits/vte3/pkg-plist
@@ -14,7 +14,7 @@ include/vte-%%VERSION%%/vte/vteversion.h
lib/girepository-1.0/Vte-%%VERSION%%.typelib
lib/libvte-%%VERSION%%.so
lib/libvte-%%VERSION%%.so.0
-lib/libvte-%%VERSION%%.so.0.6400.0
+lib/libvte-%%VERSION%%.so.0.6400.1
libdata/pkgconfig/vte-%%VERSION%%.pc
libexec/vte-urlencode-cwd
share/gir-1.0/Vte-%%VERSION%%.gir
More information about the dev-commits-ports-all
mailing list