git: 3d3d8295af67 - main - x11-toolkits/pango: update to 1.50.14

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 20 Jun 2023 01:02:49 UTC
The branch main has been updated by jbeich:

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

commit 3d3d8295af671e56ff0d16f2dafb27bdacdba7e5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-02 13:19:55 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-20 00:50:02 +0000

    x11-toolkits/pango: update to 1.50.14
    
    Changes:        https://gitlab.gnome.org/GNOME/pango/-/blob/1.50.14/NEWS
    Reported by:    Repology
---
 x11-toolkits/pango/Makefile                |  5 ++---
 x11-toolkits/pango/distinfo                |  6 +++---
 x11-toolkits/pango/files/patch-meson.build | 19 -------------------
 3 files changed, 5 insertions(+), 25 deletions(-)

diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 16cc251ce0fa..836eea9c6787 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pango
-PORTVERSION=	1.50.9
-PORTREVISION=	1
+PORTVERSION=	1.50.14
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -28,7 +27,7 @@ USE_GNOME=	cairo glib20 introspection:build
 CPE_VENDOR=	gnome
 
 VERSION=	1.8.0
-LIBVERSION=	0.5000.9
+LIBVERSION=	0.5000.14
 PLIST_SUB+=     VERSION=${VERSION} LIBVERSION=${LIBVERSION}
 
 FONTSCALE=	${LOCALBASE}/share/fonts/TTF/luximb.ttf
diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo
index bb7aaff745fb..7d3901a7e849 100644
--- a/x11-toolkits/pango/distinfo
+++ b/x11-toolkits/pango/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1660329348
-SHA256 (gnome2/pango-1.50.9.tar.xz) = 1b636aabf905130d806372136f5e137b6a27f26d47defd9240bf444f6a4fe610
-SIZE (gnome2/pango-1.50.9.tar.xz) = 4262208
+TIMESTAMP = 1677763195
+SHA256 (gnome2/pango-1.50.14.tar.xz) = 1d67f205bfc318c27a29cfdfb6828568df566795df0cb51d2189cde7f2d581e8
+SIZE (gnome2/pango-1.50.14.tar.xz) = 4273776
diff --git a/x11-toolkits/pango/files/patch-meson.build b/x11-toolkits/pango/files/patch-meson.build
deleted file mode 100644
index 522410c95aac..000000000000
--- a/x11-toolkits/pango/files/patch-meson.build
+++ /dev/null
@@ -1,19 +0,0 @@
-Disable the fallback on subprojects/gi-docgen -- if py-docgen is not found 
-on the system, the shipped fallback in 'subprojects' would be tried. This is
-unwanted behaviour.
-
-As gtk_doc option is 'boolean' instead of 'feature', disabling the
-option makes the dependency optional instead of disable the check.
-
-https://gitlab.gnome.org/GNOME/pango/-/commit/cc9072ad21c2
-
---- meson.build.orig	2021-05-27 18:22:12 UTC
-+++ meson.build
-@@ -585,7 +585,6 @@ pango_conf.set('HAVE_SYSPROF', libsysprof_capture_dep.
- pango_deps += libsysprof_capture_dep
- 
- gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1',
--                          fallback: ['gi-docgen', 'dummy_dep'],
-                           required: get_option('gtk_doc'))
- 
- gnome = import('gnome')