Revision: 107315 https://trac.macports.org/changeset/107315 Author: pixilla@macports.org Date: 2013-06-25 09:11:31 -0700 (Tue, 25 Jun 2013) Log Message: ----------- databases/mysql56: - Fix checksums. (possible stealth update) Closes #39518 Modified Paths: -------------- trunk/dports/databases/mysql56/Portfile Modified: trunk/dports/databases/mysql56/Portfile =================================================================== --- trunk/dports/databases/mysql56/Portfile 2013-06-25 16:10:39 UTC (rev 107314) +++ trunk/dports/databases/mysql56/Portfile 2013-06-25 16:11:31 UTC (rev 107315) @@ -7,7 +7,7 @@ set name_mysql ${name} version 5.6.12 # Please set revision_client and revision_server to 0 if you bump version. -set revision_client 0 +set revision_client 1 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}/ \ @@ -48,8 +47,8 @@ # and SUPPORTFILESDIR. patchfiles-append patch-scripts-mysql_install_db.pl.in.diff - checksums rmd160 0088072e353f21fe0b079fe7c26500c822c76819 \ - sha256 1153c1e0ae94116c150be5f173c336a80471b5ed4642a682b8462d36d54d5817 + checksums rmd160 235b2c7b52ca40b98b08d0b27ebd0154d71f6a83 \ + sha256 7911af0180c8014b9193bde42b6b705460fa70bf75681b62c64d1cf2580686bc depends_lib-append port:zlib port:tcp_wrappers depends_run-append port:mysql_select
participants (1)
-
pixilla@macports.org