Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E80D684E59 for ; Sun, 1 Oct 2023 17:03:49 +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 Z8hX2DhSZ-fC for ; Sun, 1 Oct 2023 17:03:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 674B284D2E for ; Sun, 1 Oct 2023 17:03:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64316FBDB; Sun, 1 Oct 2023 17:03:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696179829220410" MIME-Version: 1.0 Date: Sun, 1 Oct 2023 17:03:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/pkgconf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231001170349.64316FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696179829220410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 1 17:03:49 UTC 2023 Modified Files: pkgsrc/devel/pkgconf: Makefile distinfo Log Message: pkgconf: updated to 2.0.3 Changes from 2.0.2 to 2.0.3: ---------------------------- * Fix some edge-cases with the new `--modversion` implementation and add additional regression tests. Patch by Colin Gillespie. * Fix some format specifiers to use PRIu64 in debug tracing. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/pkgconf/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/pkgconf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696179829220410 Content-Disposition: inline Content-Length: 1505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pkgconf/Makefile diff -u pkgsrc/devel/pkgconf/Makefile:1.24 pkgsrc/devel/pkgconf/Makefile:1.25 --- pkgsrc/devel/pkgconf/Makefile:1.24 Thu Aug 17 20:59:06 2023 +++ pkgsrc/devel/pkgconf/Makefile Sun Oct 1 17:03:49 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2023/08/17 20:59:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2023/10/01 17:03:49 adam Exp $ -DISTNAME= pkgconf-2.0.2 +DISTNAME= pkgconf-2.0.3 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ Index: pkgsrc/devel/pkgconf/distinfo diff -u pkgsrc/devel/pkgconf/distinfo:1.20 pkgsrc/devel/pkgconf/distinfo:1.21 --- pkgsrc/devel/pkgconf/distinfo:1.20 Thu Aug 17 20:59:06 2023 +++ pkgsrc/devel/pkgconf/distinfo Sun Oct 1 17:03:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/08/17 20:59:06 ryoon Exp $ +$NetBSD: distinfo,v 1.21 2023/10/01 17:03:49 adam Exp $ -BLAKE2s (pkgconf-2.0.2.tar.gz) = 49e9e8bbf3a751596bd745d49099993f28b3508f6a84dae0b8090898bde221c2 -SHA512 (pkgconf-2.0.2.tar.gz) = 4106502ca636e60e97d4887d28b2d5acb40bd0882895d6eadec1492e3d467cb1013a37e90495975836310a368bd0af05e16e922c5e99040f1b39ce01ad6f19b5 -Size (pkgconf-2.0.2.tar.gz) = 449616 bytes +BLAKE2s (pkgconf-2.0.3.tar.gz) = 9268759e827e0507cb62ec6a346e3aa3fe646dc664a5007894e0167c01974350 +SHA512 (pkgconf-2.0.3.tar.gz) = 04889ff4a8c4b37f2674d000feb7860470672335f3deb62b64a51bddd5c41192f65b80fb61bb60f9dac4ed2df69f6979f150cc0d30cd48e5017c3464f4d96acd +Size (pkgconf-2.0.3.tar.gz) = 449898 bytes --_----------=_1696179829220410--