Wed Dec 30 09:21:22 2020 UTC ()
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.


(jperkin)
diff -r1.111 -r1.112 pkgsrc/pkgtools/pkgin/Makefile
diff -r1.68 -r1.69 pkgsrc/pkgtools/pkgin/distinfo

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

--- pkgsrc/pkgtools/pkgin/Makefile 2020/12/13 09:13:08 1.111
+++ pkgsrc/pkgtools/pkgin/Makefile 2020/12/30 09:21:22 1.112
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.111 2020/12/13 09:13:08 jperkin Exp $ 1# $NetBSD: Makefile,v 1.112 2020/12/30 09:21:22 jperkin Exp $
2 2
3DISTNAME= pkgin-20.12.0 3DISTNAME= pkgin-20.12.1
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.68 -r1.69 pkgsrc/pkgtools/pkgin/distinfo (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkgin/distinfo 2020/12/13 09:13:08 1.68
+++ pkgsrc/pkgtools/pkgin/distinfo 2020/12/30 09:21:22 1.69
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.68 2020/12/13 09:13:08 jperkin Exp $ 1$NetBSD: distinfo,v 1.69 2020/12/30 09:21:22 jperkin Exp $
2 2
3SHA1 (pkgin-20.12.0.tar.gz) = e78bc2434aa0f8579b4872ef1f1d5307ca669778 3SHA1 (pkgin-20.12.1.tar.gz) = d4c6a08e368ee29c251345d2c332bd1a7c1a03a7
4RMD160 (pkgin-20.12.0.tar.gz) = 9995b2a257e0eea835173bda1237dc1e09208ffc 4RMD160 (pkgin-20.12.1.tar.gz) = a6d7f0ab113c8f5809bb92806015e7150e0c803c
5SHA512 (pkgin-20.12.0.tar.gz) = c95c1310cd0c00d2822f558b530064e597f1b4a621543920946e2c098bddb45988df179d3cd1ac84bf35f7cb0955dbee116a819949092e94b1917f349a5cee6e 5SHA512 (pkgin-20.12.1.tar.gz) = 6796881108000b18928ac3530362a0ec222021d7f1c0ff09183a81b13db33c23feccd0ad21a37da0611985414235622fc2672470a68508fc454ea3ea11e815b2
6Size (pkgin-20.12.0.tar.gz) = 233559 bytes 6Size (pkgin-20.12.1.tar.gz) = 233388 bytes