pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/waf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 20 07:09:37 UTC 2020

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
waf: update to 2.0.20.

NEW IN WAF 2.0.20
-----------------
* Detect -flto and -fno-lto in parse_config #2281
* Improve custom option processing #2280
* Enable Clang on cygwin #2279
* Make distclean target 'no_lock_in_top/run' modifiers compatible with env vars #2271
* Update irix compiler detection
* Exclude ConfigSet from altering ConfigurationContext.run_build caches #2273
* Add gas support in extras/gccdeps.py #2278
* Improve compatibility with custom commands in extras/clang_compilation_database #2274


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/waf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/waf/Makefile
diff -u pkgsrc/devel/waf/Makefile:1.50 pkgsrc/devel/waf/Makefile:1.51
--- pkgsrc/devel/waf/Makefile:1.50      Wed Jan  8 13:15:09 2020
+++ pkgsrc/devel/waf/Makefile   Mon Apr 20 07:09:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2020/01/08 13:15:09 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2020/04/20 07:09:36 wiz Exp $
 
-DISTNAME=      waf-2.0.19
+DISTNAME=      waf-2.0.20
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.51 pkgsrc/devel/waf/distinfo:1.52
--- pkgsrc/devel/waf/distinfo:1.51      Wed Jan  8 13:15:09 2020
+++ pkgsrc/devel/waf/distinfo   Mon Apr 20 07:09:36 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2020/01/08 13:15:09 wiz Exp $
+$NetBSD: distinfo,v 1.52 2020/04/20 07:09:36 wiz Exp $
 
-SHA1 (waf-2.0.19.tar.bz2) = c092109a6555999e1c0ccc04ad91d87395b2b3c7
-RMD160 (waf-2.0.19.tar.bz2) = d390197df5425f7617e75ff4639746ed9e9f89e7
-SHA512 (waf-2.0.19.tar.bz2) = ae7f3973c79e44313b4894c75763ad43ccd2be88e0d351d7f606ce495c5a464a379c85c076ebd8ba577fc88918af2bbb39bbec1049f25f02c14d98388e012c59
-Size (waf-2.0.19.tar.bz2) = 682213 bytes
+SHA1 (waf-2.0.20.tar.bz2) = b793f4bfeb9f4f1380bcaf4c1f98ac1278b0485c
+RMD160 (waf-2.0.20.tar.bz2) = 280cb8801671c6b52ac486d81290303b8d71ae47
+SHA512 (waf-2.0.20.tar.bz2) = 9e20ea0c8aec888689a57033a414453893f61f98766b3663c653f67f5304143d0b7444689cfbe9592f7519be3d669bc10c9fcc461bfd56dec6a7d649ceddbdf0
+Size (waf-2.0.20.tar.bz2) = 682619 bytes



Home | Main Index | Thread Index | Old Index