[138691] trunk/dports/textproc/help2man/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Jul 16 14:27:16 PDT 2015
> On Jul 16, 2015, at 8:34 AM, khindenburg at macports.org wrote:
>
> Revision
> 138691
> Author
> khindenburg at macports.org
> Date
> 2015-07-16 06:34:27 -0700 (Thu, 16 Jul 2015)
> Log Message
>
> help2man: update to 1.47.1; use perl 5.22 #48365
> Modified: trunk/dports/textproc/help2man/Portfile (138690 => 138691)
> @@ -4,7 +4,7 @@
> PortSystem 1.0
>
> name help2man
> -version 1.46.6
> +version 1.47.1
> -depends_lib port:perl5.16 port:p5.16-locale-gettext \
> +set branch 5.22
> +depends_lib port:perl${branch} port:p${branch}-locale-gettext \
> port:gettext port:libiconv
>
> -configure.perl ${prefix}/bin/perl5.16
> +configure.perl ${prefix}/bin/perl${branch}
This is slightly confusing in that the "branch" variable is normally used for the branch of this port's version, but here you're using it as the branch of the perl version.
https://trac.macports.org/wiki/PortfileRecipes#branch
More information about the macports-dev
mailing list