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:           Mon Apr 27 14:54:48 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin: Update to 0.16.0.

## Version 0.16.0 (2020-04-27)

 * Rebuild +REQUIRED_BY files after each pkgdb modification, ensuring
   consistency and avoiding "Can't open +CONTENTS of ..." errors during
   subsequent upgrades.
 * Improved output sorting.
 * Turn off WARNS.
 * Minor cleanups.
 * Documentation fixes.
 * Flush yes/no prompt before reading response (Michael Forney).


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.61 -r1.62 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.96 pkgsrc/pkgtools/pkgin/Makefile:1.97
--- pkgsrc/pkgtools/pkgin/Makefile:1.96 Sun Apr 12 08:29:08 2020
+++ pkgsrc/pkgtools/pkgin/Makefile      Mon Apr 27 14:54:47 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2020/04/12 08:29:08 adam Exp $
+# $NetBSD: Makefile,v 1.97 2020/04/27 14:54:47 jperkin Exp $
 
-DISTNAME=              pkgin-0.15.0
-PKGREVISION=           2
+DISTNAME=              pkgin-0.16.0
 CATEGORIES=            pkgtools
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetBSDfr/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}

Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.61 pkgsrc/pkgtools/pkgin/distinfo:1.62
--- pkgsrc/pkgtools/pkgin/distinfo:1.61 Mon Jan  6 09:39:02 2020
+++ pkgsrc/pkgtools/pkgin/distinfo      Mon Apr 27 14:54:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2020/01/06 09:39:02 jperkin Exp $
+$NetBSD: distinfo,v 1.62 2020/04/27 14:54:47 jperkin Exp $
 
-SHA1 (pkgin-0.15.0.tar.gz) = 98de6a687c6ce1a30b3682ceedab77edf60b772f
-RMD160 (pkgin-0.15.0.tar.gz) = b3133a3a4b66bcabff977f4bcb2c1f5f93182ee7
-SHA512 (pkgin-0.15.0.tar.gz) = be45d4eb89e7f8843efbd96e53094d7d7b2f5b027bfbee8196c987345e12a3c7f040a77e3936a0ee23dfe7febe0ac88740963e0fd2ec586470e9e60b4a0988c9
-Size (pkgin-0.15.0.tar.gz) = 198100 bytes
+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



Home | Main Index | Thread Index | Old Index