Sat Aug 18 10:36:38 2018 UTC ()
Pullup ticket #5809 - requested by youri
pkgtools/pkgin: bugfix

Revisions pulled up:
- pkgtools/pkgin/Makefile                                       1.82
- pkgtools/pkgin/distinfo                                       1.52

---
   Module Name:	pkgsrc
   Committed By:	jperkin
   Date:		Tue Jul  3 17:39:35 UTC 2018

   Modified Files:
   	pkgsrc/pkgtools/pkgin: Makefile distinfo

   Log Message:
   pkgin: Update to 0.11.4.

   ## Version 0.11.4 (2018-07-03)

    * Fix dependency matching to correctly consider DEPENDS rather than simply
      attempting to pull in the highest version.  Resolves issues with installing
      packages depending on samba and their conflicts against tdb and talloc.


(bsiegert)
diff -r1.81 -r1.81.2.1 pkgsrc/pkgtools/pkgin/Makefile
diff -r1.51 -r1.51.2.1 pkgsrc/pkgtools/pkgin/distinfo

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

--- pkgsrc/pkgtools/pkgin/Makefile 2018/06/29 11:27:56 1.81
+++ pkgsrc/pkgtools/pkgin/Makefile 2018/08/18 10:36:37 1.81.2.1
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.81 2018/06/29 11:27:56 jperkin Exp $ 1# $NetBSD: Makefile,v 1.81.2.1 2018/08/18 10:36:37 bsiegert Exp $
2 2
3DISTNAME= pkgin-0.11.3 3DISTNAME= pkgin-0.11.4
4CATEGORIES= pkgtools 4CATEGORIES= pkgtools
5MASTER_SITES= ${MASTER_SITE_GITHUB:=joyent/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=joyent/}
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.51 -r1.51.2.1 pkgsrc/pkgtools/pkgin/distinfo (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkgin/distinfo 2018/06/29 11:27:56 1.51
+++ pkgsrc/pkgtools/pkgin/distinfo 2018/08/18 10:36:37 1.51.2.1
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.51 2018/06/29 11:27:56 jperkin Exp $ 1$NetBSD: distinfo,v 1.51.2.1 2018/08/18 10:36:37 bsiegert Exp $
2 2
3SHA1 (pkgin-0.11.3.tar.gz) = ef754c83f1cd835879e36df2d487afe6cca1b3a9 3SHA1 (pkgin-0.11.4.tar.gz) = c4670900d2587e2d53b33cef0487b3298fd29570
4RMD160 (pkgin-0.11.3.tar.gz) = e24e49ecd68f5996d1363f4d9480434063652d57 4RMD160 (pkgin-0.11.4.tar.gz) = 6e08af738216671bffe423d38c78bb3c7defa84a
5SHA512 (pkgin-0.11.3.tar.gz) = 1d3a5f0cc5e8dd77c5ab593a36bdc72758a57feaafd6783ae96a348b9d3f5238792f796cdb08006616ef21ea6ee2ef8754dc209b193d30b4abc79406b3d503c1 5SHA512 (pkgin-0.11.4.tar.gz) = 7ab2d5ef43f36c24daf3ee07abfbd1a61262ccc03106a4f9d99a0646acab342dbb83593d906de95c81cefd3d613f8e038a77091f1adfa79b61ca5b5a60d4ef12
6Size (pkgin-0.11.3.tar.gz) = 196532 bytes 6Size (pkgin-0.11.4.tar.gz) = 196898 bytes