Received: by mail.netbsd.org (Postfix, from userid 605) id 9ABEE84F19; Sat, 13 Jan 2024 11:40:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB1C384F11 for ; Sat, 13 Jan 2024 11:40:36 +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 4wfmJYKw0OVa for ; Sat, 13 Jan 2024 11:40:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4CC2984CC9 for ; Sat, 13 Jan 2024 11:40:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E469FA42; Sat, 13 Jan 2024 11:40:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705146036234270" MIME-Version: 1.0 Date: Sat, 13 Jan 2024 11:40:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/waf To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240113114036.3E469FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705146036234270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 13 11:40:36 UTC 2024 Modified Files: pkgsrc/devel/waf: Makefile distinfo Log Message: waf: updated to 2.0.26 NEW IN WAF 2.0.26 ----------------- * Improve "waf dist" - Support SOURCE_DATE_EPOCH * Detect Qt6 * Haxe toolkit support * Updated the project's gpg key To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/waf/Makefile \ pkgsrc/devel/waf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705146036234270 Content-Disposition: inline Content-Length: 1452 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.59 pkgsrc/devel/waf/Makefile:1.60 --- pkgsrc/devel/waf/Makefile:1.59 Mon Aug 14 05:24:18 2023 +++ pkgsrc/devel/waf/Makefile Sat Jan 13 11:40:36 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2023/08/14 05:24:18 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2024/01/13 11:40:36 adam Exp $ -DISTNAME= waf-2.0.25 -PKGREVISION= 1 +DISTNAME= waf-2.0.26 CATEGORIES= devel MASTER_SITES= https://waf.io/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/devel/waf/distinfo diff -u pkgsrc/devel/waf/distinfo:1.59 pkgsrc/devel/waf/distinfo:1.60 --- pkgsrc/devel/waf/distinfo:1.59 Tue Jan 17 12:31:07 2023 +++ pkgsrc/devel/waf/distinfo Sat Jan 13 11:40:36 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.59 2023/01/17 12:31:07 wiz Exp $ +$NetBSD: distinfo,v 1.60 2024/01/13 11:40:36 adam Exp $ -BLAKE2s (waf-2.0.25.tar.bz2) = d29308205373b3fdc23b9446e4a0507c86dc91637821fa445a7e9d22106ae79e -SHA512 (waf-2.0.25.tar.bz2) = c146f94ca4c342f6f45fbfc1c2a98474f116cb05f5abae03ee53d616ce8558093fcc013c1ff1e27396fd7583a21cdf9209b3ce333b13cad77778a69ad57e9973 -Size (waf-2.0.25.tar.bz2) = 695320 bytes +BLAKE2s (waf-2.0.26.tar.bz2) = e9f06fe1b4c7563852b8c44d3483a66676432540beb3e44b7ad8062b737c55f1 +SHA512 (waf-2.0.26.tar.bz2) = 0b1bc585d2e95124d29cbd27fcbdd41f628da4d31c74487733671a7d6d0b0ffd6a4efe7a03e638cad085359cc8c889abcda9359f8dd560fe533c1b799fd1170a +Size (waf-2.0.26.tar.bz2) = 692358 bytes --_----------=_1705146036234270--