[90588] trunk/dports/textproc
Ryan Schmidt
ryandesign at macports.org
Fri Mar 9 07:02:46 PST 2012
On Mar 9, 2012, at 06:19, hum at macports.org wrote:
> Revision: 90588
> http://trac.macports.org/changeset/90588
> Author: hum at macports.org
> Date: 2012-03-09 04:19:47 -0800 (Fri, 09 Mar 2012)
> Log Message:
> -----------
> New port: syncha @0.2.1 - a Japanese predicate-argument structure analyzer.
>
> Added Paths:
> -----------
> trunk/dports/textproc/syncha/
> trunk/dports/textproc/syncha/Portfile
> +name syncha
> +version 0.2.1
> +set major_version 0.2
> +distname ${name}-${major_version}
In r90593 I've changed "major_version" to "branch" and computed it automatically based on the version:
https://trac.macports.org/wiki/PortfileRecipes#branch
But if this is their intended plan going forward, to re-release the same-named distfile with minor version updates, then you have a partially unversioned distfile situation, and will probably need to add "dist_subdir ${name}/${version}" when version 0.2.2 is released, and should probably keep that line there until they change their distfile naming policy.
https://trac.macports.org/wiki/PortfileRecipes#unversioned-distfiles
More information about the macports-dev
mailing list