Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 06/14/2003 18:52:47
Module Name:	pkgsrc
Committed By:	atatat
Date:		Sat Jun 14 18:52:47 UTC 2003

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

Log Message:
Add a ``show-needs-update'' target that checks each dependency to see
if it's up to date.  For dependencies (including the current package)
that are not up to date (or are not installed), a one line note is
printed thusly:

	% cd audio/xmradio/
	% make show-needs-update
	audio/mad => mad-0.14.2b => needs update to mad-0.14.2bnb1
	audio/xmradio => (none) => needs install of xmradio-1.2


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

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