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 20.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc80c1e15e02
branches:  trunk
changeset: 435726:bc80c1e15e02
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 13 18:18:54 2020 +0000

description:
pkgin: Update to 20.7.0.

Update pkg_install dependency for "pkg_admin rebuild-tree" fixes.

## Version 20.7.0 (2020-07-13)

 * Order package installs correctly.
 * Switch to mdoc(7) manual page, converted by wizd(8).
 * Remove -F (force reinstall) flag.
 * Enable compiler warnings in maintainer mode.
 * Match candidate packages correctly, avoiding issues with packages that
   include "-[0-9]" in their package names.
 * Various internal cleanups.

diffstat:

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

diffs (37 lines):

diff -r 19230b58a094 -r bc80c1e15e02 pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile   Mon Jul 13 17:00:42 2020 +0000
+++ b/pkgtools/pkgin/Makefile   Mon Jul 13 18:18:54 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2020/07/09 10:46:24 kim Exp $
+# $NetBSD: Makefile,v 1.105 2020/07/13 18:18:54 jperkin Exp $
 
-DISTNAME=              pkgin-20.5.1
-PKGREVISION=           1
+DISTNAME=              pkgin-20.7.0
 CATEGORIES=            pkgtools
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetBSDfr/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -46,7 +45,7 @@
 
 CFLAGS.SunOS+=         -D_FILE_OFFSET_BITS=64
 
-DEPENDS+=              pkg_install>=20130901:../../pkgtools/pkg_install
+DEPENDS+=              pkg_install>=20200701:../../pkgtools/pkg_install
 
 # those have official repositories
 .if !empty(PKGIN_REPOSITORY_URL)
diff -r 19230b58a094 -r bc80c1e15e02 pkgtools/pkgin/distinfo
--- a/pkgtools/pkgin/distinfo   Mon Jul 13 17:00:42 2020 +0000
+++ b/pkgtools/pkgin/distinfo   Mon Jul 13 18:18:54 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.64 2020/05/25 08:42:05 jperkin Exp $
+$NetBSD: distinfo,v 1.65 2020/07/13 18:18:54 jperkin Exp $
 
-SHA1 (pkgin-20.5.1.tar.gz) = ed931b3d0dd4f9477562839ed20695e2de85f032
-RMD160 (pkgin-20.5.1.tar.gz) = 913d34a996ab82edc02b339e16a7ed03e21c60e2
-SHA512 (pkgin-20.5.1.tar.gz) = ebd2807b45c0c771d44bca0ab10cf778316e657c19581f6360155032f80f5e6c71381e8c1551a9384941340d5e753365923ca578fbeb8319d9a0070df032e366
-Size (pkgin-20.5.1.tar.gz) = 229123 bytes
+SHA1 (pkgin-20.7.0.tar.gz) = 369961f4abf8f5db545d4e129df4c762f905f158
+RMD160 (pkgin-20.7.0.tar.gz) = db87cbae657bb5192df1905a248aa6319d73ebbe
+SHA512 (pkgin-20.7.0.tar.gz) = da04fdd0901d160dc435fd5e1c4fa12b85fc525a60d7887860139fef07db295aee071e5e8e3f80c46a3e056ccfc7a30a16cb15002a5028715e9782a29c6cc198
+Size (pkgin-20.7.0.tar.gz) = 233264 bytes



Home | Main Index | Thread Index | Old Index