diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-16 14:40:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-16 14:40:23 +0000 |
commit | 493138e1c4161d03eae50c388133eef6e7c5bd14 (patch) | |
tree | 50a9009ee8652f74dc246d39f4bbb268a4f0a18d /devel | |
parent | 024eefe13d09d8dc310bfcc056863f616c42aafb (diff) | |
download | pkgsrc-493138e1c4161d03eae50c388133eef6e7c5bd14.tar.gz |
waf: update to 2.0.7.
NEW IN WAF 2.0.7
----------------
* Apply priorities to dynamically-generated tasks #2137
* Fix upcoming Python 3.7 incompatibilities #2126
* Fix Python3 support in extras/xcode6.py #2121
* Improve priority support in extras/swig.py #2137
* Improve support extras/protoc.py #2135
* Improve argument handling in extras/clang_compilation_database.py #2127
* Add glib DBus bindings in extras/gdbus.py #2134
* Avoid name collisions for precompiled headers and libraries with similar names in extras/pch.py #2122
Diffstat (limited to 'devel')
-rw-r--r-- | devel/waf/Makefile | 4 | ||||
-rw-r--r-- | devel/waf/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/waf/Makefile b/devel/waf/Makefile index 050918aa4df..a1fc5842da5 100644 --- a/devel/waf/Makefile +++ b/devel/waf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2018/02/25 21:27:00 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2018/04/16 14:40:23 wiz Exp $ -DISTNAME= waf-2.0.6 +DISTNAME= waf-2.0.7 CATEGORIES= devel MASTER_SITES= https://waf.io/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/waf/distinfo b/devel/waf/distinfo index dc6b88befd1..75358319447 100644 --- a/devel/waf/distinfo +++ b/devel/waf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2018/02/25 21:27:00 wiz Exp $ +$NetBSD: distinfo,v 1.40 2018/04/16 14:40:23 wiz Exp $ -SHA1 (waf-2.0.6.tar.bz2) = dc5fe90642350c72f4934871f78b360d39419774 -RMD160 (waf-2.0.6.tar.bz2) = b8a7b66b77ca2c9ba1bf501c0baa7cad1fa2a00d -SHA512 (waf-2.0.6.tar.bz2) = 6ecf39122ce66284fb6c00d2638354d252b8151e1fbdd98ed9c4061efb3e720fc0cf7277927eef4d249474a01940e6b6030a13abefa8140b8a3a4671fec30c85 -Size (waf-2.0.6.tar.bz2) = 639719 bytes +SHA1 (waf-2.0.7.tar.bz2) = 4dd325477eb92d0c814ec72f70e88e9ec3249ae0 +RMD160 (waf-2.0.7.tar.bz2) = 7f644c7319b40fc68fb67b4134eb95db9a0c2132 +SHA512 (waf-2.0.7.tar.bz2) = 1dc88bff5f647849169e8a29c261542c0946edaec870bd172e92b7a6cbd64f3472a343b39c599bdbdccd6be282ce779b931c805684ff331d17ce00893f72da51 +Size (waf-2.0.7.tar.bz2) = 642798 bytes |