summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-10-20 13:16:36 +0000
committeradam <adam@pkgsrc.org>2022-10-20 13:16:36 +0000
commit3082810a9fde7553f78f57ef711e7861b44a044d (patch)
tree54a18a35c6ff42bd722f1c559d36d9dabc9f2c80
parent885d7299f95dcefd71ef7a50836d845eb35feceb (diff)
downloadpkgsrc-3082810a9fde7553f78f57ef711e7861b44a044d.tar.gz
pangomm: updated to 2.46.3
2.46.3 (stable): * Context::get_font_map(): Fix reference count Build: * Meson build: Specify 'check' option in run_command() Will be necessary with future versions of Meson. * Meson build: Check if Perl is required for building documentation * Meson build: Avoid unnecessary configuration warnings * Meson build: Re-organize warning-related compiler flags for MSVC
-rw-r--r--devel/pangomm/Makefile5
-rw-r--r--devel/pangomm/distinfo9
-rw-r--r--devel/pangomm/patches/patch-meson.build15
3 files changed, 6 insertions, 23 deletions
diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile
index 7354269b75f..6cfbebe9248 100644
--- a/devel/pangomm/Makefile
+++ b/devel/pangomm/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2022/06/28 11:33:41 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2022/10/20 13:16:36 adam Exp $
-DISTNAME= pangomm-2.46.2
-PKGREVISION= 1
+DISTNAME= pangomm-2.46.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/devel/pangomm/distinfo b/devel/pangomm/distinfo
index 500f295f1da..0d0dcb68da1 100644
--- a/devel/pangomm/distinfo
+++ b/devel/pangomm/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/03/14 17:31:54 adam Exp $
+$NetBSD: distinfo,v 1.22 2022/10/20 13:16:36 adam Exp $
-BLAKE2s (pangomm-2.46.2.tar.xz) = 3fde1e5244311a1611ffa27f0db4d60498c3c04952ce7bc2ebac0e133f711a42
-SHA512 (pangomm-2.46.2.tar.xz) = 79cad137ec9f22e57a177332df6c6e735aa3baf81df36fc706e81e7a89f23ce3179337507388f65a0d0a74733990dc3547c50243a4559dfd0bb065b1828c0474
-Size (pangomm-2.46.2.tar.xz) = 674892 bytes
-SHA1 (patch-meson.build) = b09516870f4e33aab8d4039f995aedd4dc236832
+BLAKE2s (pangomm-2.46.3.tar.xz) = 5e1e9e820188e59bae942302c76b83420da91cb40c8002a9b6eaf265568dcde2
+SHA512 (pangomm-2.46.3.tar.xz) = c0925f295b372bca7b5ede28476ed00e691911e041632969e5e4c30fcf338bac069ba031d4f48601877524b90af47f5238e444e2de7501f1ff25dcda9dd9a9c8
+Size (pangomm-2.46.3.tar.xz) = 674428 bytes
diff --git a/devel/pangomm/patches/patch-meson.build b/devel/pangomm/patches/patch-meson.build
deleted file mode 100644
index fbf8acfe083..00000000000
--- a/devel/pangomm/patches/patch-meson.build
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-meson.build,v 1.1 2021/04/08 21:16:42 adam Exp $
-
-Fix finding Python.
-
---- meson.build.orig 2021-04-08 16:35:21.531396769 +0000
-+++ meson.build
-@@ -43,7 +43,7 @@ project_build_root = meson.current_build
-
- cpp_compiler = meson.get_compiler('cpp')
- is_msvc = cpp_compiler.get_id() == 'msvc'
--python3 = import('python').find_installation('python3')
-+python3 = import('python').find_installation()
-
- python_version = python3.language_version()
- python_version_req = '>= 3.5'