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 16 14:40:24 UTC 2018

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.39 -r1.40 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.37 pkgsrc/devel/waf/Makefile:1.38
--- pkgsrc/devel/waf/Makefile:1.37      Sun Feb 25 21:27:00 2018
+++ pkgsrc/devel/waf/Makefile   Mon Apr 16 14:40:23 2018
@@ -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

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.39 pkgsrc/devel/waf/distinfo:1.40
--- pkgsrc/devel/waf/distinfo:1.39      Sun Feb 25 21:27:00 2018
+++ pkgsrc/devel/waf/distinfo   Mon Apr 16 14:40:23 2018
@@ -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



Home | Main Index | Thread Index | Old Index