summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-03-14 17:31:54 +0000
committeradam <adam@pkgsrc.org>2022-03-14 17:31:54 +0000
commit5719e5ff094a7d6d6bc4dfd8029bf233474eec6f (patch)
treeedaac11c5ddf97ffdc304e2acc0cdb9a7c034b56
parentd20411cf1fcdb33a749df1a3263fac7b9d69a0e2 (diff)
downloadpkgsrc-5719e5ff094a7d6d6bc4dfd8029bf233474eec6f.tar.gz
pangomm: updated to 2.46.2
2.46.2 (stable): Build: * Don't include individual pango headers * Support Visual Studio 2022 builds NMake Makefiles: Fix header installation
-rw-r--r--devel/pangomm/Makefile5
-rw-r--r--devel/pangomm/distinfo9
-rw-r--r--devel/pangomm/patches/patch-untracked_pango_pangomm_attributes.h14
3 files changed, 6 insertions, 22 deletions
diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile
index e688279fc8c..381a9aaabb0 100644
--- a/devel/pangomm/Makefile
+++ b/devel/pangomm/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2022/03/09 14:14:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2022/03/14 17:31:54 adam Exp $
-DISTNAME= pangomm-2.46.1
-PKGREVISION= 2
+DISTNAME= pangomm-2.46.2
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 33a0ab29bf8..500f295f1da 100644
--- a/devel/pangomm/distinfo
+++ b/devel/pangomm/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.20 2022/03/09 14:14:11 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2022/03/14 17:31:54 adam Exp $
-BLAKE2s (pangomm-2.46.1.tar.xz) = e365f29ca1376f0963791d538323005414cb558cc408794778ab69de4d714dbf
-SHA512 (pangomm-2.46.1.tar.xz) = cb375af9422d8fa7683fcdd4dc9b9179b48dcfd2278a587fcfc86a04c5c0bbd5feb348a2b45c7bf233a3ad68a9614c66c8300fd4d287b5e144d336441f5aa46a
-Size (pangomm-2.46.1.tar.xz) = 672952 bytes
+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
-SHA1 (patch-untracked_pango_pangomm_attributes.h) = d2c6925a3de75a9feef809e3afc9fd81a1425e39
diff --git a/devel/pangomm/patches/patch-untracked_pango_pangomm_attributes.h b/devel/pangomm/patches/patch-untracked_pango_pangomm_attributes.h
deleted file mode 100644
index 93667046afc..00000000000
--- a/devel/pangomm/patches/patch-untracked_pango_pangomm_attributes.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-untracked_pango_pangomm_attributes.h,v 1.1 2022/03/09 14:14:11 ryoon Exp $
-
-* Fix for pango-1.50.5.
-
---- untracked/pango/pangomm/attributes.h.orig 2021-05-21 11:11:13.174761500 +0000
-+++ untracked/pango/pangomm/attributes.h
-@@ -30,6 +30,7 @@
- #include <pangomm/color.h>
- #include <pangomm/fontdescription.h>
- #include <pango/pango-attributes.h>
-+#include <pango/pango-markup.h>
- #include <glibmm/slisthandle.h>
-
-