[107235] trunk/dports/databases/mysql55/Portfile

pixilla at macports.org pixilla at macports.org
Sun Jun 23 17:33:32 PDT 2013


Revision: 107235
          https://trac.macports.org/changeset/107235
Author:   pixilla at macports.org
Date:     2013-06-23 17:33:32 -0700 (Sun, 23 Jun 2013)
Log Message:
-----------
databases/mysql55:
- Update to version 5.5.32. Closes #39498
- Fix livecheck.

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

Modified: trunk/dports/databases/mysql55/Portfile
===================================================================
--- trunk/dports/databases/mysql55/Portfile	2013-06-24 00:31:00 UTC (rev 107234)
+++ trunk/dports/databases/mysql55/Portfile	2013-06-24 00:33:32 UTC (rev 107235)
@@ -5,9 +5,9 @@
 
 name                mysql55
 set name_mysql      ${name}
-version             5.5.30
+version             5.5.32
 # Please set revision_client and revision_server to 0 if you bump version.
-set revision_client 1
+set revision_client 0
 set revision_server 0
 categories          databases
 platforms           darwin
@@ -26,8 +26,7 @@
     revision            ${revision_client}
     license             GPL-2
     description         Multithreaded SQL database server
-    long_description    MySQL is an open-source, multi-threaded SQL database with a command \
-                        syntax very similar to mSQL.
+    long_description    MySQL is an open-source, multi-threaded SQL database.
 
     master_sites \
         http://mysql.he.net/Downloads/MySQL-${version_branch}/ \
@@ -43,8 +42,8 @@
     patch.pre_args      -p1
     patchfiles          patch-cmake-install_layout.cmake.diff
 
-    checksums           rmd160  6d93cf458a732e63e6d2b3939051233bcd0dea0a \
-                        sha256  909fe596e0044082a02d2757b742a33b8a3ff399b589603940494d3d3d975053
+    checksums           rmd160  7d7171de61900150315699f51b8802ba16c7b1f8 \
+                        sha256  20930c3d934937f3863073af0a54cb014a4c6469e5460a81e2ff75062755377e
 
     depends_lib-append  port:zlib port:tcp_wrappers
     depends_run-append  port:mysql_select
@@ -176,8 +175,8 @@
     }
 
     livecheck.type          regex
-    livecheck.url           http://dev.mysql.com/
-    livecheck.regex         "<a href=\"http://dev.mysql.com/downloads/mysql/\[^\"\]+\">(${version_branch}(\.\[0-9.\]+)?)\[^<\]*</a>"
+    livecheck.url           http://dev.mysql.com/downloads/mysql/${version_branch}.html
+    livecheck.regex         "<h1>MySQL Community Server (${version_branch}(\.\[0-9.\]+)?)</h1>"
 }
 
 subport ${name_mysql}-server {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130623/95cd1a9a/attachment.html>


More information about the macports-changes mailing list