Sun Sep 18 22:23:34 2016 UTC ()
Updated waf to 1.9.4.

NEW IN WAF 1.9.4
----------------
* Enable 'waf dist' in arbitrary paths #1806
* Handle subprocess timeouts in Python 3.3 #1807
* Set the configuration test build class on conf.run_build_cls
* Provide execution order constraints in parallel configuration tests
* Accept Task.cwd as str type


(wiz)
diff -r1.24 -r1.25 pkgsrc/devel/waf/Makefile
diff -r1.26 -r1.27 pkgsrc/devel/waf/distinfo

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

--- pkgsrc/devel/waf/Makefile 2016/08/24 10:22:55 1.24
+++ pkgsrc/devel/waf/Makefile 2016/09/18 22:23:34 1.25
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.24 2016/08/24 10:22:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2016/09/18 22:23:34 wiz Exp $
2 2
3DISTNAME= waf-1.9.3 3DISTNAME= waf-1.9.4
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.26 -r1.27 pkgsrc/devel/waf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/waf/distinfo 2016/08/24 10:22:55 1.26
+++ pkgsrc/devel/waf/distinfo 2016/09/18 22:23:34 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2016/08/24 10:22:55 wiz Exp $ 1$NetBSD: distinfo,v 1.27 2016/09/18 22:23:34 wiz Exp $
2 2
3SHA1 (waf-1.9.3.tar.bz2) = 8c0b99ed874c6af6c384b4f160f6cd08f01a6bc5 3SHA1 (waf-1.9.4.tar.bz2) = b44ba12bcff4a463ed96033b883b8dc442d5814a
4RMD160 (waf-1.9.3.tar.bz2) = 955831f035398b2d78256650a658a7d9589fc647 4RMD160 (waf-1.9.4.tar.bz2) = 7d148bf7a80fb536f54df4bb1f77d723c1647260
5SHA512 (waf-1.9.3.tar.bz2) = da6ece374b42e1292c27587c525b5feefa03eb377ed4d5aea26ca53d68e50604123cd11a6a73be109e3ceab668c835476a62f07e95f87c200d15ef7c7f2fd452 5SHA512 (waf-1.9.4.tar.bz2) = 95e74c79876977fef5c883b0f02599072cb5fe5949320bb494074ec58de724ceb6e3578064ce1417fcde5f0bcb6cd67aec951dda7915ba6bed0b01c31f1c7412
6Size (waf-1.9.3.tar.bz2) = 620306 bytes 6Size (waf-1.9.4.tar.bz2) = 614439 bytes