Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 01/25/2001 23:20:06
Module Name: pkgsrc
Committed By: agc
Date: Thu Jan 25 21:20:06 UTC 2001
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Don't use a Dewey decimal relational operator when matching package names
in the "show-downlevel" target, since a number of package names do not
correspond to Dewey decimal version numbers (e.g. 2.4.1p1)
Instead, use pkg_info(1) to retrieve the installed package name, and
compare that against ${PKGNAME}.
Fixes PR 12041, from Bernd Ernesti
To generate a diff of this commit:
cvs rdiff -r1.649 -r1.650 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.