summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-22 13:01:55 +0000
committerwiz <wiz>2016-08-22 13:01:55 +0000
commit6fe8ced5c7004fb8a4a23930ba917edf53810075 (patch)
treed9ff39f07966a5a688fa00b7264a59abe4358c63
parent2b6dfe1c01fadefde58c47f3d3b47ed85e722bac (diff)
downloadpkgsrc-6fe8ced5c7004fb8a4a23930ba917edf53810075.tar.gz
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
-rw-r--r--devel/waf/Makefile4
-rw-r--r--devel/waf/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/waf/Makefile b/devel/waf/Makefile
index 1aee8d60e97..9cb6a81e0cc 100644
--- a/devel/waf/Makefile
+++ b/devel/waf/Makefile
@@ -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 --git a/devel/waf/distinfo b/devel/waf/distinfo
index 71a1144082b..b256e803d41 100644
--- a/devel/waf/distinfo
+++ b/devel/waf/distinfo
@@ -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