[119857] trunk/dports/security/log2timeline/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 8 05:47:46 PDT 2014


Revision: 119857
          https://trac.macports.org/changeset/119857
Author:   ryandesign at macports.org
Date:     2014-05-08 05:47:46 -0700 (Thu, 08 May 2014)
Log Message:
-----------
log2timeline: only make perl5_16 the default variant if the user has not already selected a different perl variant

Modified Paths:
--------------
    trunk/dports/security/log2timeline/Portfile

Modified: trunk/dports/security/log2timeline/Portfile
===================================================================
--- trunk/dports/security/log2timeline/Portfile	2014-05-08 12:42:12 UTC (rev 119856)
+++ trunk/dports/security/log2timeline/Portfile	2014-05-08 12:47:46 UTC (rev 119857)
@@ -40,8 +40,6 @@
 ## FIXME! port version empty ?!
 livecheck.regex     ${name}_(\\d+(\\.\[0-9a-z\]+)+)${extract.suffix}
 
-default_variants    +perl5_16
-
 variant perl5_12 conflicts perl5_18 perl5_16 description {Perl bindings with perl 5.12} {
 	depends_lib         port:perl5.12 \
 	                    port:p5.12-archive-zip \
@@ -137,3 +135,7 @@
 tool is ${prefix}/libexec/perl5.18/sitebin/log2timeline
 "
 }
+
+if {![variant_isset perl5_12] && ![variant_isset perl5_16] && ![variant_isset perl5_18]} {
+    default_variants    +perl5_16
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140508/44c37a17/attachment.html>


More information about the macports-changes mailing list