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.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/840b7b964e0a
branches:  trunk
changeset: 354026:840b7b964e0a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 19 11:20:41 2016 +0000

description:
Updated waf to 1.9.5.

NEW IN WAF 1.9.5
----------------
* Fix the command-line option for the python executable (--python -> --pythondir) #1812
* Add support for older PyQt4 bindings #1813
* Expand properly `--xyz=${VAR}` when `shell=False` #1814
* Add qt5 5.7.x new libraries to qt5 tool #1815
* Add install_user and install_group to bld.install/bld.install_as/bld.symlink_as
* Reduce unnecesary build outputs verbosity #1819 #1828
* Prevent broken console encoding settings from causing additional failures #1823
* Let "waf --zones=argfile" display @argfile contents

diffstat:

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

diffs (27 lines):

diff -r f73b61b61cd9 -r 840b7b964e0a devel/waf/Makefile
--- a/devel/waf/Makefile        Wed Oct 19 10:58:52 2016 +0000
+++ b/devel/waf/Makefile        Wed Oct 19 11:20:41 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2016/09/18 22:23:34 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2016/10/19 11:20:41 wiz Exp $
 
-DISTNAME=      waf-1.9.4
+DISTNAME=      waf-1.9.5
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2
diff -r f73b61b61cd9 -r 840b7b964e0a devel/waf/distinfo
--- a/devel/waf/distinfo        Wed Oct 19 10:58:52 2016 +0000
+++ b/devel/waf/distinfo        Wed Oct 19 11:20:41 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2016/09/18 22:23:34 wiz Exp $
+$NetBSD: distinfo,v 1.28 2016/10/19 11:20:41 wiz Exp $
 
-SHA1 (waf-1.9.4.tar.bz2) = b44ba12bcff4a463ed96033b883b8dc442d5814a
-RMD160 (waf-1.9.4.tar.bz2) = 7d148bf7a80fb536f54df4bb1f77d723c1647260
-SHA512 (waf-1.9.4.tar.bz2) = 95e74c79876977fef5c883b0f02599072cb5fe5949320bb494074ec58de724ceb6e3578064ce1417fcde5f0bcb6cd67aec951dda7915ba6bed0b01c31f1c7412
-Size (waf-1.9.4.tar.bz2) = 614439 bytes
+SHA1 (waf-1.9.5.tar.bz2) = 69546dc19e7020a63e80f1ade3071157bcc8a7e0
+RMD160 (waf-1.9.5.tar.bz2) = 971d7712c34e13ca8280944550a6a138399d0370
+SHA512 (waf-1.9.5.tar.bz2) = 6bb9e009bef2a6d5dc2e47250e92d2da8938a1a674c26446aac0d6b66835c2d2900d70e92b7da26ee4e85d06970170b2d5d93294584475caaf0f125d34d9b016
+Size (waf-1.9.5.tar.bz2) = 616471 bytes



Home | Main Index | Thread Index | Old Index