Update pkg_chk to 2.0.12

Use "DEPENDS_TARGET=package-install clean" rather than CLEANDEPENDS=yes

Avoids much wasted time recusively re-cleaning dependencies
This commit is contained in:
abs 2023-11-17 17:40:47 +00:00
parent 42ead8ef07
commit 03edd914dd
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.90 2019/11/10 10:30:50 triaxx Exp $
# $NetBSD: Makefile,v 1.91 2023/11/17 17:40:47 abs Exp $
PKGNAME= pkg_chk-2.0.11
PKGNAME= pkg_chk-2.0.12
CATEGORIES= pkgtools
OWNER= abs@NetBSD.org

View File

@ -1,6 +1,6 @@
#!@SH@ -e
#
# $Id: pkg_chk.sh,v 1.76 2019/11/10 10:25:43 triaxx Exp $
# $Id: pkg_chk.sh,v 1.77 2023/11/17 17:40:48 abs Exp $
#
# TODO: Make -g check dependencies and tsort
# TODO: Make -g list user-installed packages first, followed by commented
@ -35,7 +35,7 @@
PATH=${PATH}:/usr/sbin:/usr/bin
SUMMARY_FILES="pkg_summary.bz2 pkg_summary.gz pkg_summary.txt"
DO_CLEAN="CLEANDEPENDS=yes"
DO_CLEAN="'DEPENDS_TARGET=package-install clean'"
bin_pkg_info2pkgdb()
{