[153191] trunk/dports/databases/mysql51/Portfile

pixilla at macports.org pixilla at macports.org
Mon Sep 26 11:16:24 PDT 2016


Revision: 153191
          https://trac.macports.org/changeset/153191
Author:   pixilla at macports.org
Date:     2016-09-26 11:16:23 -0700 (Mon, 26 Sep 2016)
Log Message:
-----------
databases/mysql51: fix livecheck.

Modified Paths:
--------------
    trunk/dports/databases/mysql51/Portfile

Modified: trunk/dports/databases/mysql51/Portfile
===================================================================
--- trunk/dports/databases/mysql51/Portfile	2016-09-26 18:10:41 UTC (rev 153190)
+++ trunk/dports/databases/mysql51/Portfile	2016-09-26 18:16:23 UTC (rev 153191)
@@ -205,8 +205,8 @@
 "
 
     livecheck.type          regex
-    livecheck.url           http://mirror.trouble-free.net/mysql_mirror/Downloads/MySQL-${version_branch}/
-    livecheck.regex         "<a href=\"mysql-(${version_branch}(\.\[0-9.\]+)?)${extract.suffix}\">"
+    livecheck.url           http://mirror.leaseweb.com/mysql/Downloads/MySQL-${version_branch}/
+    livecheck.regex         ">mysql-(\[\\d\\.-\]*)\\${extract.suffix}<"
 }
 
 subport ${name_mysql}-server {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160926/8eb28d9c/attachment.html>


More information about the macports-changes mailing list