pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Apr 29 15:09:20 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/pkgtools/pkgin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.98 pkgsrc/pkgtools/pkgin/Makefile:1.99
--- pkgsrc/pkgtools/pkgin/Makefile:1.98 Tue Apr 28 02:43:21 2020
+++ pkgsrc/pkgtools/pkgin/Makefile      Wed Apr 29 15:09:20 2020
@@ -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

Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.62 pkgsrc/pkgtools/pkgin/distinfo:1.63
--- pkgsrc/pkgtools/pkgin/distinfo:1.62 Mon Apr 27 14:54:47 2020
+++ pkgsrc/pkgtools/pkgin/distinfo      Wed Apr 29 15:09:20 2020
@@ -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