mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
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
This commit is contained in:
parent
a561062c47
commit
fe337af49c
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
|
||||
PORTNAME= vte
|
||||
PORTVERSION= 0.64.0
|
||||
PORTVERSION= 0.64.1
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX= 3
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue