Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EE0C84EDE for ; Tue, 22 Aug 2023 07:14:19 +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 BEt0VNa6Begy for ; Tue, 22 Aug 2023 07:14:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1086D84CCA for ; Tue, 22 Aug 2023 07:14:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D7BEFBDB; Tue, 22 Aug 2023 07:14:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692688459145600" MIME-Version: 1.0 Date: Tue, 22 Aug 2023 07:14:19 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/pkgtools/pkgin To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230822071419.0D7BEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692688459145600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Aug 22 07:14:18 UTC 2023 Modified Files: pkgsrc/pkgtools/pkgin: Makefile distinfo Log Message: pkgin: Update to 23.8.1. ## Version 23.8.1 (2023-08-22) * Fix regression introduced in 23.8.0 where only the first argument to "keep" and "unkeep" commands was processed. Reported by gdt. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/pkgtools/pkgin/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/pkgtools/pkgin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692688459145600 Content-Disposition: inline Content-Length: 1551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkgin/Makefile diff -u pkgsrc/pkgtools/pkgin/Makefile:1.125 pkgsrc/pkgtools/pkgin/Makefile:1.126 --- pkgsrc/pkgtools/pkgin/Makefile:1.125 Wed Aug 16 17:19:55 2023 +++ pkgsrc/pkgtools/pkgin/Makefile Tue Aug 22 07:14:18 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.125 2023/08/16 17:19:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.126 2023/08/22 07:14:18 jperkin Exp $ -DISTNAME= pkgin-23.8.0 +DISTNAME= pkgin-23.8.1 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/pkgtools/pkgin/distinfo diff -u pkgsrc/pkgtools/pkgin/distinfo:1.78 pkgsrc/pkgtools/pkgin/distinfo:1.79 --- pkgsrc/pkgtools/pkgin/distinfo:1.78 Wed Aug 16 17:19:55 2023 +++ pkgsrc/pkgtools/pkgin/distinfo Tue Aug 22 07:14:18 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.78 2023/08/16 17:19:55 jperkin Exp $ +$NetBSD: distinfo,v 1.79 2023/08/22 07:14:18 jperkin Exp $ -BLAKE2s (pkgin-23.8.0.tar.gz) = d658892b9c47479c841c97ad30bf52058a9acd90e6f13a6310668d472e203274 -SHA512 (pkgin-23.8.0.tar.gz) = 9ca00a238a0a379984743b3196a86ebde47c751a0c5d26fe219ab313e6b142bec2fdcd19b0675328dd048d449b9c59c685dc015b1ea771920accb95a280c6368 -Size (pkgin-23.8.0.tar.gz) = 266927 bytes +BLAKE2s (pkgin-23.8.1.tar.gz) = eb0f008ba9801a3c0a35de3e2b2503edd554c3cb17235b347bb8274a18794eb7 +SHA512 (pkgin-23.8.1.tar.gz) = 2561d9e4b28a9a77c3c798612ec489dd67dd9a93c61344937095b0683fa89d8432a9ab8e600d0e2995d954888ac2e75a407bab08aa1e8198e375c99d2999f233 +Size (pkgin-23.8.1.tar.gz) = 267029 bytes --_----------=_1692688459145600--