summaryrefslogtreecommitdiff
path: root/databases/mysql-connector-java
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-28 05:34:16 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-28 05:34:16 +0000
commit23b07292318120240531b85b5562e5cb347cb413 (patch)
tree65fd5f836fd47aeb40a49e888e649a0f5d72031e /databases/mysql-connector-java
parentAdd p5-POE-Filter-LZW 1.2, a POE filter wrapped around Compress::LZW. (diff)
Routine update to the latest stable version. The big delta in the
version numbers is apparently mostly an exercise by MySQL AB to have all their products with "matching" version numbers. There are some shiny new bits of extra functionality to justify the new major version numbers though. Quoting the release message: "This is the first generally-available, production release of Connector/J 5.0. Notice that Connector/J 3.1 has supported all MySQL-5.0 features other than XA, but this is the first generally-available release that "synchronizes" version numbers with the server (as well as adding support for XA). Version 5.0.3 is suitable for use with any MySQL version including MySQL-4.1, MySQL-5.0 or MySQL-5.1 beta." The complete release announcement is at: http://lists.mysql.com/announce/382 On-line changelog is at: http://dev.mysql.com/doc/refman/5.0/en/cj-news.html Upgrade notes: http://dev.mysql.com/doc/refman/5.0/en/cj-upgrading.html PR: ports/100931 Submitted by: Matthew Seaman (maintainer)
Notes
Notes: svn path=/head/; revision=168932
Diffstat (limited to 'databases/mysql-connector-java')
-rw-r--r--databases/mysql-connector-java/Makefile9
-rw-r--r--databases/mysql-connector-java/distinfo6
2 files changed, 8 insertions, 7 deletions
diff --git a/databases/mysql-connector-java/Makefile b/databases/mysql-connector-java/Makefile
index d2c8c558b95d..0842a606d133 100644
--- a/databases/mysql-connector-java/Makefile
+++ b/databases/mysql-connector-java/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mysql-connector-java
-PORTVERSION= 3.1.13
+PORTVERSION= 5.0.3
CATEGORIES= databases java
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= Connector-J
@@ -61,7 +61,7 @@ pre-fetch:
@${ECHO_MSG} " WITHOUT_COMPILE=yes Install the pre-compiled .jar file"
@${ECHO_MSG} ""
@${ECHO_MSG} "This port requires JDK 1.4.x or better to compile, but the"
- @${ECHO_MSG} "JDBC driver will operate with JVM 1.2.x or better"
+ @${ECHO_MSG} "JDBC driver can be made to operate with JVM 1.2.x or better"
@${ECHO_MSG} ""
.if !defined(WITHOUT_COMPILE)
@@ -71,8 +71,9 @@ do-build:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${JAVADOCDIR} && (cd ${SRCDIR}; \
- ${JAVADOC} -d ${JAVADOCDIR} -package \
- -classpath ${JDCLASSPATH} \
+ ${JAVADOC} -quiet -breakiterator \
+ -d ${JAVADOCDIR} -package \
+ -classpath ${JDCLASSPATH} \
com.mysql.jdbc org.gjt.mm.mysql)
.endif
diff --git a/databases/mysql-connector-java/distinfo b/databases/mysql-connector-java/distinfo
index 143a10e6ab56..612888603022 100644
--- a/databases/mysql-connector-java/distinfo
+++ b/databases/mysql-connector-java/distinfo
@@ -1,3 +1,3 @@
-MD5 (mysql-connector-java-3.1.13.tar.gz) = b2fc8cc8990d85629b183f284a8f46d8
-SHA256 (mysql-connector-java-3.1.13.tar.gz) = afa911e3999d10777fd4fb8b19c7af1330c04c927bd6fda859cd7623eb05713f
-SIZE (mysql-connector-java-3.1.13.tar.gz) = 10454933
+MD5 (mysql-connector-java-5.0.3.tar.gz) = 4cc2adf8601f5d82a2d759c2abaf16bc
+SHA256 (mysql-connector-java-5.0.3.tar.gz) = 808f3a74f393ac663d306bf02d792b1a4b1b98c078a5fd4616153f86f195d3cb
+SIZE (mysql-connector-java-5.0.3.tar.gz) = 29604074