[98799] trunk/dports/aqua/iTunesMatchHelper/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Oct 26 12:03:54 PDT 2012
On Oct 16, 2012, at 10:42, phw at macports.org wrote:
> Revision: 98799
> http://trac.macports.org//changeset/98799
> Author: phw at macports.org
> Date: 2012-10-16 08:42:34 -0700 (Tue, 16 Oct 2012)
> Log Message:
> -----------
> Updated iTunesMatchHelper (German iTunes Match now usable)
>
> Modified Paths:
> --------------
> trunk/dports/aqua/iTunesMatchHelper/Portfile
>
> Modified: trunk/dports/aqua/iTunesMatchHelper/Portfile
> ===================================================================
> --- trunk/dports/aqua/iTunesMatchHelper/Portfile 2012-10-16 13:58:07 UTC (rev 98798)
> +++ trunk/dports/aqua/iTunesMatchHelper/Portfile 2012-10-16 15:42:34 UTC (rev 98799)
> @@ -5,10 +5,11 @@
> PortGroup github 1.0
> PortGroup xcode 1.0
>
> -github.setup signed0 itunes-match-helper 58977169
> +github.setup signed0 itunes-match-helper 18ce34d7c48
>
> maintainers phw openmaintainer
> name itunesMatchHelper
> +revision 1
This does not work because:
$ ~/macports/users/ryandesign/scripts/vercmp 58977169 18ce34d7c48
MacPorts considers 58977169 to be greater than 18ce34d7c48.
Increasing the revision does not help because the version has higher precedence than the revision. You could increase the epoch. But instead of a git commit hash, you should try to put in the version field a real version number that is designed to always increase. If no such number has been published by the upstream developers, you could use a date instead.
But it looks like a download for version "0.1a" was posted recently. Maybe that could be used.
More information about the macports-dev
mailing list