[71236] trunk/dports/www/ikiwiki/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Sep 5 16:05:32 PDT 2010


On Sep 5, 2010, at 16:42, tommyd at macports.org wrote:

> Revision: 71236
>          http://trac.macports.org/changeset/71236
> Author:   tommyd at macports.org
> Date:     2010-09-05 14:42:29 -0700 (Sun, 05 Sep 2010)
> Log Message:
> -----------
> - new upstream release
> - add two variants for perl5.10 and perl5.12 as ikiwiki
>  no longer seems to run out-of-the-box with perl5.8, make
>  perl5.12 (the newest) the default. closes #26320
> 
> Modified Paths:
> --------------
>    trunk/dports/www/ikiwiki/Portfile


> +default_variants        +perl512

You should only make perl512 the default variant if the user has not already requested the perl510 variant:

if {![variant_isset perl510]} {
	default_variants	+perl512
}



More information about the macports-dev mailing list