Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin pkgin: Update to 0.16.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebbaef0bd659
branches:  trunk
changeset: 428590:ebbaef0bd659
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Apr 29 15:09:20 2020 +0000

description:
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:

 pkgtools/pkgin/Makefile |  11 ++---------
 pkgtools/pkgin/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 14 deletions(-)

diffs (41 lines):

diff -r 45d62281968d -r ebbaef0bd659 pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile   Wed Apr 29 15:06:41 2020 +0000
+++ b/pkgtools/pkgin/Makefile   Wed Apr 29 15:09:20 2020 +0000
@@ -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 @@
 
 .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 -r 45d62281968d -r ebbaef0bd659 pkgtools/pkgin/distinfo
--- a/pkgtools/pkgin/distinfo   Wed Apr 29 15:06:41 2020 +0000
+++ b/pkgtools/pkgin/distinfo   Wed Apr 29 15:09:20 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index