git: dbd70861df41 - main - devel/glib20: update to 2.74.3

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 01 Dec 2022 16:22:51 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dbd70861df41b0373917d4ece75676bd35f76eef

commit dbd70861df41b0373917d4ece75676bd35f76eef
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-01 14:03:47 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-01 16:18:07 +0000

    devel/glib20: update to 2.74.3
    
    Changes:        https://gitlab.gnome.org/GNOME/glib/-/releases/2.74.3
    Reported by:    GitLab (notify releases)
---
 devel/glib20/Makefile                 |  5 ++---
 devel/glib20/distinfo                 |  6 +++---
 devel/glib20/files/patch-glib_ghash.h | 13 -------------
 3 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index d1f16fd6905d..8e85d98a7ad8 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	glib
-DISTVERSION=	2.74.2
-PORTREVISION=	1
+DISTVERSION=	2.74.3
 PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
@@ -36,7 +35,7 @@ CPE_VENDOR=	gnome
 
 CONFLICTS_INSTALL=	p5-Giovanni
 
-_LIBVERSION=	0.7400.2
+_LIBVERSION=	0.7400.3
 PLIST_SUB=	LIBVERSION=${_LIBVERSION}
 
 OPTIONS_DEFINE=		DEBUG DOCS FAM_ALTBACKEND MANPAGES NLS TEST
diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo
index 915ab53e8f5e..4d1fe445ebf6 100644
--- a/devel/glib20/distinfo
+++ b/devel/glib20/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669292945
-SHA256 (gnome/glib-2.74.2.tar.xz) = ddf03e9bc7ea5717ef3c2f77c0714913a1726adc0bf3e8247cf41475284ec7bc
-SIZE (gnome/glib-2.74.2.tar.xz) = 5182312
+TIMESTAMP = 1669903427
+SHA256 (gnome/glib-2.74.3.tar.xz) = e9bc41ecd9690d9bc6a970cc7380119b828e5b6a4b16c393c638b3dc2b87cbcb
+SIZE (gnome/glib-2.74.3.tar.xz) = 5181732
diff --git a/devel/glib20/files/patch-glib_ghash.h b/devel/glib20/files/patch-glib_ghash.h
deleted file mode 100644
index df795aae653e..000000000000
--- a/devel/glib20/files/patch-glib_ghash.h
+++ /dev/null
@@ -1,13 +0,0 @@
-https://gitlab.gnome.org/GNOME/glib/-/issues/2820
-
---- glib/ghash.h.orig	2022-11-24 12:29:05 UTC
-+++ glib/ghash.h
-@@ -162,7 +162,7 @@ gboolean g_str_equal    (gconstpointer  v1,
-                          gconstpointer  v2);
- 
- /* Macro for optimization in the case it is not used as callback function */
--#define g_str_equal(v1, v2) (strcmp ((gconstpointer) (v1), (gconstpointer) (v2)) == 0)
-+#define g_str_equal(v1, v2) (strcmp ((const char *) (v1), (const char *) (v2)) == 0)
- 
- GLIB_AVAILABLE_IN_ALL
- guint    g_str_hash     (gconstpointer  v);