Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BF7887A2F3 for ; Mon, 12 Dec 2016 13:47:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6F4F0855E5; Mon, 12 Dec 2016 13:47:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1944855E5 for ; Mon, 12 Dec 2016 13:47:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BRrVNsrW2AXb for ; Mon, 12 Dec 2016 13:47:38 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8300C85581 for ; Mon, 12 Dec 2016 13:47:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 809DBFBA6; Mon, 12 Dec 2016 13:47:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481550458264630" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 13:47:38 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/waf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161212134738.809DBFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481550458264630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 12 13:47:38 UTC 2016 Modified Files: pkgsrc/devel/waf: Makefile distinfo Log Message: Updated waf to 1.9.6. NEW IN WAF 1.9.6 ---------------- * Display @argfile contents in msvcdeps #1831 * Enable configurable preprocessor cache sizes #1833 * Allocate lru cache entries lazily * Let unity builds use relative paths for msys #1834 * Added --dump-test-scripts to the unit test module #1852 * Added a warning on ant_glob '.' uses #1853 * LaTeX configuration tests output results to config.log * Accept functools.partial() as task rules #1865 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/waf/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/waf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481550458264630 Content-Disposition: inline Content-Length: 1515 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/waf/Makefile diff -u pkgsrc/devel/waf/Makefile:1.26 pkgsrc/devel/waf/Makefile:1.27 --- pkgsrc/devel/waf/Makefile:1.26 Wed Oct 19 11:20:41 2016 +++ pkgsrc/devel/waf/Makefile Mon Dec 12 13:47:38 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2016/10/19 11:20:41 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/12/12 13:47:38 wiz Exp $ -DISTNAME= waf-1.9.5 +DISTNAME= waf-1.9.6 CATEGORIES= devel MASTER_SITES= https://waf.io/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/devel/waf/distinfo diff -u pkgsrc/devel/waf/distinfo:1.28 pkgsrc/devel/waf/distinfo:1.29 --- pkgsrc/devel/waf/distinfo:1.28 Wed Oct 19 11:20:41 2016 +++ pkgsrc/devel/waf/distinfo Mon Dec 12 13:47:38 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2016/10/19 11:20:41 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/12/12 13:47:38 wiz Exp $ -SHA1 (waf-1.9.5.tar.bz2) = 69546dc19e7020a63e80f1ade3071157bcc8a7e0 -RMD160 (waf-1.9.5.tar.bz2) = 971d7712c34e13ca8280944550a6a138399d0370 -SHA512 (waf-1.9.5.tar.bz2) = 6bb9e009bef2a6d5dc2e47250e92d2da8938a1a674c26446aac0d6b66835c2d2900d70e92b7da26ee4e85d06970170b2d5d93294584475caaf0f125d34d9b016 -Size (waf-1.9.5.tar.bz2) = 616471 bytes +SHA1 (waf-1.9.6.tar.bz2) = 2e1696c5df51350e05d39e6a25030ec2a605edf1 +RMD160 (waf-1.9.6.tar.bz2) = a607d904ddee183234372c9c173c598721808609 +SHA512 (waf-1.9.6.tar.bz2) = 11b7121b1fc1c4a85b6bb8ffb19577e311733c5b7b5bff4c5bce557682533558da4caabbaacaa532e843c53b9325531518e8e82cd0fa924e89d6367220823464 +Size (waf-1.9.6.tar.bz2) = 620117 bytes --_----------=_1481550458264630--