[82627] trunk/dports/shells/psh/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Aug 17 01:57:18 PDT 2011
On Aug 16, 2011, at 23:29, dports at macports.org wrote:
> Revision: 82627
> http://trac.macports.org/changeset/82627
> Author: dports at macports.org
> Date: 2011-08-16 21:29:33 -0700 (Tue, 16 Aug 2011)
> Log Message:
> -----------
> psh: adapt for perl portgroup changes
>
> Modified Paths:
> --------------
> trunk/dports/shells/psh/Portfile
>
> Modified: trunk/dports/shells/psh/Portfile
> ===================================================================
> --- trunk/dports/shells/psh/Portfile 2011-08-17 04:10:43 UTC (rev 82626)
> +++ trunk/dports/shells/psh/Portfile 2011-08-17 04:29:33 UTC (rev 82627)
> @@ -1,3 +1,4 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> # $Id$
>
> PortSystem 1.0
> @@ -2,5 +3,7 @@
> PortGroup perl5 1.0
> +
> +name psh
> +perl5.major 5.12
> perl5.setup psh 1.0
I haven't really looked at what all the changes in the perl5 portgroup recently are, but why does this port set perl5.major to 5.12? What's the reasoning?
More information about the macports-dev
mailing list