[68823] trunk/dports/lang/perl5.12/Portfile

ricci at macports.org ricci at macports.org
Mon Jun 14 11:51:10 PDT 2010


Revision: 68823
          http://trac.macports.org/changeset/68823
Author:   ricci at macports.org
Date:     2010-06-14 11:51:06 -0700 (Mon, 14 Jun 2010)
Log Message:
-----------
upgrade to perl 5.12.1
fix livecheck
resolves #25227

Modified Paths:
--------------
    trunk/dports/lang/perl5.12/Portfile

Modified: trunk/dports/lang/perl5.12/Portfile
===================================================================
--- trunk/dports/lang/perl5.12/Portfile	2010-06-14 18:00:48 UTC (rev 68822)
+++ trunk/dports/lang/perl5.12/Portfile	2010-06-14 18:51:06 UTC (rev 68823)
@@ -4,7 +4,7 @@
 
 name            perl5.12
 conflicts       perl5.8 perl5.10
-version         5.12.0
+version         5.12.1
 revision        0
 categories      lang
 platforms       darwin freebsd linux
@@ -22,9 +22,9 @@
 homepage        http://www.perl.org/
 master_sites    http://www.cpan.org/src/5.0/
 
-checksums           md5     3e15696f4160775a90f6b2fb3ccc98c2 \
-                    sha1    f533687077e2da113b48a6c5e578f4a206fbf173 \
-                    rmd160  10819912e62e14777942c482903f354170e73990
+checksums           md5     f7f2d7f5aaac15a75028381b159a560f \
+                    sha1    75a8a17cec15d68c6bb959b0aa9879d2ded6f90d \
+                    rmd160  8be9ff9bae56fdf03d64cee21ab2148c5d6464e1
 
 
 patchfiles	patch-Configure.diff patch-darwin.sh.diff
@@ -115,7 +115,11 @@
     }
 }
 
+## livecheck.type  regex
+## livecheck.url   http://www.cpan.org/src
+## livecheck.regex latest_[join [lrange [split ${version} .] 0 1] .]_is_(\\d+(?:\\.\\d+)*)
+
 livecheck.type  regex
 livecheck.url   http://www.cpan.org/src
-livecheck.regex latest_[join [lrange [split ${version} .] 0 1] .]_is_(\\d+(?:\\.\\d+)*)
+livecheck.regex {perl-(5\.12\.\d)\.}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100614/709a252e/attachment.html>


More information about the macports-changes mailing list