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:   adam
Date:           Thu Nov 12 11:00:46 UTC 2020

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
waf: updated to 2.0.21

NEW IN WAF 2.0.21
-----------------
* Set the default --msvc_version from VSCMD_VER if present
* Force unit-test reruns on ut_str, ut_cmd or ut_path changes
* Describe Qt5's library detection
* Introduce conf.env.ASMDEFINES_ST to enable assembly-specific define flags
* Update extras/xcode6 to Python3
* Enable parameter "always" in extras/doxygen
* Fix extras/c_dumbpreproc as it was previously broken
* Fix extras/gccdeps and extras/msvcdeps on header renaming
* Improve extras/msvcdeps debug outputs and flags
* Add add MCST Elbrus CPU detection in c config
* Add minio object copies to extras/wafcache


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.52 -r1.53 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.51 pkgsrc/devel/waf/Makefile:1.52
--- pkgsrc/devel/waf/Makefile:1.51      Mon Apr 20 07:09:36 2020
+++ pkgsrc/devel/waf/Makefile   Thu Nov 12 11:00:46 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2020/04/20 07:09:36 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2020/11/12 11:00:46 adam Exp $
 
-DISTNAME=      waf-2.0.20
+DISTNAME=      waf-2.0.21
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.52 pkgsrc/devel/waf/distinfo:1.53
--- pkgsrc/devel/waf/distinfo:1.52      Mon Apr 20 07:09:36 2020
+++ pkgsrc/devel/waf/distinfo   Thu Nov 12 11:00:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2020/04/20 07:09:36 wiz Exp $
+$NetBSD: distinfo,v 1.53 2020/11/12 11:00:46 adam Exp $
 
-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
+SHA1 (waf-2.0.21.tar.bz2) = cd0ffa8a05b2ca23a9d64c04096272bfbaeb4d74
+RMD160 (waf-2.0.21.tar.bz2) = 1fafcdbb1736254fa2f9189c3a80dfdec52ffa2e
+SHA512 (waf-2.0.21.tar.bz2) = b76c32d5992757af1f483dc59dc439e414d06d0325eaf1c8ac20bc20ee62bee25d8a97099d80e6d8e3a2ca9c9aeadf0543c2ba5005479e9617c1fbcfd60ba6b8
+Size (waf-2.0.21.tar.bz2) = 684459 bytes



Home | Main Index | Thread Index | Old Index