pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mm-common
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 22 13:16:03 UTC 2025
Modified Files:
pkgsrc/devel/mm-common: Makefile distinfo
Log Message:
mm-common: updated to 1.0.7
mm-common 1.0.7 (2025-06-11)
* Don't specify colors in util/doxygen-extra.css.
Meson build:
* Use Meson's pkgconfig module to generate .pc files.
* Use the Python installation that Meson uses.
Autotools build:
* configure.ac: subst for mm-common-get.
Skeletonmm:
* Don't require the 'dot' command.
* Use Meson's pkgconfig module to generate .pc files.
Documentation:
* OVERVIEW.md: Update the meson.build snippet
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/mm-common/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/mm-common/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/mm-common/Makefile
diff -u pkgsrc/devel/mm-common/Makefile:1.16 pkgsrc/devel/mm-common/Makefile:1.17
--- pkgsrc/devel/mm-common/Makefile:1.16 Mon Apr 15 09:23:36 2024
+++ pkgsrc/devel/mm-common/Makefile Wed Oct 22 13:16:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/04/15 09:23:36 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/10/22 13:16:02 adam Exp $
-DISTNAME= mm-common-1.0.6
+DISTNAME= mm-common-1.0.7
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mm-common/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
USE_TOOLS+= gzip pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
REPLACE_PYTHON+= util/build_scripts/dist-build-scripts.py
REPLACE_PYTHON+= util/build_scripts/dist-changelog.py
REPLACE_PYTHON+= util/build_scripts/doc-reference.py
@@ -23,6 +21,6 @@ REPLACE_PYTHON+= util/doc_install.py
REPLACE_PYTHON+= util/doc_postprocess.py
REPLACE_PYTHON+= util/mm-common-get.in
-.include "../../lang/python/application.mk"
.include "../../devel/meson/build.mk"
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/mm-common/distinfo
diff -u pkgsrc/devel/mm-common/distinfo:1.13 pkgsrc/devel/mm-common/distinfo:1.14
--- pkgsrc/devel/mm-common/distinfo:1.13 Mon Apr 15 09:23:36 2024
+++ pkgsrc/devel/mm-common/distinfo Wed Oct 22 13:16:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/04/15 09:23:36 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/10/22 13:16:02 adam Exp $
-BLAKE2s (mm-common-1.0.6.tar.xz) = 9dbcea63878fa002d1bb863a34f78a267c38b30a3409d8d85c81dfb1cec65b3a
-SHA512 (mm-common-1.0.6.tar.xz) = 2141ce9dabdae153e5708b09d30e7917182888e521ff0c2a4f85c7ec2dd86b2c8753e0513bf9c9f9a00d4e579173ffa859a3efd006e706fdfa2f33b0e77af48b
-Size (mm-common-1.0.6.tar.xz) = 287832 bytes
+BLAKE2s (mm-common-1.0.7.tar.xz) = 05877aae9dfa84822e58c9b9e028388aa83b6cfbd8155f003badbc226048cae1
+SHA512 (mm-common-1.0.7.tar.xz) = 59b5ad026d5970816eca71858bd08604ecdc43cadcf0455f0be5f233d46210c0499600b80accaad222085852d60cd4cca4c209fde6eea027a85b0244f3e3dece
+Size (mm-common-1.0.7.tar.xz) = 283032 bytes
Home |
Main Index |
Thread Index |
Old Index