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 6E9D97A104 for ; Wed, 19 Apr 2017 18:37:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1E49384E05; Wed, 19 Apr 2017 18:37:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A084B84E05 for ; Wed, 19 Apr 2017 18:37:55 +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 2A1miPwjS_4r for ; Wed, 19 Apr 2017 18:37:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2CC8684CDA for ; Wed, 19 Apr 2017 18:37:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B335FBE4; Wed, 19 Apr 2017 18:37:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14926270758650" MIME-Version: 1.0 Date: Wed, 19 Apr 2017 18:37: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: <20170419183755.2B335FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_14926270758650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 19 18:37:55 UTC 2017 Modified Files: pkgsrc/devel/waf: Makefile distinfo Log Message: Updated waf to 1.9.9. NEW IN WAF 1.9.9 ---------------- * Fix QT5 detection on macOS 1912 * Fix Clang compilation database when no c compiler is found #1914 * Fix python 3 compatibility with cppcheck #1921 * Fix the thread index in parallel_debug * Fix install task for mac_files #1911 * Fix msvc version detection #1907 * Add VS2017 support #1927 * Add newer fortran flag detection #1916 * Add unity builds settings per task generator * Add run_build_cls parameter to conf.run_build/conf.check * Add a warning for missing cflags/cxxflags in gccdeps To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/waf/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/waf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14926270758650 Content-Disposition: inline Content-Length: 1517 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.29 pkgsrc/devel/waf/Makefile:1.30 --- pkgsrc/devel/waf/Makefile:1.29 Sun Feb 19 11:46:20 2017 +++ pkgsrc/devel/waf/Makefile Wed Apr 19 18:37:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2017/02/19 11:46:20 leot Exp $ +# $NetBSD: Makefile,v 1.30 2017/04/19 18:37:54 wiz Exp $ -DISTNAME= waf-1.9.8 +DISTNAME= waf-1.9.9 CATEGORIES= devel MASTER_SITES= https://waf.io/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/devel/waf/distinfo diff -u pkgsrc/devel/waf/distinfo:1.31 pkgsrc/devel/waf/distinfo:1.32 --- pkgsrc/devel/waf/distinfo:1.31 Sun Feb 19 11:46:20 2017 +++ pkgsrc/devel/waf/distinfo Wed Apr 19 18:37:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2017/02/19 11:46:20 leot Exp $ +$NetBSD: distinfo,v 1.32 2017/04/19 18:37:54 wiz Exp $ -SHA1 (waf-1.9.8.tar.bz2) = 42a5a7080f35aef3d094098e977d59cbc723bd21 -RMD160 (waf-1.9.8.tar.bz2) = 2673bb1511bfc57ee2271999b13d2980ed2b36fa -SHA512 (waf-1.9.8.tar.bz2) = a86d29d32257ee5b82db28f20ef3056a995c4a47404ee47f216899c76332c6586bde83397db907b51c8d3d38efaa3e2f4befbf8f27d17d1f58e6b0808f070fdc -Size (waf-1.9.8.tar.bz2) = 620795 bytes +SHA1 (waf-1.9.9.tar.bz2) = 80755a5e72817af5893a652c10416f08869798dd +RMD160 (waf-1.9.9.tar.bz2) = 85e924bca7164da6e58d4aa19b77f43464c324a1 +SHA512 (waf-1.9.9.tar.bz2) = 7d031e9a7cebf815ddd877415a472ebba290f95edd3f4385746fb8ec0634da46505d6067fce0c7409cc22a065acd4173309ca0ea628ed071630e0c151cf6065f +Size (waf-1.9.9.tar.bz2) = 622110 bytes --_----------=_14926270758650--