Mon May 20 12:26:07 2019 UTC ()
pkgin: Update to 0.11.8.

## Version 0.11.8 (2019-05-20)

 * Improve SQL strictness, avoiding issues where excessive writes to the SQL
   error log caused by changes in SQLite 3.27.0 would swamp regular operations.


(jperkin)
diff -r1.88 -r1.89 pkgsrc/pkgtools/pkgin/Makefile
diff -r1.56 -r1.57 pkgsrc/pkgtools/pkgin/distinfo

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

--- pkgsrc/pkgtools/pkgin/Makefile 2019/04/03 00:33:02 1.88
+++ pkgsrc/pkgtools/pkgin/Makefile 2019/05/20 12:26:06 1.89
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.88 2019/04/03 00:33:02 ryoon Exp $ 1# $NetBSD: Makefile,v 1.89 2019/05/20 12:26:06 jperkin Exp $
2 2
3DISTNAME= pkgin-0.11.7 3DISTNAME= pkgin-0.11.8
4PKGREVISION= 1 
5CATEGORIES= pkgtools 4CATEGORIES= pkgtools
6MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= jperkin@joyent.com 8MAINTAINER= jperkin@joyent.com
10HOMEPAGE= http://pkgin.net/ 9HOMEPAGE= http://pkgin.net/
11COMMENT= Apt / yum like tool for managing pkgsrc binary packages 10COMMENT= Apt / yum like tool for managing pkgsrc binary packages
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14EGDIR= ${PREFIX}/share/examples/${PKGBASE} 13EGDIR= ${PREFIX}/share/examples/${PKGBASE}
15CONF_FILES= ${EGDIR}/repositories.conf.example \ 14CONF_FILES= ${EGDIR}/repositories.conf.example \
16 ${PKG_SYSCONFDIR}/${PKGBASE}/repositories.conf 15 ${PKG_SYSCONFDIR}/${PKGBASE}/repositories.conf
17 16

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

--- pkgsrc/pkgtools/pkgin/distinfo 2019/03/07 11:08:38 1.56
+++ pkgsrc/pkgtools/pkgin/distinfo 2019/05/20 12:26:06 1.57
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.56 2019/03/07 11:08:38 jperkin Exp $ 1$NetBSD: distinfo,v 1.57 2019/05/20 12:26:06 jperkin Exp $
2 2
3SHA1 (pkgin-0.11.7.tar.gz) = 7e272aab1e52e9641be5f7ead2264c73cafbebbb 3SHA1 (pkgin-0.11.8.tar.gz) = d830605cb5977d25b64437804038aea456e06185
4RMD160 (pkgin-0.11.7.tar.gz) = 757204113c4d9c6336651f6c491639069b8dd14b 4RMD160 (pkgin-0.11.8.tar.gz) = 4fa243e1c8452efb15bead51b938e94ce3761a34
5SHA512 (pkgin-0.11.7.tar.gz) = b09fb7598b0a0e0a22f62c326f523ef516421376a929e0b01fd68eebdea70d9144b33fd1ab97361f56a226f60c9062e98eac5f7cc4d08bb1ae84fd75d9f76af5 5SHA512 (pkgin-0.11.8.tar.gz) = 0af5b908834c0b04caee0a81dee18e4421345bc41d3a2d69cf6d0e5d353c324f69ce62d94505460f4a56ada2497e061e6a7435f35a44d6a90bcfb31e0510088b
6Size (pkgin-0.11.7.tar.gz) = 197532 bytes 6Size (pkgin-0.11.8.tar.gz) = 197650 bytes