From 768780a3d366e9e913973ced74d93037d02cd48b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 13 Jan 2005 23:35:36 +0000 Subject: [ maintainer ] databases/mysql-connector-java -- update to 3.1.6 Update to version 3.1.6 -- This is a major update to a new code branch, and development on the 3.0 branch will now be limited to critical bug-fixes. From the release announcement: Version 3.1.6 is the first production release of the 3.1 series that is suitable for use with all versions of MySQL, including MySQL-4.1 or MySQL-5.0. Connector/J 3.1.6 is required if you want to use server-side prepared statements MySQL-4.1.2 or newer, or CallableStatements with MySQL-5.0. http://lists.mysql.com/announce/250 Anyone upgrading from the 3.0 series should first read http://dev.mysql.com/doc/connector/j/en/#id2424819 This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on devel/log4j (unless you use the WITHOUT_COMPILE option, where there's only a RUN_DEPENDS) PR: ports/76149 Submitted by: Matthew Seaman --- databases/mysql-connector-java50/files/patch-build.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 databases/mysql-connector-java50/files/patch-build.xml (limited to 'databases/mysql-connector-java50/files') diff --git a/databases/mysql-connector-java50/files/patch-build.xml b/databases/mysql-connector-java50/files/patch-build.xml new file mode 100644 index 000000000000..1d4001d026f4 --- /dev/null +++ b/databases/mysql-connector-java50/files/patch-build.xml @@ -0,0 +1,14 @@ +--- build.xml~ Thu Dec 23 19:37:39 2004 ++++ build.xml Wed Jan 12 12:59:16 2005 +@@ -60,6 +60,11 @@ + + + ++ ++ ++ ++ ++ + + + -- cgit v1.2.3