This is a major upgrade to the new 5.1 GA branch, introducing significant new functionality including support for the new JDBC-4.0 API. Users are advised to test carefully before upgrading production environments. The port can unfortunately no-longer offer the option of compiling the driver from source. Compiling the driver requires a capability to deal with a mixture of Java-5 and Java-6 APIs that the bsd.java.mk framework is not currently able to provide. Instead the port now simply installs the pre-compiled driver provided by MySQL. Given the major differences in functionality, and the fact that mysql-connector-java-5.0.8 (which was released simultaneously with 5.1.5) hasn't been in the ports tree very long, and as previously requested in PR ports/117060, I'd like to have databases/mysql-connector-java repo-copied to databases/mysql-connector-java50 -- this port will continue to provide version 5.0.8 -- before databases/mysql-connector-java is updated to 5.1.5 as per this PR. Note for commiters: Removed file: files/patch-build.xml Removed directory: files
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-10-24 09:15:43 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Removed files: databases/mysql-connector-java/files patch-build.xml Log: - Update to 5.1.5 PR: 117219 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Revision Changes Path 1.47 +4 -29 ports/databases/mysql-connector-java/Makefile 1.26 +3 -3 ports/databases/mysql-connector-java/distinfo 1.8 +0 -19 ports/databases/mysql-connector-java/files/patch-build.xml (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!