pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/waf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 13:01:55 UTC 2016

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/waf/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/waf/Makefile
diff -u pkgsrc/devel/waf/Makefile:1.22 pkgsrc/devel/waf/Makefile:1.23
--- pkgsrc/devel/waf/Makefile:1.22      Sun Jul  3 11:07:31 2016
+++ pkgsrc/devel/waf/Makefile   Mon Aug 22 13:01:55 2016
@@ -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

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.24 pkgsrc/devel/waf/distinfo:1.25
--- pkgsrc/devel/waf/distinfo:1.24      Sun Jul  3 11:07:31 2016
+++ pkgsrc/devel/waf/distinfo   Mon Aug 22 13:01:55 2016
@@ -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