Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 10/01/2000 15:23:21
Module Name:	basesrc
Committed By:	hubertf
Date:		Sun Oct  1 12:23:21 UTC 2000

Modified Files:
	basesrc/usr.sbin/pkg_install/add: perform.c

Log Message:
Don't replace the pkg version with -[0-9] on pkg alternates ("{foo-x,bar-y}")
as this will remove things like trailing '}' etc. and doesn't work in general.

As mentioned in the already-existing comment, doing TRT here would mean to
partly expand the pattern, then replace the versions on alternatives.
Unless our pkg pattern parser gets these hooks, cowardly step back.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 basesrc/usr.sbin/pkg_install/add/perform.c

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