Bug 117219 - [maintainer] update databases/mysql-connector-java
Summary: [maintainer] update databases/mysql-connector-java
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-15 20:10 UTC by Matthew Seaman
Modified: 2007-10-24 10:20 UTC (History)
1 user (show)

See Also:


Attachments
mysql-connector-java.diff (3.77 KB, patch)
2007-10-15 20:10 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2007-10-15 20:10:01 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-10-15 20:28:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-24 10:15:49 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-10-24 10:15:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!