diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 05:50:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 05:50:23 +0000 |
commit | 06768a3ab42ae00f1795ca28b2bc05fa57d67f0f (patch) | |
tree | f0875ca1e7b3fc2e03bb675ff74620d944606b51 /doc | |
parent | 058716ce451cba29848687cee74a772f45f76ad7 (diff) | |
download | pkgsrc-06768a3ab42ae00f1795ca28b2bc05fa57d67f0f.tar.gz |
Update pkg_install to version 20030912. Changes from 200230907 are
adding two new options to pkg_admin(1) to simply using this utility to
list the bare package names that match patterns when looking in PKG_DBDIR:
-b Print only the basenames when matching package names for
lsall and lsbest.
-d lsdir
Set lsdir as the path to the directory in which to find
matching package names for lsall and lsbest.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8986d0197e0..a13af09a5c2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3350 2003/09/12 23:11:07 jlam Exp $ +$NetBSD: CHANGES,v 1.3351 2003/09/13 05:50:23 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3664,3 +3664,4 @@ Changes to the packages collection and infrastructure in 2003: Updated p5-Digest-SHA1 to 2.04 [jlam 2003-09-12] Removed bsdpak [wiz 2003-09-12] Updated p5-Digest-MD5 to 2.27 [jlam 2003-09-12] + Updated pkg_install to 20030912 [jlam 2003-09-12] |