diff options
author | wiz <wiz@pkgsrc.org> | 2016-02-01 11:23:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-02-01 11:23:16 +0000 |
commit | f9974c9134bffa75eadd5b82d4b4ae9e78fc761b (patch) | |
tree | 9f01c1d287d5066bd0a3136e8129a7879d0c58ca | |
parent | d322d876a9d1b362d9cf2f23fdc536a51e898aa8 (diff) | |
download | pkgsrc-f9974c9134bffa75eadd5b82d4b4ae9e78fc761b.tar.gz |
Update waf to 1.8.19:
NEW IN WAF 1.8.19
-----------------
* Fixed the Intel Fortran compiler detection on Windows systems #1681
* Fixed the detection of newer Sun compilers #1686
* Fixed the detection of NAG Fortran compilers #1684
* Fixed missing variable dependencies of the form ARCH_ST used in ${ARCH_ST:ARCH} expressions
* Added conf.check(..., comment='some text') to document configuration headers
-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 da2d48cfc2f..6370d5d28a5 100644 --- a/devel/waf/Makefile +++ b/devel/waf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/01/18 22:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/02/01 11:23:16 wiz Exp $ -DISTNAME= waf-1.8.18 +DISTNAME= waf-1.8.19 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 c06b87d2801..2dd32f6a118 100644 --- a/devel/waf/distinfo +++ b/devel/waf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2016/01/18 22:53:48 wiz Exp $ +$NetBSD: distinfo,v 1.21 2016/02/01 11:23:16 wiz Exp $ -SHA1 (waf-1.8.18.tar.bz2) = 80781d043b1ef22f9a09b8c621a88c597cbdf8b1 -RMD160 (waf-1.8.18.tar.bz2) = daa01d8281855babaf1097f41fb651f680c4538c -SHA512 (waf-1.8.18.tar.bz2) = af931bca56fd6e0124f2e17655448451710add1f7fa29b33b754b628ca1c7404e8d077a7b1b25431ac5f0b5ea7eaca0def42c91f38f02477b8e93fc79e6c17aa -Size (waf-1.8.18.tar.bz2) = 1596069 bytes +SHA1 (waf-1.8.19.tar.bz2) = e67e181897c6b6a6bee75b237f4a57bc5caaec26 +RMD160 (waf-1.8.19.tar.bz2) = 6f99db02fe31d1a45bd6c6bcafa5b221c25f3688 +SHA512 (waf-1.8.19.tar.bz2) = d7b975b71f97bbc64f2c8f6d4c18807b95d26710f4dba03a894f4001a102909e30b489c739830ebc3171b3816c4d789079e00f503f3b6a3703d4636ac2e767a8 +Size (waf-1.8.19.tar.bz2) = 1362758 bytes |