[90139] trunk/dports/textproc/help2man/Portfile

Joshua Root jmr at macports.org
Thu Feb 23 23:25:16 PST 2012


On 2012-2-24 07:00 , ricci at macports.org wrote:
> Revision: 90139
>           http://trac.macports.org/changeset/90139
> Author:   ricci at macports.org
> Date:     2012-02-23 12:00:38 -0800 (Thu, 23 Feb 2012)
> Log Message:
> -----------
> help2man:  change deps from perl5.12 to perl5, bump revision.
> 
> Modified Paths:
> --------------
>     trunk/dports/textproc/help2man/Portfile
> 
> Modified: trunk/dports/textproc/help2man/Portfile
> ===================================================================
> --- trunk/dports/textproc/help2man/Portfile	2012-02-23 19:38:21 UTC (rev 90138)
> +++ trunk/dports/textproc/help2man/Portfile	2012-02-23 20:00:38 UTC (rev 90139)
> @@ -4,6 +4,7 @@
>  
>  name			help2man
>  version			1.40.5
> +revision		1
>  categories		textproc
>  platforms		darwin
>  license			GPL-3+
> @@ -20,10 +21,10 @@
>  checksums           rmd160  3515028e9b7c993546810b7d3bf00736f5dfcdf0 \
>                      sha256  13599a89080628617f31ca1e7eee38d0b11b2c088708c14eba35b99d67b23cb4
>  
> -depends_lib		port:perl5.12 port:p5.12-locale-gettext \
> +depends_lib		port:perl5 port:p5-locale-gettext \
>  				port:gettext port:libiconv
>  
> -configure.perl	${prefix}/bin/perl5.12
> +configure.perl	${prefix}/bin/perl

This is a reversion of
<https://trac.macports.org/changeset/82553/trunk/dports/textproc/help2man>.
That change was made because many tickets had been filed after users did
something like:

port install p5-locale-gettext <- installs for perl5.12
port install perl5 +perl5_14
port install help2man <- fails to find Locale::Gettext

Help2man doesn't just require some version of perl5 and some version of
Locale::Gettext, it requires Locale::Gettext installed for the same perl
as is set in configure.perl.

- Josh


More information about the macports-dev mailing list