Mon Dec 12 13:47:38 2016 UTC ()
Updated waf to 1.9.6.

NEW IN WAF 1.9.6
----------------
* Display @argfile contents in msvcdeps #1831
* Enable configurable preprocessor cache sizes #1833
* Allocate lru cache entries lazily
* Let unity builds use relative paths for msys #1834
* Added --dump-test-scripts to the unit test module #1852
* Added a warning on ant_glob '.' uses #1853
* LaTeX configuration tests output results to config.log
* Accept functools.partial() as task rules #1865


(wiz)
diff -r1.26 -r1.27 pkgsrc/devel/waf/Makefile
diff -r1.28 -r1.29 pkgsrc/devel/waf/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/devel/waf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/waf/Makefile 2016/10/19 11:20:41 1.26
+++ pkgsrc/devel/waf/Makefile 2016/12/12 13:47:38 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2016/10/19 11:20:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2016/12/12 13:47:38 wiz Exp $
2 2
3DISTNAME= waf-1.9.5 3DISTNAME= waf-1.9.6
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= https://waf.io/ 5MASTER_SITES= https://waf.io/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://waf.io/ 9HOMEPAGE= https://waf.io/
10COMMENT= Framework for configuring, compiling, and installing applications 10COMMENT= Framework for configuring, compiling, and installing applications
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13REPLACE_PYTHON= waf-light 13REPLACE_PYTHON= waf-light
14INSTALLATION_DIRS= bin 14INSTALLATION_DIRS= bin
15 15
16do-build: 16do-build:

cvs diff -r1.28 -r1.29 pkgsrc/devel/waf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/waf/distinfo 2016/10/19 11:20:41 1.28
+++ pkgsrc/devel/waf/distinfo 2016/12/12 13:47:38 1.29
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.28 2016/10/19 11:20:41 wiz Exp $ 1$NetBSD: distinfo,v 1.29 2016/12/12 13:47:38 wiz Exp $
2 2
3SHA1 (waf-1.9.5.tar.bz2) = 69546dc19e7020a63e80f1ade3071157bcc8a7e0 3SHA1 (waf-1.9.6.tar.bz2) = 2e1696c5df51350e05d39e6a25030ec2a605edf1
4RMD160 (waf-1.9.5.tar.bz2) = 971d7712c34e13ca8280944550a6a138399d0370 4RMD160 (waf-1.9.6.tar.bz2) = a607d904ddee183234372c9c173c598721808609
5SHA512 (waf-1.9.5.tar.bz2) = 6bb9e009bef2a6d5dc2e47250e92d2da8938a1a674c26446aac0d6b66835c2d2900d70e92b7da26ee4e85d06970170b2d5d93294584475caaf0f125d34d9b016 5SHA512 (waf-1.9.6.tar.bz2) = 11b7121b1fc1c4a85b6bb8ffb19577e311733c5b7b5bff4c5bce557682533558da4caabbaacaa532e843c53b9325531518e8e82cd0fa924e89d6367220823464
6Size (waf-1.9.5.tar.bz2) = 616471 bytes 6Size (waf-1.9.6.tar.bz2) = 620117 bytes