pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/meson meson: updated to 0.61.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3954bacf494f
branches:  trunk
changeset: 373928:3954bacf494f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 15 10:00:05 2022 +0000

description:
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:

 devel/meson/Makefile |   5 ++---
 devel/meson/PLIST    |  17 +++++++++++++----
 devel/meson/distinfo |   8 ++++----
 3 files changed, 19 insertions(+), 11 deletions(-)

diffs (88 lines):

diff -r 359d1fbbec21 -r 3954bacf494f devel/meson/Makefile
--- a/devel/meson/Makefile      Tue Feb 15 09:34:37 2022 +0000
+++ b/devel/meson/Makefile      Tue Feb 15 10:00:05 2022 +0000
@@ -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 -r 359d1fbbec21 -r 3954bacf494f devel/meson/PLIST
--- a/devel/meson/PLIST Tue Feb 15 09:34:37 2022 +0000
+++ b/devel/meson/PLIST Tue Feb 15 10:00:05 2022 +0000
@@ -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/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/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/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/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/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 -r 359d1fbbec21 -r 3954bacf494f devel/meson/distinfo
--- a/devel/meson/distinfo      Tue Feb 15 09:34:37 2022 +0000
+++ b/devel/meson/distinfo      Tue Feb 15 10:00:05 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index