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:           Tue Sep 24 12:57:22 UTC 2019

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin: Update to 0.13.0.

## Version 0.13.0 (2019-09-24)

 * "pkgin upgrade" now upgrades all packages instead of only keep packages, and
   essentially replaces "pkgin full-upgrade".  Selective upgrades have always
   been risky and provide no benefit, especially in light of refresh support.
   "pkgin full-upgrade" is retained for compatibility but marked as deprecated.
 * Refresh the local package repository when a forced update is requested, so
   that a failed update can be repaired easily.
 * Switch NetBSD default repository from ftp.netbsd.org to cdn.netbsd.org.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.58 -r1.59 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.90 pkgsrc/pkgtools/pkgin/Makefile:1.91
--- pkgsrc/pkgtools/pkgin/Makefile:1.90 Thu Jun 13 13:06:40 2019
+++ pkgsrc/pkgtools/pkgin/Makefile      Tue Sep 24 12:57:22 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2019/06/13 13:06:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.91 2019/09/24 12:57:22 jperkin Exp $
 
-DISTNAME=              pkgin-0.12.0
+DISTNAME=              pkgin-0.13.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.58 pkgsrc/pkgtools/pkgin/distinfo:1.59
--- pkgsrc/pkgtools/pkgin/distinfo:1.58 Thu Jun 13 13:06:40 2019
+++ pkgsrc/pkgtools/pkgin/distinfo      Tue Sep 24 12:57:22 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.58 2019/06/13 13:06:40 jperkin Exp $
+$NetBSD: distinfo,v 1.59 2019/09/24 12:57:22 jperkin Exp $
 
-SHA1 (pkgin-0.12.0.tar.gz) = a1005a9439d21f6597d23216c45a3ef7aa03e5ce
-RMD160 (pkgin-0.12.0.tar.gz) = 2a67020053ba58ff2dbb917036f941a38b30b677
-SHA512 (pkgin-0.12.0.tar.gz) = 53b1db287c41b51465752f8058bbab798d83d4763ab1d38e8716928b6aff4a490c6a0aa16e0e938974cd907e5ef333b42301f6d9df287382c1c20d62e8b48eb3
-Size (pkgin-0.12.0.tar.gz) = 197776 bytes
+SHA1 (pkgin-0.13.0.tar.gz) = f26dcd0f0e0b8f618a15a240c580bcf5727287e8
+RMD160 (pkgin-0.13.0.tar.gz) = 258a2ca06f2349fab750ec77266abe80eccd9c8b
+SHA512 (pkgin-0.13.0.tar.gz) = d1be66f704b73ce303aace3f67d5f937fe85522aa2534864869d4defb60031fd4b3d16effe664be84d2307df1ea0eb9f99e64858d429569d83c5b09b8437154e
+Size (pkgin-0.13.0.tar.gz) = 197822 bytes



Home | Main Index | Thread Index | Old Index