pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/pangomm



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 22 13:14:53 UTC 2025

Modified Files:
        pkgsrc/devel/pangomm: Makefile distinfo

Log Message:
pangomm: updated to 2.46.4

2.46.4 (stable):

* Coverage: Don't use deprecated pango_coverage_ref/unref()

Documentation:
* Doxyfile.in: Don't hide undocumented classes
* README.win32: Convert to MarkDown and rename to README.win32.md
  Some more updates
* Remove AUTHORS, HACKING, README.SUN; add general info to README.md

Meson build:
* Detect if we build from a git subtree
* Don't copy files with configure_file()
* Fix the evaluation of is_git_build on Windows
* Don't fail if warning_level=everything


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/pangomm/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/pangomm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pangomm/Makefile
diff -u pkgsrc/devel/pangomm/Makefile:1.75 pkgsrc/devel/pangomm/Makefile:1.76
--- pkgsrc/devel/pangomm/Makefile:1.75  Fri Dec 27 08:19:36 2024
+++ pkgsrc/devel/pangomm/Makefile       Wed Oct 22 13:14:53 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2024/12/27 08:19:36 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2025/10/22 13:14:53 adam Exp $
 
-DISTNAME=      pangomm-2.46.3
-PKGREVISION=   5
+DISTNAME=      pangomm-2.46.4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,13 +12,12 @@ LICENSE=    gnu-lgpl-v2.1
 
 CONFLICTS+=    gtkmm<=2.13.5
 
+USE_CXX_FEATURES=      c++11
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gm4 perl:run pkg-config
 PKGCONFIG_OVERRIDE+=   pango/pangomm.pc.in
 
-USE_CXX_FEATURES+=     c++11
-
 .include "../../devel/glibmm/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 BUILDLINK_API_DEPENDS.mm-common+=      mm-common>=0.9.10

Index: pkgsrc/devel/pangomm/distinfo
diff -u pkgsrc/devel/pangomm/distinfo:1.22 pkgsrc/devel/pangomm/distinfo:1.23
--- pkgsrc/devel/pangomm/distinfo:1.22  Thu Oct 20 13:16:36 2022
+++ pkgsrc/devel/pangomm/distinfo       Wed Oct 22 13:14:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/10/20 13:16:36 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/10/22 13:14:53 adam Exp $
 
-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
+BLAKE2s (pangomm-2.46.4.tar.xz) = 7905cd61a9db09a72634a940dae170b3ba834fd76370d91c94e62ff0bb1d335e
+SHA512 (pangomm-2.46.4.tar.xz) = e4e57b835af270af9b98ae3feb25087cb8f8ab9b0028195db3d2dbf48df360de1f92c4e7c9dfba9a80d4a6aa47234b3112eea52586328386bbc0eb0d5cc09856
+Size (pangomm-2.46.4.tar.xz) = 695088 bytes



Home | Main Index | Thread Index | Old Index