[112024] trunk/dports/net/libproxy/Portfile
Joshua Root
jmr at macports.org
Wed Oct 9 18:00:56 PDT 2013
> Revision: 112024
> https://trac.macports.org/changeset/112024
> Author: devans at macports.org
> Date: 2013-10-09 15:59:21 -0700 (Wed, 09 Oct 2013)
> Log Message:
> -----------
> libproxy: depend on perl5.12 rather than perl5 stub.
>
> Modified Paths:
> --------------
> trunk/dports/net/libproxy/Portfile
>
> Modified: trunk/dports/net/libproxy/Portfile
> ===================================================================
> --- trunk/dports/net/libproxy/Portfile 2013-10-09 22:55:42 UTC (rev 112023)
> +++ trunk/dports/net/libproxy/Portfile 2013-10-09 22:59:21 UTC (rev 112024)
> @@ -7,6 +7,7 @@
> name libproxy
> version 0.4.11
> epoch 1
> +revision 1
> license LGPL-2.1
> categories net
> maintainers devans openmaintainer
> @@ -32,7 +33,7 @@
> port:pkgconfig
>
> depends_lib port:gconf \
> - port:perl5
> + port:perl5.12
perl5 isn't exactly a stub, it installs symlinks to executables
including 'perl'. This change is only correct if libproxy runs
'perl5.12' and not just 'perl'. It may now be finding the system perl
rather than the MacPorts perl when the perl5 port is not installed.
- Josh
More information about the macports-dev
mailing list