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:   adam
Date:           Tue Dec 12 08:36:43 UTC 2017

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

Log Message:
py-meson: updated to 0.44.0

0.44.0:
Added warning function
Adds support for additional Qt5-Module keyword moc_extra_arguments
Prefix-dependent defaults for sysconfdir, localstatedir and sharedstatedir
An array type for user options
LLVM dependency supports both dynamic and static linking
Added if_found to subdir
get_unquoted() method for the configuration data object
Added disabler object
Config-Tool based dependencies gained a method to get arbitrary options


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-meson/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-meson/PLIST
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/devel/py-meson/Makefile:1.7
--- pkgsrc/devel/py-meson/Makefile:1.6  Thu Nov 23 14:59:52 2017
+++ pkgsrc/devel/py-meson/Makefile      Tue Dec 12 08:36:43 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/11/23 14:59:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/12/12 08:36:43 adam Exp $
 
-DISTNAME=      meson-0.43.0
+DISTNAME=      meson-0.44.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meson/}
 

Index: pkgsrc/devel/py-meson/PLIST
diff -u pkgsrc/devel/py-meson/PLIST:1.2 pkgsrc/devel/py-meson/PLIST:1.3
--- pkgsrc/devel/py-meson/PLIST:1.2     Fri Aug 25 18:53:53 2017
+++ pkgsrc/devel/py-meson/PLIST Tue Dec 12 08:36:43 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/08/25 18:53:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/12/12 08:36:43 adam Exp $
 bin/meson
 bin/mesonconf
 bin/mesonintrospect
@@ -143,6 +143,9 @@ ${PYSITELIB}/mesonbuild/modules/pkgconfi
 ${PYSITELIB}/mesonbuild/modules/python3.py
 ${PYSITELIB}/mesonbuild/modules/python3.pyc
 ${PYSITELIB}/mesonbuild/modules/python3.pyo
+${PYSITELIB}/mesonbuild/modules/qt.py
+${PYSITELIB}/mesonbuild/modules/qt.pyc
+${PYSITELIB}/mesonbuild/modules/qt.pyo
 ${PYSITELIB}/mesonbuild/modules/qt4.py
 ${PYSITELIB}/mesonbuild/modules/qt4.pyc
 ${PYSITELIB}/mesonbuild/modules/qt4.pyo

Index: pkgsrc/devel/py-meson/distinfo
diff -u pkgsrc/devel/py-meson/distinfo:1.4 pkgsrc/devel/py-meson/distinfo:1.5
--- pkgsrc/devel/py-meson/distinfo:1.4  Mon Oct 16 10:58:59 2017
+++ pkgsrc/devel/py-meson/distinfo      Tue Dec 12 08:36:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/10/16 10:58:59 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/12/12 08:36:43 adam Exp $
 
-SHA1 (meson-0.43.0.tar.gz) = 7e44b1dc8172ceda2f7ea9525762c585c8fc94a4
-RMD160 (meson-0.43.0.tar.gz) = f8d188b064f1764a0d137738e6ef3710d9845e67
-SHA512 (meson-0.43.0.tar.gz) = 17f7e7f87c344ae0a2f53975c65ef3b4eae204a57eb97141aedb4edf65aa21af29a6f61e3870022efd2d126ce768602fbb894ec7d919875dd44ccdb39a5df044
-Size (meson-0.43.0.tar.gz) = 1066663 bytes
+SHA1 (meson-0.44.0.tar.gz) = b62e989e806ac2935cb29479100a11e2c3251ed1
+RMD160 (meson-0.44.0.tar.gz) = b80bd1e84377aa108acec4f02dc269008df7fc6d
+SHA512 (meson-0.44.0.tar.gz) = 32312842bef6d15a73abb250972df29212ae495eb13f9ddf50f300974a42c679c51d34af560b430ef5465f8353d9f98e91a90e749590584968da766ad75ae989
+Size (meson-0.44.0.tar.gz) = 1102630 bytes



Home | Main Index | Thread Index | Old Index