[49330] trunk/dports/databases
Rainer Müller
raimue at macports.org
Tue Apr 7 18:02:29 PDT 2009
On 2009-04-08 02:37, Bryan Blackburn wrote:
> The version is 'devel'? Does that mean each time it needs to be updated,
> the revision will be increased, so it is devel_0, devel_1, etc? Otherwise
> this should probably use something which increments and is logical, like the
> date being used in cvs.date, eg
>
> version 20090313
>
> Then increasing the version will make much more sense.
You are absolutely right. Sorry, I missed the version when committing
the Portfiles.
Does cvs accept ISO dates in YYYY-MM-DD format? If so, this would work:
version 20090313
cvs.date "[string range $version 0 3]-[string range $version 4
5]-[string range $version 6 7]"
Rainer
More information about the macports-dev
mailing list