Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 91FA21A921F for ; Wed, 30 Dec 2020 09:21:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4401784D79; Wed, 30 Dec 2020 09:21:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EFA184D59 for ; Wed, 30 Dec 2020 09:21:23 +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 jI_Lu6Rf5iGn for ; Wed, 30 Dec 2020 09:21:23 +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 F04E984D1F for ; Wed, 30 Dec 2020 09:21:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3F39FA9D; Wed, 30 Dec 2020 09:21:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160932008283810" MIME-Version: 1.0 Date: Wed, 30 Dec 2020 09:21:22 +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: <20201230092122.E3F39FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160932008283810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Dec 30 09:21:22 UTC 2020 Modified Files: pkgsrc/pkgtools/pkgin: Makefile distinfo Log Message: pkgin: Update to 20.12.1. ## Version 20.12.1 (2020-12-30) * Fix version selection of packages and dependencies for install. Previously the first returned match would win, and preferred.conf was not considered for dependencies. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pkgsrc/pkgtools/pkgin/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/pkgtools/pkgin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160932008283810 Content-Disposition: inline Content-Length: 1653 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.111 pkgsrc/pkgtools/pkgin/Makefile:1.112 --- pkgsrc/pkgtools/pkgin/Makefile:1.111 Sun Dec 13 09:13:08 2020 +++ pkgsrc/pkgtools/pkgin/Makefile Wed Dec 30 09:21:22 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.111 2020/12/13 09:13:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.112 2020/12/30 09:21:22 jperkin Exp $ -DISTNAME= pkgin-20.12.0 +DISTNAME= pkgin-20.12.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.68 pkgsrc/pkgtools/pkgin/distinfo:1.69 --- pkgsrc/pkgtools/pkgin/distinfo:1.68 Sun Dec 13 09:13:08 2020 +++ pkgsrc/pkgtools/pkgin/distinfo Wed Dec 30 09:21:22 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.68 2020/12/13 09:13:08 jperkin Exp $ +$NetBSD: distinfo,v 1.69 2020/12/30 09:21:22 jperkin Exp $ -SHA1 (pkgin-20.12.0.tar.gz) = e78bc2434aa0f8579b4872ef1f1d5307ca669778 -RMD160 (pkgin-20.12.0.tar.gz) = 9995b2a257e0eea835173bda1237dc1e09208ffc -SHA512 (pkgin-20.12.0.tar.gz) = c95c1310cd0c00d2822f558b530064e597f1b4a621543920946e2c098bddb45988df179d3cd1ac84bf35f7cb0955dbee116a819949092e94b1917f349a5cee6e -Size (pkgin-20.12.0.tar.gz) = 233559 bytes +SHA1 (pkgin-20.12.1.tar.gz) = d4c6a08e368ee29c251345d2c332bd1a7c1a03a7 +RMD160 (pkgin-20.12.1.tar.gz) = a6d7f0ab113c8f5809bb92806015e7150e0c803c +SHA512 (pkgin-20.12.1.tar.gz) = 6796881108000b18928ac3530362a0ec222021d7f1c0ff09183a81b13db33c23feccd0ad21a37da0611985414235622fc2672470a68508fc454ea3ea11e815b2 +Size (pkgin-20.12.1.tar.gz) = 233388 bytes --_----------=_160932008283810--