Thu Dec 12 15:52:53 2019 UTC ()
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.


(jperkin)
diff -r1.92 -r1.93 pkgsrc/pkgtools/pkgin/Makefile
diff -r1.59 -r1.60 pkgsrc/pkgtools/pkgin/distinfo

cvs diff -r1.92 -r1.93 pkgsrc/pkgtools/pkgin/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkgin/Makefile 2019/11/04 08:39:04 1.92
+++ pkgsrc/pkgtools/pkgin/Makefile 2019/12/12 15:52:53 1.93
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.92 2019/11/04 08:39:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.93 2019/12/12 15:52:53 jperkin Exp $
2 2
3DISTNAME= pkgin-0.13.0 3DISTNAME= pkgin-0.14.0
4CATEGORIES= pkgtools 4CATEGORIES= pkgtools
5MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= jperkin@joyent.com 8MAINTAINER= jperkin@joyent.com
9HOMEPAGE= http://pkgin.net/ 9HOMEPAGE= http://pkgin.net/
10COMMENT= Apt / yum like tool for managing pkgsrc binary packages 10COMMENT= Apt / yum like tool for managing pkgsrc binary packages
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13EGDIR= ${PREFIX}/share/examples/${PKGBASE} 13EGDIR= ${PREFIX}/share/examples/${PKGBASE}
14CONF_FILES= ${EGDIR}/repositories.conf.example \ 14CONF_FILES= ${EGDIR}/repositories.conf.example \
15 ${PKG_SYSCONFDIR}/${PKGBASE}/repositories.conf 15 ${PKG_SYSCONFDIR}/${PKGBASE}/repositories.conf
16 16

cvs diff -r1.59 -r1.60 pkgsrc/pkgtools/pkgin/distinfo (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkgin/distinfo 2019/09/24 12:57:22 1.59
+++ pkgsrc/pkgtools/pkgin/distinfo 2019/12/12 15:52:53 1.60
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.59 2019/09/24 12:57:22 jperkin Exp $ 1$NetBSD: distinfo,v 1.60 2019/12/12 15:52:53 jperkin Exp $
2 2
3SHA1 (pkgin-0.13.0.tar.gz) = f26dcd0f0e0b8f618a15a240c580bcf5727287e8 3SHA1 (pkgin-0.14.0.tar.gz) = 745d3d696523356d8d697aab915fbb639ad0a9dd
4RMD160 (pkgin-0.13.0.tar.gz) = 258a2ca06f2349fab750ec77266abe80eccd9c8b 4RMD160 (pkgin-0.14.0.tar.gz) = 225df8a148e4d444d8d9600914a404e5d266b55c
5SHA512 (pkgin-0.13.0.tar.gz) = d1be66f704b73ce303aace3f67d5f937fe85522aa2534864869d4defb60031fd4b3d16effe664be84d2307df1ea0eb9f99e64858d429569d83c5b09b8437154e 5SHA512 (pkgin-0.14.0.tar.gz) = 43b6615709d7fd55378110892e0cfcf44381620dfeba2db4472aec134ac183d5d03696a5dfb99ff808c3faf804dce1f9f7168196a7e12ac746ab687bf24e496c
6Size (pkgin-0.13.0.tar.gz) = 197822 bytes 6Size (pkgin-0.14.0.tar.gz) = 198064 bytes