Page MenuHomeFreeBSD

D30511.id90018.diff
No OneTemporary

D30511.id90018.diff

Index: devel/glib20/Makefile
===================================================================
--- devel/glib20/Makefile
+++ devel/glib20/Makefile
@@ -1,7 +1,7 @@
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
PORTNAME= glib
-DISTVERSION= 2.66.7
+DISTVERSION= 2.68.2
PORTREVISION= 0
PORTEPOCH= 2
CATEGORIES= devel
@@ -32,7 +32,7 @@
BINARY_ALIAS= python3=${PYTHON_CMD}
PORTSCOUT= limitw:1,even
-_LIBVERSION= 0.6600.7
+_LIBVERSION= 0.6800.2
PLIST_SUB= LIBVERSION=${_LIBVERSION}
OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS
Index: devel/glib20/distinfo
===================================================================
--- devel/glib20/distinfo
+++ 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 = 1622082621
+SHA256 (gnome/glib-2.68.2.tar.xz) = ecc7798a9cc034eabdfd7f246e6dd461cdbf1175fcc2e9867cc7da7b7309e0fb
+SIZE (gnome/glib-2.68.2.tar.xz) = 4944192
Index: devel/glib20/files/patch-glib_meson.build
===================================================================
--- devel/glib20/files/patch-glib_meson.build
+++ devel/glib20/files/patch-glib_meson.build
@@ -1,11 +1,11 @@
---- glib/meson.build.orig 2021-02-18 15:31:48.638470000 -0800
-+++ glib/meson.build 2021-02-18 15:32:08.983695000 -0800
-@@ -376,7 +376,7 @@
+--- glib/meson.build.orig 2021-05-26 19:31:21.839171000 -0700
++++ glib/meson.build 2021-05-26 19:31:36.723873000 -0700
+@@ -377,7 +377,7 @@
# intl.lib is not compatible with SAFESEH
link_args : [noseh_link_args, glib_link_flags, win32_ldflags],
include_directories : configinc,
-- dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + gnulib_libm_dependency + [libsysprof_capture_dep],
-+ dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + gnulib_libm_dependency + [libsysprof_capture_dep] + libutil,
+- dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep],
++ dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep] + libutil,
c_args : glib_c_args,
objc_args : glib_c_args,
)
Index: devel/glib20/files/patch-glib_tests_gdatetime.c
===================================================================
--- devel/glib20/files/patch-glib_tests_gdatetime.c
+++ devel/glib20/files/patch-glib_tests_gdatetime.c
@@ -1,20 +1,20 @@
---- 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 @@
+--- glib/tests/gdatetime.c.orig 2021-05-26 19:32:37.257501000 -0700
++++ glib/tests/gdatetime.c 2021-05-26 19:32:53.078466000 -0700
+@@ -2377,7 +2377,7 @@
gint i1, i2;
#ifdef G_OS_UNIX
-- tz = g_time_zone_new ("America/Toronto");
-+ tz = g_time_zone_new ("America/Toronto Eastern");
+- tz = g_time_zone_new_identifier ("America/Toronto");
++ tz = g_time_zone_new_identifier ("America/Toronto Eastern");
#elif defined G_OS_WIN32
- tz = g_time_zone_new ("Eastern Standard Time");
+ tz = g_time_zone_new_identifier ("Eastern Standard Time");
#endif
-@@ -1355,7 +1355,7 @@
+@@ -2411,7 +2411,7 @@
gint i1, i2;
#ifdef G_OS_UNIX
-- tz = g_time_zone_new ("America/Toronto");
-+ tz = g_time_zone_new ("America/Toronto Eastern");
+- tz = g_time_zone_new_identifier ("America/Toronto");
++ tz = g_time_zone_new_identifier ("America/Toronto Eastern");
#elif defined G_OS_WIN32
- tz = g_time_zone_new ("Eastern Standard Time");
+ tz = g_time_zone_new_identifier ("Eastern Standard Time");
#endif
Index: devel/glib20/pkg-plist
===================================================================
--- devel/glib20/pkg-plist
+++ devel/glib20/pkg-plist
@@ -242,6 +242,7 @@
include/glib-2.0/glib/gstrfuncs.h
include/glib-2.0/glib/gstring.h
include/glib-2.0/glib/gstringchunk.h
+include/glib-2.0/glib/gstrvbuilder.h
include/glib-2.0/glib/gtestutils.h
include/glib-2.0/glib/gthread.h
include/glib-2.0/glib/gthreadpool.h

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 25, 3:12 AM (8 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30294449
Default Alt Text
D30511.id90018.diff (4 KB)

Event Timeline