summaryrefslogtreecommitdiff
path: root/devel/meson
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-02-15 10:00:05 +0000
committeradam <adam@pkgsrc.org>2022-02-15 10:00:05 +0000
commit26df5ce4e7f1a43733499baf280844143437412d (patch)
tree44fd48e5bfd977678f928b1df6e0e9d6b5763d02 /devel/meson
parent822710ac24a431f307a3ea5929d2ff9723597be1 (diff)
downloadpkgsrc-26df5ce4e7f1a43733499baf280844143437412d.tar.gz
meson: updated to 0.61.2
Meson 0.61 backend_startup_project Windows.compile_resources CustomTarget Add a man page backend to refman extract_objects() supports generated sources Python 3.6 support will be dropped in the next release Warning if check kwarg of run_command is missing meson rewrite can modify extra_files meson rewrite target <target> info outputs target's extra_files Visual Studio 2022 backend Support for CMake <3.14 is now deprecated for CMake subprojects Added support for sccache install_symlink function
Diffstat (limited to 'devel/meson')
-rw-r--r--devel/meson/Makefile5
-rw-r--r--devel/meson/PLIST17
-rw-r--r--devel/meson/distinfo8
3 files changed, 19 insertions, 11 deletions
diff --git a/devel/meson/Makefile b/devel/meson/Makefile
index 37f0d70d717..f03ff8b1430 100644
--- a/devel/meson/Makefile
+++ b/devel/meson/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2022/01/05 15:41:00 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2022/02/15 10:00:05 adam Exp $
-DISTNAME= meson-0.60.3
-PKGREVISION= 2
+DISTNAME= meson-0.61.2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/}
diff --git a/devel/meson/PLIST b/devel/meson/PLIST
index cb716a1de7d..3bff6d74276 100644
--- a/devel/meson/PLIST
+++ b/devel/meson/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/11/07 13:23:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/02/15 10:00:05 adam Exp $
bin/meson
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -63,6 +63,9 @@ ${PYSITELIB}/mesonbuild/backend/vs2017backend.pyo
${PYSITELIB}/mesonbuild/backend/vs2019backend.py
${PYSITELIB}/mesonbuild/backend/vs2019backend.pyc
${PYSITELIB}/mesonbuild/backend/vs2019backend.pyo
+${PYSITELIB}/mesonbuild/backend/vs2022backend.py
+${PYSITELIB}/mesonbuild/backend/vs2022backend.pyc
+${PYSITELIB}/mesonbuild/backend/vs2022backend.pyo
${PYSITELIB}/mesonbuild/backend/xcodebackend.py
${PYSITELIB}/mesonbuild/backend/xcodebackend.pyc
${PYSITELIB}/mesonbuild/backend/xcodebackend.pyo
@@ -96,6 +99,9 @@ ${PYSITELIB}/mesonbuild/cmake/toolchain.pyo
${PYSITELIB}/mesonbuild/cmake/traceparser.py
${PYSITELIB}/mesonbuild/cmake/traceparser.pyc
${PYSITELIB}/mesonbuild/cmake/traceparser.pyo
+${PYSITELIB}/mesonbuild/cmake/tracetargets.py
+${PYSITELIB}/mesonbuild/cmake/tracetargets.pyc
+${PYSITELIB}/mesonbuild/cmake/tracetargets.pyo
${PYSITELIB}/mesonbuild/compilers/__init__.py
${PYSITELIB}/mesonbuild/compilers/__init__.pyc
${PYSITELIB}/mesonbuild/compilers/__init__.pyo
@@ -544,6 +550,9 @@ ${PYSITELIB}/mesonbuild/scripts/msgfmthelper.pyo
${PYSITELIB}/mesonbuild/scripts/regen_checker.py
${PYSITELIB}/mesonbuild/scripts/regen_checker.pyc
${PYSITELIB}/mesonbuild/scripts/regen_checker.pyo
+${PYSITELIB}/mesonbuild/scripts/run_tool.py
+${PYSITELIB}/mesonbuild/scripts/run_tool.pyc
+${PYSITELIB}/mesonbuild/scripts/run_tool.pyo
${PYSITELIB}/mesonbuild/scripts/scanbuild.py
${PYSITELIB}/mesonbuild/scripts/scanbuild.pyc
${PYSITELIB}/mesonbuild/scripts/scanbuild.pyo
@@ -559,9 +568,6 @@ ${PYSITELIB}/mesonbuild/scripts/uninstall.pyo
${PYSITELIB}/mesonbuild/scripts/vcstagger.py
${PYSITELIB}/mesonbuild/scripts/vcstagger.pyc
${PYSITELIB}/mesonbuild/scripts/vcstagger.pyo
-${PYSITELIB}/mesonbuild/scripts/yelphelper.py
-${PYSITELIB}/mesonbuild/scripts/yelphelper.pyc
-${PYSITELIB}/mesonbuild/scripts/yelphelper.pyo
${PYSITELIB}/mesonbuild/templates/__init__.py
${PYSITELIB}/mesonbuild/templates/__init__.pyc
${PYSITELIB}/mesonbuild/templates/__init__.pyo
@@ -604,6 +610,9 @@ ${PYSITELIB}/mesonbuild/templates/samplefactory.pyo
${PYSITELIB}/mesonbuild/templates/sampleimpl.py
${PYSITELIB}/mesonbuild/templates/sampleimpl.pyc
${PYSITELIB}/mesonbuild/templates/sampleimpl.pyo
+${PYSITELIB}/mesonbuild/templates/valatemplates.py
+${PYSITELIB}/mesonbuild/templates/valatemplates.pyc
+${PYSITELIB}/mesonbuild/templates/valatemplates.pyo
${PYSITELIB}/mesonbuild/wrap/__init__.py
${PYSITELIB}/mesonbuild/wrap/__init__.pyc
${PYSITELIB}/mesonbuild/wrap/__init__.pyo
diff --git a/devel/meson/distinfo b/devel/meson/distinfo
index 10fa8b992f5..454287960d0 100644
--- a/devel/meson/distinfo
+++ b/devel/meson/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2021/12/29 16:25:01 adam Exp $
+$NetBSD: distinfo,v 1.33 2022/02/15 10:00:05 adam Exp $
-BLAKE2s (meson-0.60.3.tar.gz) = defa45340529058ac2d1320c519e7612496fa428cf2d0f4279209cfcc300bd2a
-SHA512 (meson-0.60.3.tar.gz) = 0aa6ef71c20cd899ebb0b202c6319e093e1df1c39fa58c94a1bb479efe630213272127346eab589948898d115d02d64f4bdffd892fbb9700884c1edf2dc6c6dc
-Size (meson-0.60.3.tar.gz) = 2001124 bytes
+BLAKE2s (meson-0.61.2.tar.gz) = ebf7effb8133bf78c4c3d60841d466baf283b6a78fe89d6ccae7b7f1fd1abe84
+SHA512 (meson-0.61.2.tar.gz) = 0cbc686b23a4d0b74e723a97869898c1e44977ee354ed9186ccac3e527c00b7407f62a15435cb9588e9d63f4e87de54da0a7fac5b251079d1a13851f17d61529
+Size (meson-0.61.2.tar.gz) = 2014220 bytes
SHA1 (patch-mesonbuild_compilers_detect.py) = 6379aaae55a7175291133335f15307b53aee4384
SHA1 (patch-mesonbuild_compilers_mixins_gnu.py) = cc9fe3204c7cf003d288ef5635fa7853a44a2e34
SHA1 (patch-mesonbuild_dependencies_dev.py) = 44a3bdb96a1afad1f1a9110b6187c9daad0d449f