Subject: CVS commit: pkgsrc (fwd)
To: None <tron@netbsd.org>
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
List: tech-pkg
Date: 01/27/1999 03:31:03
> Date: Sat, 23 Jan 1999 06:58:47 -0800 (PST)
> From: Matthias Scheler <tron@netbsd.org>
> To: source-changes@netbsd.org
> Subject: CVS commit: pkgsrc
>
> Module Name: pkgsrc
> Committed By: tron
> Date: Sat Jan 23 14:58:47 UTC 1999
>
> Removed Files:
> pkgsrc/x11/wm-themes/pkg: COMMENT DESCR
> Log Message:
> Rename "wm-themes" package to "wmthemes".
FYI, only a package's version may not contain any '-', the name itself
can. This is so we can tell version from name by taking the last(!) '-' as
seperator (strrchr etc. :-).
(Just wanted to mention, in case you renamed the package for this reason)
- Hubert