summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-04-29 15:09:20 +0000
committerjperkin <jperkin@pkgsrc.org>2020-04-29 15:09:20 +0000
commit6d3eaa03afc071d09c272a5ba6980612aefdbc89 (patch)
treeb351a35029ca2cc60ad891b0480e535d3e7dc378 /pkgtools/pkgin
parentcce643f151a23aabde4fb52f27c6a784f9a45a1c (diff)
downloadpkgsrc-6d3eaa03afc071d09c272a5ba6980612aefdbc89.tar.gz
pkgin: Update to 0.16.1.
The "jperkin should have run the test suite before releasing 0.16.0" release. ## Version 0.16.1 (2020-04-29) * Don't attempt to update the keep list if we're only downloading packages. * Avoid C99isms for now, fixes CentOS 6 build. * Ignore "pkg_admin rebuild-tree" output, removes spurious "Done." messages from output. * Some minor internal refactoring.
Diffstat (limited to 'pkgtools/pkgin')
-rw-r--r--pkgtools/pkgin/Makefile11
-rw-r--r--pkgtools/pkgin/distinfo10
2 files changed, 7 insertions, 14 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
index 38751f4d6d1..3da4be80324 100644
--- a/pkgtools/pkgin/Makefile
+++ b/pkgtools/pkgin/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2020/04/28 02:43:21 rillig Exp $
+# $NetBSD: Makefile,v 1.99 2020/04/29 15:09:20 jperkin Exp $
-DISTNAME= pkgin-0.16.0
-PKGREVISION= 1
+DISTNAME= pkgin-0.16.1
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -40,12 +39,6 @@ USE_TOOLS+= nroff
.include "../../mk/bsd.prefs.mk"
-# needed for gcc-8.x as of pkgin-0.13.0
-.if !empty(PKGSRC_COMPILER:Mgcc)
-CFLAGS+= -Wno-stringop-overflow
-CFLAGS+= -Wno-stringop-truncation
-.endif
-
SUBST_CLASSES.NetBSD+= osrel
SUBST_STAGE.osrel= pre-configure
SUBST_MESSAGE.osrel= Adjusting repository OS release
diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo
index fec517fe0ea..39aa0979eef 100644
--- a/pkgtools/pkgin/distinfo
+++ b/pkgtools/pkgin/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2020/04/27 14:54:47 jperkin Exp $
+$NetBSD: distinfo,v 1.63 2020/04/29 15:09:20 jperkin Exp $
-SHA1 (pkgin-0.16.0.tar.gz) = 6d211b43203d5841b3c95e51b92e0a75b1b21c06
-RMD160 (pkgin-0.16.0.tar.gz) = 1a0eff69527f430b3d98789c23bb5bc0dc9e0aa6
-SHA512 (pkgin-0.16.0.tar.gz) = 3bd51200c816fe508a1dbd2bab5ae4bc6da7d1c7162a2106ae655a37d172debad684140d32c9d094b715ab37795ca536e5a9700878a1289e7b6ee88756c05620
-Size (pkgin-0.16.0.tar.gz) = 198515 bytes
+SHA1 (pkgin-0.16.1.tar.gz) = 24c844acbef8a79be8a550e1fe4c02c5eac09919
+RMD160 (pkgin-0.16.1.tar.gz) = b7189b152c43f79bafb8c73ffdec58f565bd213a
+SHA512 (pkgin-0.16.1.tar.gz) = f718e3b202297bd5ff08b24e34bd0d1715d4ce04ffb3150e0a18b5ff8ec13ad16d66ffd51f059251478e3860f484a5223b28c4e0e3c00a53750578b143204ee2
+Size (pkgin-0.16.1.tar.gz) = 198757 bytes