Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 10/22/1999 07:14:23
Module Name: pkgsrc
Committed By: agc
Date: Fri Oct 22 14:14:23 UTC 1999
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
As pointed out by Hubert Feyrer, the pattern that pkg_info takes (in the
show-downlevel target) is a shell glob pattern, not a regular expression,
so wildcards are '*', not '.*'. Due to the format of package names, the
regular expression will match in most cases (a single digit major version
number), but that's no excuse.
To generate a diff of this commit:
cvs rdiff -r1.360 -r1.361 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.