pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/waf Updated waf to 1.9.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32bf894a290d
branches:  trunk
changeset: 351570:32bf894a290d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 13:01:55 2016 +0000

description:
Updated waf to 1.9.2.

NEW IN WAF 1.9.2
----------------
* Fix a Python 3 encoding error when displaying the file hash in 'waf dist' #1769
* Force qt5 static library detection with 'QT5_XCOMPILE=1 QT5_FORCE_STATIC=1 waf configure' #1588
* Force the parent os.environ value as default in pre-forked processes #1791
* Support flexflags as arguments #1782
* Update a few extensions: xcode, pytest, msvcdeps, cppcheck, win32_opts, codelite
* Store Task.last_cmd selectively, so that extensions can use them (clang_compilation_database)
* Set TaskBase.keep_last_cmd to keep the last command executed
* New pyqt5 extension #1790
* Remove all non-BSD code from the Waf archive file

NEW IN WAF 1.9.1
----------------

* Execute proceses with run_regular_process when arguments are not serializable #1764
* Do not de-duplicate configuration flags assigned through uselib_store (conf.check tests)
* Let the documentation scripts generate SVG outputs

diffstat:

 devel/waf/Makefile |   4 ++--
 devel/waf/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a81de689d4a2 -r 32bf894a290d devel/waf/Makefile
--- a/devel/waf/Makefile        Mon Aug 22 12:32:21 2016 +0000
+++ b/devel/waf/Makefile        Mon Aug 22 13:01:55 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2016/07/03 11:07:31 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/08/22 13:01:55 wiz Exp $
 
-DISTNAME=      waf-1.9.0
+DISTNAME=      waf-1.9.2
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2
diff -r a81de689d4a2 -r 32bf894a290d devel/waf/distinfo
--- a/devel/waf/distinfo        Mon Aug 22 12:32:21 2016 +0000
+++ b/devel/waf/distinfo        Mon Aug 22 13:01:55 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2016/07/03 11:07:31 wiz Exp $
+$NetBSD: distinfo,v 1.25 2016/08/22 13:01:55 wiz Exp $
 
-SHA1 (waf-1.9.0.tar.bz2) = 832df63b5f76fc8f8577ebd24d298253c848f7f1
-RMD160 (waf-1.9.0.tar.bz2) = 156a4599981c58d2d192e9c74ac61a2a1e9b1fc2
-SHA512 (waf-1.9.0.tar.bz2) = ed83e219905e43e65f245bc5bab50403cbf2d72aefcb824ee3471a86d726ddf8feaa488abbdb2bbf1f260e09918ff3304b8dc9dd60c736031747eebae8d7ec27
-Size (waf-1.9.0.tar.bz2) = 1361593 bytes
+SHA1 (waf-1.9.2.tar.bz2) = 2fe24ec94c3cb0ea3c4097064123e2eb63e8c2ef
+RMD160 (waf-1.9.2.tar.bz2) = 7b8452abe7328594108e12ef4d3a2f4955cfe024
+SHA512 (waf-1.9.2.tar.bz2) = f0bb711f8fc26302fac435df7675e3ec2519107b44147da770b377f7bbacd6a748c16c21f1b2a5932b27f24da207dbfb1622d8e7d6ddb313d531e6b705897f14
+Size (waf-1.9.2.tar.bz2) = 617738 bytes



Home | Main Index | Thread Index | Old Index