diff --git a/devel/pangomm2.48/Makefile b/devel/pangomm2.48/Makefile index d91cd257f7a5..421f3d3e76ce 100644 --- a/devel/pangomm2.48/Makefile +++ b/devel/pangomm2.48/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2023/11/14 14:01:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2024/02/07 18:19:37 wiz Exp $ -DISTNAME= pangomm-2.48.2 +DISTNAME= pangomm-2.50.2 PKGNAME= ${DISTNAME:S/pangomm/pangomm2.48/} -PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -24,7 +23,7 @@ USE_CXX_FEATURES+= c++11 .include "../../devel/meson/build.mk" BUILDLINK_API_DEPENDS.mm-common+= mm-common>=0.9.10 .include "../../devel/mm-common/buildlink3.mk" -BUILDLINK_API_DEPENDS.pango+= pango>=1.48.0 +BUILDLINK_API_DEPENDS.pango+= pango>=1.49.4 .include "../../devel/pango/buildlink3.mk" .include "../../graphics/cairomm1.16/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/pangomm2.48/PLIST b/devel/pangomm2.48/PLIST index 9cf8e9348c7f..f6d0f036c543 100644 --- a/devel/pangomm2.48/PLIST +++ b/devel/pangomm2.48/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2021/05/31 22:29:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/02/07 18:19:37 wiz Exp $ include/pangomm-2.48/pangomm.h include/pangomm-2.48/pangomm/attributes.h include/pangomm-2.48/pangomm/attriter.h include/pangomm-2.48/pangomm/attrlist.h include/pangomm-2.48/pangomm/cairofontmap.h +include/pangomm-2.48/pangomm/cairofontmapimpl.h include/pangomm-2.48/pangomm/color.h include/pangomm-2.48/pangomm/context.h include/pangomm-2.48/pangomm/coverage.h diff --git a/devel/pangomm2.48/distinfo b/devel/pangomm2.48/distinfo index 4da73b7041df..c311b275fff6 100644 --- a/devel/pangomm2.48/distinfo +++ b/devel/pangomm2.48/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/05/27 12:28:26 adam Exp $ +$NetBSD: distinfo,v 1.6 2024/02/07 18:19:37 wiz Exp $ -BLAKE2s (pangomm-2.48.2.tar.xz) = 16b7c37db3f3491ef0971c2c1af71be765823646ff195df3d0c28a4c60d40d9a -SHA512 (pangomm-2.48.2.tar.xz) = 631529f27aaf8aa69344f5c4c30921c88e947f9f1ec828d591a9a31c497ab0e52ef1ddd19064d305858c15f807e14f315eafec5a1b755f9561153d5275cdf66e -Size (pangomm-2.48.2.tar.xz) = 696364 bytes -SHA1 (patch-meson.build) = b09516870f4e33aab8d4039f995aedd4dc236832 +BLAKE2s (pangomm-2.50.2.tar.xz) = 5e133bcf23e5ad0dbf18881c17ccc088c8b3a62d1109583e87d7709961d4756b +SHA512 (pangomm-2.50.2.tar.xz) = a1b478450cd1fb415b238b69843d75bbcc01c62ed123ccab388d0b667efb6f7c7e9aa5ec6e0a6e0dcba2d76c52f3ecb42ddb5cf8e12e819731bc0b4f613cc0c7 +Size (pangomm-2.50.2.tar.xz) = 775356 bytes diff --git a/devel/pangomm2.48/patches/patch-meson.build b/devel/pangomm2.48/patches/patch-meson.build deleted file mode 100644 index 7380a0732db1..000000000000 --- a/devel/pangomm2.48/patches/patch-meson.build +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-meson.build,v 1.1 2021/05/31 22:29:20 wiz 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'