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:           Sun Jan 28 15:09:20 UTC 2018

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
waf: update to 2.0.4.

NEW IN WAF 2.0.4
----------------
* Enable more advanced warnings of ant_glob on build folders in verbose mode
* Defer node.ant_glob(..., generator=True) evaluation
* Enable 'waf clean' to get the list of files to remove from bld.clean_files
* Define the environment variable WAF_NO_PREFORK to skip pre-forking
* Fix Can't pickle local object '_createenviron.<locals>.encode' exceptions (Python 3.6)
* Improve the Erlang module #2095
* Add task target to parallel_debug outputs #2091

NEW IN WAF 2.0.3
----------------
* Enable install_path=None for Python targets #2087
* Skip empty or duplicates in java user classpath #2084
* Change the unit test summary color scheme to use green and red colors
* Improve the deadlock error message
* Report sys.path values from Context.load_tool to improve error messages
* Cache qrc uic->h conversions to enable qrc re-use across targets
* Output long-running tasks outputs immediately using bld(rule=..., stdout=None)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.37 -r1.38 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.35 pkgsrc/devel/waf/Makefile:1.36
--- pkgsrc/devel/waf/Makefile:1.35      Sat Nov 25 12:57:38 2017
+++ pkgsrc/devel/waf/Makefile   Sun Jan 28 15:09:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2017/11/25 12:57:38 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2018/01/28 15:09:20 wiz Exp $
 
-DISTNAME=      waf-2.0.2
+DISTNAME=      waf-2.0.4
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.37 pkgsrc/devel/waf/distinfo:1.38
--- pkgsrc/devel/waf/distinfo:1.37      Sat Nov 25 12:57:38 2017
+++ pkgsrc/devel/waf/distinfo   Sun Jan 28 15:09:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2017/11/25 12:57:38 wiz Exp $
+$NetBSD: distinfo,v 1.38 2018/01/28 15:09:20 wiz Exp $
 
-SHA1 (waf-2.0.2.tar.bz2) = 03b53f0bce7cdba2f51617a1238f2b245a4bb7be
-RMD160 (waf-2.0.2.tar.bz2) = 6e96ef91c93265481d1af24bfe571bc642ccecd1
-SHA512 (waf-2.0.2.tar.bz2) = ac01387813b79be1b089b2ceed3511ea25f9ed69f0ddd54a5775fa7a7a57f7c3bff9dfcfaae35de1fa8a73ea138d9329a60bdbd4d314965adbc8d2e119ab5150
-Size (waf-2.0.2.tar.bz2) = 635182 bytes
+SHA1 (waf-2.0.4.tar.bz2) = 3b55ebdb14caad4f13f7595553790da6c86ef40f
+RMD160 (waf-2.0.4.tar.bz2) = ff330518e235bedfe2326f960d8956af84b47984
+SHA512 (waf-2.0.4.tar.bz2) = 6f74601a911d260243cd30d423fdfb241d0bf2aac5c28a0f7bdbbcaa81b130a387dce98ffa10bd0947008c243b4388fefa227d945fc0a01abfe5bb15c7249ac1
+Size (waf-2.0.4.tar.bz2) = 638372 bytes



Home | Main Index | Thread Index | Old Index