1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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)
This commit is contained in:
Ion-Mihai Tetcu 2006-07-28 05:34:16 +00:00
parent 556408245c
commit 23b0729231
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168932
4 changed files with 16 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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