[154383] trunk/dports/_resources/port1.0/group/perl5-1.0.tcl

mojca at macports.org mojca at macports.org
Fri Oct 28 23:25:45 CEST 2016


Revision: 154383
          https://trac.macports.org/changeset/154383
Author:   mojca at macports.org
Date:     2016-10-28 23:25:44 +0200 (Fri, 28 Oct 2016)
Log Message:
-----------
perl5-1.0: switch the default branch to 5.24

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/perl5-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/perl5-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2016-10-28 21:23:18 UTC (rev 154382)
+++ trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2016-10-28 21:25:44 UTC (rev 154383)
@@ -45,11 +45,11 @@
 
 proc perl5_get_default_branch {} {
     global prefix perl5.branches
-    # use whatever ${prefix}/bin/perl5 was chosen, and if none, fall back to 5.22
+    # use whatever ${prefix}/bin/perl5 was chosen, and if none, fall back to 5.24
     if {![catch {set val [lindex [split [exec ${prefix}/bin/perl5 -V:version] {'}] 1]}]} {
         set ret [join [lrange [split $val .] 0 1] .]
     } else {
-        set ret 5.22
+        set ret 5.24
     }
     # if the above default is not supported by this module, use the latest it does support
     if {[info exists perl5.branches] && [lsearch -exact ${perl5.branches} $ret] == -1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161028/999bd41f/attachment-0002.html>


More information about the macports-changes mailing list