Subject: CVS commit: [pkgviews] src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 08/08/2003 10:19:03
Module Name:	src
Committed By:	jlam
Date:		Fri Aug  8 10:19:03 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/info [pkgviews]: info.h main.c perform.c
	    pkg_info.1 show.c
	src/usr.sbin/pkg_install/lib [pkgviews]: version.h

Log Message:
Teach pkg_info(1) a new option '-N' that lists the exact dependencies for
a particular package (the @blddep lines of the +CONTENTS metadata file).
Bump the version to 20030808.

This could potentially be used by the pkgviews build infrastructure to
build new packages against older versions of dependencies.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.2.1 src/usr.sbin/pkg_install/info/info.h
cvs rdiff -r1.30.2.1 -r1.30.2.2 src/usr.sbin/pkg_install/info/main.c
cvs rdiff -r1.40.2.2 -r1.40.2.3 src/usr.sbin/pkg_install/info/perform.c
cvs rdiff -r1.29.2.1 -r1.29.2.2 src/usr.sbin/pkg_install/info/pkg_info.1
cvs rdiff -r1.25.2.1 -r1.25.2.2 src/usr.sbin/pkg_install/info/show.c
cvs rdiff -r1.13.4.7 -r1.13.4.8 src/usr.sbin/pkg_install/lib/version.h

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