Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 20:46:40 +0100 (BST)
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100931: [maintainer] databases/mysql-connector-java update to 5.0.3
Message-ID:  <200607271946.k6RJkeV7071186@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200607271950.k6RJoGCM071482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100931
>Category:       ports
>Synopsis:       [maintainer] databases/mysql-connector-java update to 5.0.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 27 19:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.11-STABLE FreeBSD 4.11-STABLE #103: Wed Jun 14 21:21:59 BST 2006 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

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


>How-To-Repeat:
	
>Fix:

	

--- mysql-connector-java.diff begins here ---
diff -Nur /usr/ports/databases/mysql-connector-java/Makefile mysql-connector-java/Makefile
--- /usr/ports/databases/mysql-connector-java/Makefile	Sat Jun  3 11:43:03 2006
+++ mysql-connector-java/Makefile	Thu Jul 27 20:06:45 2006
@@ -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 @@
 	@${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 @@
 .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 -Nur /usr/ports/databases/mysql-connector-java/distinfo mysql-connector-java/distinfo
--- /usr/ports/databases/mysql-connector-java/distinfo	Sat Jun  3 11:43:03 2006
+++ mysql-connector-java/distinfo	Thu Jul 27 19:41:38 2006
@@ -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
--- mysql-connector-java.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607271946.k6RJkeV7071186>