Received: by mail.netbsd.org (Postfix, from userid 605) id 9CA4584EAA; Thu, 12 Dec 2019 15:52:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2376B84D9B for ; Thu, 12 Dec 2019 15:52:54 +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 ay1MG_Xszarq for ; Thu, 12 Dec 2019 15:52:53 +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 A0F4784D21 for ; Thu, 12 Dec 2019 15:52:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94BA6FA97; Thu, 12 Dec 2019 15:52:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576165973250090" MIME-Version: 1.0 Date: Thu, 12 Dec 2019 15:52:53 +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: <20191212155253.94BA6FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576165973250090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 12 15:52:53 UTC 2019 Modified Files: pkgsrc/pkgtools/pkgin: Makefile distinfo Log Message: pkgin: Update to 0.14.0. ## Version 0.14.0 (2019-12-12) * Ensure reverse dependencies are considered when a "pkgin install" triggers an upgrade of a local package, avoiding potentially nasty bugs. * Minor performance improvement. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/pkgtools/pkgin/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/pkgtools/pkgin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576165973250090 Content-Disposition: inline Content-Length: 1634 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.92 pkgsrc/pkgtools/pkgin/Makefile:1.93 --- pkgsrc/pkgtools/pkgin/Makefile:1.92 Mon Nov 4 08:39:04 2019 +++ pkgsrc/pkgtools/pkgin/Makefile Thu Dec 12 15:52:53 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2019/11/04 08:39:04 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2019/12/12 15:52:53 jperkin Exp $ -DISTNAME= pkgin-0.13.0 +DISTNAME= pkgin-0.14.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.59 pkgsrc/pkgtools/pkgin/distinfo:1.60 --- pkgsrc/pkgtools/pkgin/distinfo:1.59 Tue Sep 24 12:57:22 2019 +++ pkgsrc/pkgtools/pkgin/distinfo Thu Dec 12 15:52:53 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.59 2019/09/24 12:57:22 jperkin Exp $ +$NetBSD: distinfo,v 1.60 2019/12/12 15:52:53 jperkin Exp $ -SHA1 (pkgin-0.13.0.tar.gz) = f26dcd0f0e0b8f618a15a240c580bcf5727287e8 -RMD160 (pkgin-0.13.0.tar.gz) = 258a2ca06f2349fab750ec77266abe80eccd9c8b -SHA512 (pkgin-0.13.0.tar.gz) = d1be66f704b73ce303aace3f67d5f937fe85522aa2534864869d4defb60031fd4b3d16effe664be84d2307df1ea0eb9f99e64858d429569d83c5b09b8437154e -Size (pkgin-0.13.0.tar.gz) = 197822 bytes +SHA1 (pkgin-0.14.0.tar.gz) = 745d3d696523356d8d697aab915fbb639ad0a9dd +RMD160 (pkgin-0.14.0.tar.gz) = 225df8a148e4d444d8d9600914a404e5d266b55c +SHA512 (pkgin-0.14.0.tar.gz) = 43b6615709d7fd55378110892e0cfcf44381620dfeba2db4472aec134ac183d5d03696a5dfb99ff808c3faf804dce1f9f7168196a7e12ac746ab687bf24e496c +Size (pkgin-0.14.0.tar.gz) = 198064 bytes --_----------=_1576165973250090--