Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 08/25/2000 15:43:28
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Fri Aug 25 12:43:28 UTC 2000

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

Log Message:
a couple of minor changes to the bulk-check-uptodate target:

- quote arguments to pkg_admin so the shell doesn't try to expand any *'s.

- be sure that all required binary packages exist.  The previous version
  made sure the required packages were not newer, but missed catching missing
  required packages.

Still todo:
When examining required binary packages to see if they have changed, the test
only looks at the modification time of the binary package.  It does not verify
that the required binary package is also up to date with respect to its
pkgsrc files.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/mk/bulk/bsd.bulk-pkg.mk

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