pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-meson



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Sep  4 14:46:52 UTC 2018

Modified Files:
        pkgsrc/devel/py-meson: Makefile distinfo

Log Message:
Update py-meson to 0.47.2

Highlights:

      find_library: Use _build_wrapper to get library dirs
      python.find_installation: only try to find python with the
        py launcher if it isn't in PATH
      Fix @CURRENT_SOURCE_DIR@ in generator()
      Fix directory verification. Closes #3857.
      Add 32 bit sparc processor support. Closes #3901.
      Add support for s390x CPUs. Closes #3897.
      mesonbuild: Recognise risc-v architecture
      configure_file: Don't optimize away substitutions
      environment: Map mipsel -> mips, mips64el -> mips64
      Add new method: mlog.deprecation()
      Raise a MesonException when substituting an invalid value
      Print a more usable message when a subproject fails to configure
      get_library_naming: Use templates instead of suffix/prefix pairs
      find_library: Fix manual searching on OpenBSD
      find_library: Fix priority of library search in OpenBSD
      find_library: Validate and sort globbed shared library files
      gnome.gdbus_codegen: Handle XML docbook in subdirs
      Print a useful error when a compiler is not found in the cross file
      Add a feature-new entry for UserFeatureOption
      PkgConfigDependency: Fix library path search order
      Don't check version for fallback not-found dependency
      PkgConfigDependency: Parse library paths in a separate step
      find_library: Allow undefined symbols while linking
      Test that system shlibs with undefined symbols can be found
      Make the dependency order deterministic.
      Make the rpath order deterministic.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-meson/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-meson/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/py-meson/Makefile
diff -u pkgsrc/devel/py-meson/Makefile:1.13 pkgsrc/devel/py-meson/Makefile:1.14
--- pkgsrc/devel/py-meson/Makefile:1.13 Mon Sep  3 09:30:25 2018
+++ pkgsrc/devel/py-meson/Makefile      Tue Sep  4 14:46:52 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/09/03 09:30:25 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/09/04 14:46:52 prlw1 Exp $
 
-DISTNAME=      meson-0.47.0
+DISTNAME=      meson-0.47.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meson/}
 

Index: pkgsrc/devel/py-meson/distinfo
diff -u pkgsrc/devel/py-meson/distinfo:1.11 pkgsrc/devel/py-meson/distinfo:1.12
--- pkgsrc/devel/py-meson/distinfo:1.11 Mon Sep  3 09:30:25 2018
+++ pkgsrc/devel/py-meson/distinfo      Tue Sep  4 14:46:52 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2018/09/03 09:30:25 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/09/04 14:46:52 prlw1 Exp $
 
-SHA1 (meson-0.47.0.tar.gz) = 3ce3f5cf2a31e7c58b921f7a5c92afae3c90ff4c
-RMD160 (meson-0.47.0.tar.gz) = 0d90c75a0be70a55b3da7239a25be2ba573054e1
-SHA512 (meson-0.47.0.tar.gz) = 02a9aa481c6cce011be9bd3ada523c45f503c70c1c6c8c826241c16a84c8ccbb06de2caced8c748850c24b7a696705c8c72847f935fd720edbd286235390fd94
-Size (meson-0.47.0.tar.gz) = 1246932 bytes
+SHA1 (meson-0.47.2.tar.gz) = 58278fa1e65d4e9197b8e3ca8c3ca2bc4d8283d2
+RMD160 (meson-0.47.2.tar.gz) = 6941232c36102c9d5b7ebd4b42e38aca7d3a67d2
+SHA512 (meson-0.47.2.tar.gz) = 9d7cea6151b99dff0c34d72b63473aecf7565636ba2b48d9fe86ce25372d1c71a834654f4745ae29e0fcacffcad806a1f6d937bcf5fe88cd9b16b72bf2d62112
+Size (meson-0.47.2.tar.gz) = 1267957 bytes
 SHA1 (patch-mesonbuild_compilers_____init____.py) = b893759a6fa135f2da606ea487848701dbba037d
 SHA1 (patch-mesonbuild_compilers_compilers.py) = ab44b1672b2d1cc6258b74590ac6bbf0fe502066
 SHA1 (patch-mesonbuild_environment.py) = 08957ccc7ee55f9d5b7f965309bbe5ad38aa23ce



Home | Main Index | Thread Index | Old Index