Update to 20000511 version. Mostly to sync with the base system.
Among others: * pkg_add: Quick pre-check if any conflicting dependencies are installed (e.g. version X is installed, but version Y is required), before downloading all depends, and bail out later. * pkg_admin: add lsbest, lsall commands to interface the C functions findmatchingname() and findbestmatchingname(); useful to expand pkg patterns for shell scripts etc. * pkg_admin: allow pkg without version to "check" command * pkg_delete: properly deal with wildcards in pkg_delete -R * More code cleanup, clearer error messages and minor enhancements. This also fixes a bunch of PRs, sorry for not listing any numbers.
This commit is contained in:
parent
010fc945e4
commit
f3af0f3db4
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2000/02/27 04:28:47 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2000/05/15 00:54:54 hubertf Exp $
|
||||
|
||||
# Note to package maintainers:
|
||||
# To update the distfile of this pkg, cd to /usr/src/usr.sbin,
|
||||
|
@ -7,7 +7,7 @@
|
|||
# Also, check PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk
|
||||
# (Use "make show-pkgtools-version" to find the correct value
|
||||
# for YYYYMMDD)
|
||||
DISTNAME= pkg_install-20000202
|
||||
DISTNAME= pkg_install-20000511
|
||||
CATEGORIES= pkgtools
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.14 2000/02/02 16:26:53 hubertf Exp $
|
||||
$NetBSD: md5,v 1.15 2000/05/15 00:54:55 hubertf Exp $
|
||||
|
||||
MD5 (pkg_install-20000202.tar.gz) = ab4ea0f21ee40287e864f0eb2b7b6e08
|
||||
MD5 (pkg_install-20000511.tar.gz) = 83ecc430c0bc8e59560eb6085aef535c
|
||||
|
|
Loading…
Reference in a new issue