diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 14:55:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 14:55:40 +0000 |
commit | 49e33667062dbbb24f5e9cd551a778313b8a9fc6 (patch) | |
tree | 58449689165ae07e97df838c7f7fd367a865732a /devel | |
parent | 2f43259867622cc50b98327a5baa260a21021743 (diff) | |
download | pkgsrc-49e33667062dbbb24f5e9cd551a778313b8a9fc6.tar.gz |
Update to 1.8.0:
NEW IN WAF 1.8.0
----------------
* Python 2.5 is now required
* Removed the Waf cache from the task level, use the netcache system
* Console handling improvements
* Properly-sized progress bar on windows
* Generic configuration tests
* Better unicode handling in scripts and in file names
* Shorter build outputs
* Prevent external static libraries propagation through uselib vars #1320
* LaTeX glossaries #1342 and multibib #1345
* Rst document processing
* Various improvements in the Python detection and processing
* Tons of bugfixes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/waf/Makefile | 4 | ||||
-rw-r--r-- | devel/waf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/waf/Makefile b/devel/waf/Makefile index 232f0e4349f..0ef7a5513ba 100644 --- a/devel/waf/Makefile +++ b/devel/waf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/09/08 11:29:44 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/10/05 14:55:40 wiz Exp $ -DISTNAME= waf-1.7.16 +DISTNAME= waf-1.8.0 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 3b22bd49d66..7669836b292 100644 --- a/devel/waf/distinfo +++ b/devel/waf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/09/08 11:29:44 wiz Exp $ +$NetBSD: distinfo,v 1.2 2014/10/05 14:55:40 wiz Exp $ -SHA1 (waf-1.7.16.tar.bz2) = 65d41120277d06b027bd4d4f435c176f67d2d865 -RMD160 (waf-1.7.16.tar.bz2) = 78a269afa61edd6c2c40e30b1e9697a27c39b090 -Size (waf-1.7.16.tar.bz2) = 716697 bytes +SHA1 (waf-1.8.0.tar.bz2) = 958f43f8d9ed17548862420d1a1bf5624b716bec +RMD160 (waf-1.8.0.tar.bz2) = beb5310608a877bb4863cb4787b4ce015ee098c6 +Size (waf-1.8.0.tar.bz2) = 979998 bytes |