diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-07-13 18:18:54 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-07-13 18:18:54 +0000 |
commit | 2c422d845cf9d7077e9ac27c6c8580d26417f1fc (patch) | |
tree | 952219d5aa3f3339d6ca37b1ab07336161a36c6b /pkgtools/pkgin | |
parent | a99a932d6160c30ecae007ecec4e7be36f5f6f83 (diff) | |
download | pkgsrc-2c422d845cf9d7077e9ac27c6c8580d26417f1fc.tar.gz |
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 (limited to 'pkgtools/pkgin')
-rw-r--r-- | pkgtools/pkgin/Makefile | 7 | ||||
-rw-r--r-- | pkgtools/pkgin/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 1a3d060558f..9b968b848e5 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -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 @@ SUBST_SED.osrel= -e "s|@OSREL@|${OS_VERSION:C/_.*//}|" 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 --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo index aaed5d281a5..75e26b48db6 100644 --- a/pkgtools/pkgin/distinfo +++ b/pkgtools/pkgin/distinfo @@ -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 |