[94793] trunk/dports/sysutils/autojump/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Jun 29 16:24:22 PDT 2012


On Jun 29, 2012, at 16:36, g5pw at macports.org wrote:

> Revision: 94793
>          https://trac.macports.org/changeset/94793
> Author:   g5pw at macports.org
> Date:     2012-06-29 14:36:50 -0700 (Fri, 29 Jun 2012)
> Log Message:
> -----------
> sysutils/autojump:
> Author changed version numbering scheme, didn't notice because distfile was already in cache.
> 
> Modified Paths:
> --------------
>    trunk/dports/sysutils/autojump/Portfile
> 
> Modified: trunk/dports/sysutils/autojump/Portfile
> ===================================================================
> --- trunk/dports/sysutils/autojump/Portfile	2012-06-29 21:27:59 UTC (rev 94792)
> +++ trunk/dports/sysutils/autojump/Portfile	2012-06-29 21:36:50 UTC (rev 94793)
> @@ -4,7 +4,7 @@
> PortSystem          1.0
> PortGroup           github 1.0
> 
> -github.setup        joelthelion autojump 20-9 "release-v"
> +github.setup        joelthelion autojump 20.9 "release-v"
> categories          sysutils
> platforms           darwin
> maintainers         gmail.com:johnny.kuan

Thanks for fixing this. I'm glad they're using a standard dotted decimal version number now.

For future reference for other ports, when a version number is available, the "version" field should always express that version in the standard dotted decimal format (such as 1.2.3), even if the project's distfiles express it a different way (such as 123, 1_2_3 (like isightcapture), 12_3 (like cdf), 1020300 (like sqlite3), or 1-2-3 (like autojump used to)). Do whatever else you have to do in the portfile (i.e. change the default of the distname variable) to make it work.




More information about the macports-dev mailing list