Revision: 74057 http://trac.macports.org/changeset/74057 Author: stromnov@macports.org Date: 2010-12-03 06:36:08 -0800 (Fri, 03 Dec 2010) Log Message: ----------- py26-mysql: update to version 1.2.3 Modified Paths: -------------- trunk/dports/python/py26-mysql/Portfile Removed Paths: ------------- trunk/dports/python/py26-mysql/files/patch-_mysql.c.diff Modified: trunk/dports/python/py26-mysql/Portfile =================================================================== --- trunk/dports/python/py26-mysql/Portfile 2010-12-03 14:20:03 UTC (rev 74056) +++ trunk/dports/python/py26-mysql/Portfile 2010-12-03 14:36:08 UTC (rev 74057) @@ -5,7 +5,7 @@ PortGroup python26 1.0 name py26-mysql -version 1.2.2 +version 1.2.3 revision 0 categories python devel databases platforms darwin @@ -21,12 +21,10 @@ distname MySQL-python-${version} -checksums md5 532268f02870bea18c1d465e88afff30 \ - sha1 945a04773f30091ad81743f9eb0329a3ee3de383 \ - rmd160 3f3ff52102c41f86de3181d33132f15a9882a5b1 +checksums md5 215eddb6d853f6f4be5b4afc4154292f \ + sha1 3511bb8c57c6016eeafa531d5c3ea4b548915e3c \ + rmd160 e394e7bf08127068795aeebfbaea7dc3b2127c86 -patchfiles patch-_mysql.c.diff - depends_lib-append port:py26-distribute variant mysql4 conflicts mysql5 description {Build with MySQL 4} { Deleted: trunk/dports/python/py26-mysql/files/patch-_mysql.c.diff =================================================================== --- trunk/dports/python/py26-mysql/files/patch-_mysql.c.diff 2010-12-03 14:20:03 UTC (rev 74056) +++ trunk/dports/python/py26-mysql/files/patch-_mysql.c.diff 2010-12-03 14:36:08 UTC (rev 74057) @@ -1,23 +0,0 @@ ---- _mysql.c.orig 2007-02-27 18:35:56.000000000 -0800 -+++ _mysql.c 2007-11-25 21:54:09.000000000 -0800 -@@ -34,9 +34,6 @@ - #else - #include "my_config.h" - #endif --#ifndef uint --#define uint unsigned int --#endif - #include "mysql.h" - #include "mysqld_error.h" - #include "errmsg.h" -@@ -481,8 +478,8 @@ - #endif - char *host = NULL, *user = NULL, *passwd = NULL, - *db = NULL, *unix_socket = NULL; -- uint port = MYSQL_PORT; -- uint client_flag = 0; -+ unsigned int port = MYSQL_PORT; -+ unsigned int client_flag = 0; - static char *kwlist[] = { "host", "user", "passwd", "db", "port", - "unix_socket", "conv", - "connect_timeout", "compress",
participants (1)
-
stromnov@macports.org