[71241] trunk/dports/www/ikiwiki/Portfile
tommyd at macports.org
tommyd at macports.org
Sun Sep 5 16:08:12 PDT 2010
Revision: 71241
http://trac.macports.org/changeset/71241
Author: tommyd at macports.org
Date: 2010-09-05 16:08:09 -0700 (Sun, 05 Sep 2010)
Log Message:
-----------
only make perl5.12 the default if perl5.10 wasn't explicitely requested (thanks Ryan for the fix)
Modified Paths:
--------------
trunk/dports/www/ikiwiki/Portfile
Modified: trunk/dports/www/ikiwiki/Portfile
===================================================================
--- trunk/dports/www/ikiwiki/Portfile 2010-09-05 22:48:36 UTC (rev 71240)
+++ trunk/dports/www/ikiwiki/Portfile 2010-09-05 23:08:09 UTC (rev 71241)
@@ -5,6 +5,7 @@
perl5.setup ikiwiki 3.20100831
name ikiwiki
+revision 1
categories www perl
description A wiki compiler.
long_description Ikiwiki is a wiki compiler. It converts wiki pages \
@@ -27,7 +28,11 @@
rmd160 958591f586aee203cc122c76b8f746602ae59ae8
depends_build port:coreutils
-default_variants +perl512
+
+if {![variant_isset perl510]} {
+ default_variants +perl512
+}
+
set perl_binary ""
variant perl510 conflicts perl512 description "Require an installed Perl 5.10" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100905/910f0c8f/attachment.html>
More information about the macports-changes
mailing list