1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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
This commit is contained in:
Dima Panov 2021-05-28 10:40:25 +10:00
parent 4a18c5e4a4
commit 662f2961e5
3 changed files with 5 additions and 25 deletions

View File

@ -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

View File

@ -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

View File

@ -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