summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-05-15 00:54:54 +0000
committerhubertf <hubertf@pkgsrc.org>2000-05-15 00:54:54 +0000
commitf3af0f3db4231ced2dd7056b80df36f638d6aa97 (patch)
tree69fe73944b902a0078a43fd110af5fb1256a88e6 /pkgtools/pkg_install/Makefile
parent010fc945e4eaf604a00dc2599080335f5cb3b358 (diff)
downloadpkgsrc-f3af0f3db4231ced2dd7056b80df36f638d6aa97.tar.gz
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.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 0e53d4b0da9..ca6b16a3e8d 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -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}