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 D27CD7A21F for ; Wed, 24 Aug 2016 10:22:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7942985EAB; Wed, 24 Aug 2016 10:22:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 097B285E97 for ; Wed, 24 Aug 2016 10:22:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wlVUK9blUHck for ; Wed, 24 Aug 2016 10:22:55 +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 87B6784CFB for ; Wed, 24 Aug 2016 10:22:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F179FBC3; Wed, 24 Aug 2016 10:22:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472034175263450" MIME-Version: 1.0 Date: Wed, 24 Aug 2016 10:22:55 +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: <20160824102255.7F179FBC3@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. --_----------=_1472034175263450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 24 10:22:55 UTC 2016 Modified Files: pkgsrc/devel/waf: Makefile distinfo Log Message: Updated waf to 1.9.3. NEW IN WAF 1.9.3 ---------------- * Improve the behaviour of parallel configuration tests (conf.multicheck) #1793 * Fix the Fortran Nag compiler detection #1797 * Detect Qt 5.7 (-std=c++11 flag) #1800 * Detect Boost python on Gentoo #1802 * Update the strip and netcache examples To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/waf/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/waf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472034175263450 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.23 pkgsrc/devel/waf/Makefile:1.24 --- pkgsrc/devel/waf/Makefile:1.23 Mon Aug 22 13:01:55 2016 +++ pkgsrc/devel/waf/Makefile Wed Aug 24 10:22:55 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2016/08/22 13:01:55 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/08/24 10:22:55 wiz Exp $ -DISTNAME= waf-1.9.2 +DISTNAME= waf-1.9.3 CATEGORIES= devel MASTER_SITES= https://waf.io/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/devel/waf/distinfo diff -u pkgsrc/devel/waf/distinfo:1.25 pkgsrc/devel/waf/distinfo:1.26 --- pkgsrc/devel/waf/distinfo:1.25 Mon Aug 22 13:01:55 2016 +++ pkgsrc/devel/waf/distinfo Wed Aug 24 10:22:55 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2016/08/22 13:01:55 wiz Exp $ +$NetBSD: distinfo,v 1.26 2016/08/24 10:22:55 wiz Exp $ -SHA1 (waf-1.9.2.tar.bz2) = 2fe24ec94c3cb0ea3c4097064123e2eb63e8c2ef -RMD160 (waf-1.9.2.tar.bz2) = 7b8452abe7328594108e12ef4d3a2f4955cfe024 -SHA512 (waf-1.9.2.tar.bz2) = f0bb711f8fc26302fac435df7675e3ec2519107b44147da770b377f7bbacd6a748c16c21f1b2a5932b27f24da207dbfb1622d8e7d6ddb313d531e6b705897f14 -Size (waf-1.9.2.tar.bz2) = 617738 bytes +SHA1 (waf-1.9.3.tar.bz2) = 8c0b99ed874c6af6c384b4f160f6cd08f01a6bc5 +RMD160 (waf-1.9.3.tar.bz2) = 955831f035398b2d78256650a658a7d9589fc647 +SHA512 (waf-1.9.3.tar.bz2) = da6ece374b42e1292c27587c525b5feefa03eb377ed4d5aea26ca53d68e50604123cd11a6a73be109e3ceab668c835476a62f07e95f87c200d15ef7c7f2fd452 +Size (waf-1.9.3.tar.bz2) = 620306 bytes --_----------=_1472034175263450--