[64741] trunk/dports/java/mysql-connector-java/Portfile

nox at macports.org nox at macports.org
Mon Mar 15 06:14:39 PDT 2010


Revision: 64741
          http://trac.macports.org/changeset/64741
Author:   nox at macports.org
Date:     2010-03-15 06:14:38 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update mysql-connector-java to 5.1.12

Changes:
> 02-18-10 - Version 5.1.12
>
>     - NO_INDEX_USED and NO_GOOD_INDEX used were only being set when profileSQL
>       was set to "true", and in some cases their values were reversed.
>
>     - Fix for Bug#51022 - conn.getMetaData().getProcedures("schema",null,"%");
>       returns all stored procedures from all databases and not only for given
>       one.
>
>     - Fixed Bug#50538 - ${svn.revno} shows up in DBMD.getDriverVersion().
>
>     - Removed usage of timestamp nanoseconds in
>       PreparedStatement.setTimestamp(), as long as Bug#50774 exists in the
>       server and there's no real support for nanos/micros in TIMESTAMPs, avoid
>       the performance regression usage of them causes.

Modified Paths:
--------------
    trunk/dports/java/mysql-connector-java/Portfile

Modified: trunk/dports/java/mysql-connector-java/Portfile
===================================================================
--- trunk/dports/java/mysql-connector-java/Portfile	2010-03-15 13:14:29 UTC (rev 64740)
+++ trunk/dports/java/mysql-connector-java/Portfile	2010-03-15 13:14:38 UTC (rev 64741)
@@ -3,7 +3,8 @@
 PortSystem 1.0
 
 name				mysql-connector-java
-version				5.1.11
+version				5.1.12
+license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 
 categories			java
@@ -22,10 +23,11 @@
 homepage			http://dev.mysql.com/doc/refman/${branch}/en/connector-j.html
 
 master_sites		http://ftp.plusline.de/mysql/Downloads/Connector-J/
-checksums           md5     22630172e67c1a96996c3201d9b30398 \
-                    sha1    0183a6b52cfdb935826590f667e5272f6fffe943 \
-                    rmd160  53c048d215bee69f35d3f8335bd61328d734ff21
 
+checksums           md5     d2f836c761614a3fdf39f7a6c7c1acb5 \
+                    sha1    e63fed86be594a6166eaf4abf69375747042dcc6 \
+                    rmd160  43aa29a886c488c985608278b66f746546a4cfd7
+
 patchfiles			patch-build.xml
 
 depends_build		bin:ant:apache-ant
@@ -64,6 +66,8 @@
 	patchfiles-append patch-JDK-1.6.diff
 }
 
+universal_variant no
+
 livecheck.type  regex
 livecheck.url   http://dev.mysql.com/downloads/connector/j/${branch}.html
 livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?).tar.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/47cbaa83/attachment.html>


More information about the macports-changes mailing list