Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 10/30/2003 12:36:01
Module Name:	pkgsrc
Committed By:	grant
Date:		Thu Oct 30 12:36:01 UTC 2003

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
implement the change in rev. 1.1296 (which was backed out in rev.
1.1298) properly by using single quotes instead of double quotes
around the PKGNAME_REQD value, ensuring that the shell does not
interpret the > character as a redirect.

confirmed that no "=1.0.43" files are created on NetBSD and
Linux when a pre-requisite package has a wildcarded version
number eg. ">=1.0.43", and that the original problem is fixed.


To generate a diff of this commit:
cvs rdiff -r1.1299 -r1.1300 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.