Received: by mail.netbsd.org (Postfix, from userid 605) id D502A84E99; Wed, 5 Oct 2022 17:23:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1083984D27 for ; Wed, 5 Oct 2022 17:23:03 +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 gC1dlIP3ytGA for ; Wed, 5 Oct 2022 17:23:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8563D84CFE for ; Wed, 5 Oct 2022 17:23:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E777FA90; Wed, 5 Oct 2022 17:23:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664990582285990" MIME-Version: 1.0 Date: Wed, 5 Oct 2022 17:23:02 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/pkgtools/pkgin To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221005172302.7E777FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664990582285990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Oct 5 17:23:02 UTC 2022 Modified Files: pkgsrc/pkgtools/pkgin: Makefile distinfo Log Message: pkgin: Update to 22.10.0. ## Version 22.10.0 (2022-10-05) * Fix issue where newly-installed packages were not correctly marked as keep packages. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 pkgsrc/pkgtools/pkgin/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/pkgtools/pkgin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664990582285990 Content-Disposition: inline Content-Length: 1555 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.121 pkgsrc/pkgtools/pkgin/Makefile:1.122 --- pkgsrc/pkgtools/pkgin/Makefile:1.121 Tue Sep 6 12:32:47 2022 +++ pkgsrc/pkgtools/pkgin/Makefile Wed Oct 5 17:23:02 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.121 2022/09/06 12:32:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.122 2022/10/05 17:23:02 jperkin Exp $ -DISTNAME= pkgin-22.9.0 +DISTNAME= pkgin-22.10.0 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.76 pkgsrc/pkgtools/pkgin/distinfo:1.77 --- pkgsrc/pkgtools/pkgin/distinfo:1.76 Tue Sep 6 12:32:47 2022 +++ pkgsrc/pkgtools/pkgin/distinfo Wed Oct 5 17:23:02 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.76 2022/09/06 12:32:47 jperkin Exp $ +$NetBSD: distinfo,v 1.77 2022/10/05 17:23:02 jperkin Exp $ -BLAKE2s (pkgin-22.9.0.tar.gz) = 411c2a7530c0ac2e9e6aa32aba61c6b12b2a4a0d41be6dcc6dda3e014f285189 -SHA512 (pkgin-22.9.0.tar.gz) = 60e552d09004682cf918cc35872aa5b1e5364b1bad4507e9571f4064be52088e0079eba227b4cdb6b9565c4d7f3d5bfd3d3ae5735ec546303367f2440e959bd5 -Size (pkgin-22.9.0.tar.gz) = 249387 bytes +BLAKE2s (pkgin-22.10.0.tar.gz) = 00f661002765ded1de7e7b6a643de34db15660806efa673f7a1e3f8f2ef82bb8 +SHA512 (pkgin-22.10.0.tar.gz) = 1c57ccac6cb5d82ad5e029aefe14f3f8d8a474ccb3a597541c0c7546fa7dec14f6908234a724de17ab8d594111a9043c5be54a4a3ede27bfa73942ddcfd440e6 +Size (pkgin-22.10.0.tar.gz) = 249449 bytes --_----------=_1664990582285990--