diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-05-28 08:40:25 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-05-28 08:40:25 +0800 |
commit | 662f2961e5163d7d0b90939a33ad60624419b53c (patch) | |
tree | 236548dc5a6ed5d2baa723488dbe647b88855cb9 /devel | |
parent | 4a18c5e4a42bc6a271917fae6cbebde019734245 (diff) | |
download | freebsd-ports-gnome-662f2961e5163d7d0b90939a33ad60624419b53c.tar.gz freebsd-ports-gnome-662f2961e5163d7d0b90939a33ad60624419b53c.tar.zst freebsd-ports-gnome-662f2961e5163d7d0b90939a33ad60624419b53c.zip |
devel/glib20: update to 2.66.8 release
- Drop staled tzdata patch (reported by [ade])
We still stay with 2.66.x branch due to new API changes in 2.68+ which
not supported yet by consumers.
With hat: desktop
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/glib20/distinfo | 6 | ||||
-rw-r--r-- | devel/glib20/files/patch-glib_tests_gdatetime.c | 20 |
3 files changed, 5 insertions, 25 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 918d9d6d2061..944931d94761 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -1,7 +1,7 @@ # Created by: Vanilla I. Shu <vanilla@FreeBSD.org> PORTNAME= glib -DISTVERSION= 2.66.7 +DISTVERSION= 2.66.8 PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= devel @@ -32,7 +32,7 @@ MESON_ARGS= -Db_lundef=false \ BINARY_ALIAS= python3=${PYTHON_CMD} PORTSCOUT= limitw:1,even -_LIBVERSION= 0.6600.7 +_LIBVERSION= 0.6600.8 PLIST_SUB= LIBVERSION=${_LIBVERSION} OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index 5363bd9180e3..ea5925d17aa5 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613215761 -SHA256 (gnome/glib-2.66.7.tar.xz) = 09f158769f6f26b31074e15b1ac80ec39b13b53102dfae66cfe826fb2cc65502 -SIZE (gnome/glib-2.66.7.tar.xz) = 4844892 +TIMESTAMP = 1622115958 +SHA256 (gnome/glib-2.66.8.tar.xz) = 97bc87dd91365589af5cbbfea2574833aea7a1b71840fd365ecd2852c76b9c8b +SIZE (gnome/glib-2.66.8.tar.xz) = 4845548 diff --git a/devel/glib20/files/patch-glib_tests_gdatetime.c b/devel/glib20/files/patch-glib_tests_gdatetime.c deleted file mode 100644 index 3904e106a0ca..000000000000 --- a/devel/glib20/files/patch-glib_tests_gdatetime.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glib/tests/gdatetime.c.orig 2014-03-09 10:29:13.925231275 +0000 -+++ glib/tests/gdatetime.c 2014-03-09 10:30:18.235227107 +0000 -@@ -1322,7 +1322,7 @@ - gint i1, i2; - - #ifdef G_OS_UNIX -- tz = g_time_zone_new ("America/Toronto"); -+ tz = g_time_zone_new ("America/Toronto Eastern"); - #elif defined G_OS_WIN32 - tz = g_time_zone_new ("Eastern Standard Time"); - #endif -@@ -1355,7 +1355,7 @@ - gint i1, i2; - - #ifdef G_OS_UNIX -- tz = g_time_zone_new ("America/Toronto"); -+ tz = g_time_zone_new ("America/Toronto Eastern"); - #elif defined G_OS_WIN32 - tz = g_time_zone_new ("Eastern Standard Time"); - #endif |