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:           Tue Feb 15 10:13:23 UTC 2022

Modified Files:
        pkgsrc/devel/mm-common: Makefile PLIST distinfo

Log Message:
mm-common: updated to 1.0.4

mm-common 1.0.4 (2022-02-11)

* Add util/doc_postprocess.py and util/doc_install.py.
  Generating documentation in modules that use mm-common
  does not require Perl in Meson builds.

Meson build and skeletonmm:
* Specify 'check' option in run_command().
  The default value will change in future Meson releases.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mm-common/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/mm-common/PLIST
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/devel/mm-common/Makefile:1.12
--- pkgsrc/devel/mm-common/Makefile:1.11        Mon May 31 20:28:11 2021
+++ pkgsrc/devel/mm-common/Makefile     Tue Feb 15 10:13:23 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/05/31 20:28:11 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/02/15 10:13:23 adam Exp $
 
-DISTNAME=      mm-common-1.0.3
+DISTNAME=      mm-common-1.0.4
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/mm-common/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -15,16 +15,12 @@ USE_TOOLS+= gzip pkg-config
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-SUBST_CLASSES+=                python3
-SUBST_FILES.python3=   meson.build
-SUBST_SED.python3=     -e "s,'python3','${PYTHONBIN}',"
-SUBST_STAGE.python3=   pre-configure
-SUBST_MESSAGE.python3= Fix python binary name.
-
 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
 REPLACE_PYTHON+=       util/build_scripts/generate-binding.py
+REPLACE_PYTHON+=       util/doc_install.py
+REPLACE_PYTHON+=       util/doc_postprocess.py
 REPLACE_PYTHON+=       util/mm-common-get.in
 
 .include "../../lang/python/application.mk"

Index: pkgsrc/devel/mm-common/PLIST
diff -u pkgsrc/devel/mm-common/PLIST:1.4 pkgsrc/devel/mm-common/PLIST:1.5
--- pkgsrc/devel/mm-common/PLIST:1.4    Thu Apr  8 20:49:07 2021
+++ pkgsrc/devel/mm-common/PLIST        Tue Feb 15 10:13:23 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/04/08 20:49:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/02/15 10:13:23 adam Exp $
 bin/mm-common-get
 bin/mm-common-prepare
 man/man1/mm-common-get.1
@@ -25,6 +25,8 @@ share/mm-common/build/generate-binding.p
 share/mm-common/doctags/libstdc++.tag
 share/mm-common/doctool/doc-install.pl
 share/mm-common/doctool/doc-postprocess.pl
+share/mm-common/doctool/doc_install.py
+share/mm-common/doctool/doc_postprocess.py
 share/mm-common/doctool/doxygen-extra.css
 share/mm-common/doctool/doxygen.css
 share/mm-common/doctool/tagfile-to-devhelp2.xsl

Index: pkgsrc/devel/mm-common/distinfo
diff -u pkgsrc/devel/mm-common/distinfo:1.10 pkgsrc/devel/mm-common/distinfo:1.11
--- pkgsrc/devel/mm-common/distinfo:1.10        Tue Oct 26 10:15:41 2021
+++ pkgsrc/devel/mm-common/distinfo     Tue Feb 15 10:13:23 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:15:41 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/02/15 10:13:23 adam Exp $
 
-BLAKE2s (mm-common-1.0.3.tar.xz) = 04f66aca66960352ad62ee90845aab353f98a479338d31ad615a30662f4314ec
-SHA512 (mm-common-1.0.3.tar.xz) = fdd79e9a2ca3d7ed311a6994bd04e7cbf2b1562c39968d309765ce3b5268128f98b3f1c08a434b460276e6d911d302a12ccc7aebd6cd67e4df13241a97034a70
-Size (mm-common-1.0.3.tar.xz) = 272932 bytes
+BLAKE2s (mm-common-1.0.4.tar.xz) = 166e0c4aca82b75eda47567a08bfa94e3c768eab77043e3f855842076f3ce93e
+SHA512 (mm-common-1.0.4.tar.xz) = e686f19cb4d40a3dda68e30b98b43fca3db51b387e28f5569bef0cfbb1cc3a7d72503ec5dfa0f2621dd349ac4c9c21f0fe93bdda224026534c509fbb60400243
+Size (mm-common-1.0.4.tar.xz) = 290164 bytes



Home | Main Index | Thread Index | Old Index