diff options
author | wiz <wiz@pkgsrc.org> | 2015-10-25 09:52:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-10-25 09:52:12 +0000 |
commit | cc560325b0abf6b76b2a87f14023177d0f3f435e (patch) | |
tree | aa8bf6c73ef779c1a3974f3727c91534dea89c0e | |
parent | 47925ac7cca521f65cea40df7c91cfe8a0e93bb4 (diff) | |
download | pkgsrc-cc560325b0abf6b76b2a87f14023177d0f3f435e.tar.gz |
Update waf to 1.8.15:
NEW IN WAF 1.8.15
-----------------
* Enabled multiple commands in run_str/rule
* Fixed conf.check(header_name=) so that it does not link test by default
* Added a workaround for non-standard python installations (Python bug 7352) - #1636
* Enabled conf.check_cfg to use conf.env.env as os environment if provided
* Enabled relative paths in --top and --out
* Enabled gzip compression for Waf file creation with Jython
* Added a workaround for building projects using IronPython
* Added a workarounds for pkg-config usage within msys2 and for inconsistent Python 2 paths
-rw-r--r-- | devel/waf/Makefile | 4 | ||||
-rw-r--r-- | devel/waf/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/waf/Makefile b/devel/waf/Makefile index 03a9311831a..393593d2849 100644 --- a/devel/waf/Makefile +++ b/devel/waf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2015/09/29 08:24:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/10/25 09:52:12 wiz Exp $ -DISTNAME= waf-1.8.14 +DISTNAME= waf-1.8.15 CATEGORIES= devel MASTER_SITES= http://ftp.waf.io/pub/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/waf/distinfo b/devel/waf/distinfo index da9a503b965..29e7a188802 100644 --- a/devel/waf/distinfo +++ b/devel/waf/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/09/29 08:24:13 wiz Exp $ +$NetBSD: distinfo,v 1.15 2015/10/25 09:52:12 wiz Exp $ -SHA1 (waf-1.8.14.tar.bz2) = a7da1a376826838b8e986a76f12146dd54204c93 -RMD160 (waf-1.8.14.tar.bz2) = 9e9850653ef90e5b9f75837b372c7e3de5bb47dd -Size (waf-1.8.14.tar.bz2) = 1562972 bytes +SHA1 (waf-1.8.15.tar.bz2) = dbfcbf9fae8ba439ea1acef5e8138dee435f36e2 +RMD160 (waf-1.8.15.tar.bz2) = 6d59a24782eb05560be6beaa89c3831530650cf4 +SHA512 (waf-1.8.15.tar.bz2) = 163c1140754f0b8ea8929fba11b7f63dbb623254a2b9cdfeb646fc46cf5784368e5d1cd2d85878f28b868f5ae4d888c763b66508d6c23bf29355ca7eed875866 +Size (waf-1.8.15.tar.bz2) = 1566054 bytes |