aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 3.0.16.Greg Lewis2004-11-252-3/+3
| | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=122423
* This is a routine bugfix release over 3.0.14.Mark Linimon2004-10-122-4/+4
| | | | | | | | PR: ports/71364 Submitted by: Matthew Seaman <m.seaman at infracaninophile dot co dot uk> (maintainer) Notes: svn path=/head/; revision=118822
* . Avoid having to reproduce the ant build lines with some conditionalGreg Lewis2004-08-081-3/+3
| | | | | | | | | target definition. Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=115596
* . Use the new USE_ANT capability of bsd.java.mk.Greg Lewis2004-08-061-13/+9
| | | | | | | | PR: 70084 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=115520
* Update to 3.0.14 to fix a URL parsing error that had sneaked into 3.0.13:Mark Linimon2004-05-302-7/+5
| | | | | | | | | | | | | | http://bugs.mysql.com/?id=3923 Full release announcement at: http://lists.mysql.com/announce/197 This also resyncs the list of MASTER_SITES with the list from the databases/mysql41-server port. Notes: svn path=/head/; revision=110420
* Update to version 3.0.13:Mark Linimon2004-05-282-3/+3
| | | | | | | | | | | | | | | | | | | Version 3.0.13 is a bugfix release for the production tree that is suitable for use with any MySQL version including MySQL-4.1 or MySQL-5.0. This release is intended to fix three minor bugs, two which impact users using MysqlConnectionPoolDataSource, and one bug fix for prepared statements with batched parameters creating all keys for getGeneratedKeys()." Full release announcement at http://lists.mysql.com/java/7488. PR: ports/67265 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=110166
* Routine version bump to 3.0.12, except they've labelled itMark Linimon2004-05-252-4/+4
| | | | | | | | | | | 'production' instead of 'stable' for no apparent reason. Release notes are at http://lists.mysql.com/announce/192. PR: ports/66908 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=109991
* Update to the latest bsd.java.mk style.Mark Linimon2004-05-101-7/+10
| | | | | | | | | | Move PLIST_FILES to later in the Makefile for consistencies' sake. PR: ports/66111 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=108805
* . Update to 3.0.11.Greg Lewis2004-02-202-3/+3
| | | | | | | | PR: 63122 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=101538
* - Add SIZEPav Lucistnik2004-02-073-13/+16
| | | | | | | | | | | | - Use PLIST_FILES - Set JAVA_HOME to ant environment - ECHO -> ECHO_MSG PR: ports/62472 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=100288
* Update to 3.0.10 release.Alex Dupre2004-01-182-3/+3
| | | | | | | | | | | Restore compatability with mysql 4.1.1. PR: ports/61380 Submitted by: Matthew Seaman (maintainer) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98459
* As documented atMark Linimon2003-12-291-2/+24
| | | | | | | | | | | | | | | | | | | http://www.mysql.com/documentation/connector-j/index.html#id2800748 MySQL Connector/J really does need JDK 1.4.x to compile. Use of apache-ant appears to side-step all of the effects of the USE_JAVA knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2 to do the compilation step. Since the distfile contains a pre-compiled .jar file, which will work with any Java-2 JVM, provide a WITHOUT_BUILD option. PR: ports/59993 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Noticed by: Aristedes Maniatis Notes: svn path=/head/; revision=96913
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* . Simplify the packing list by using the new PORTDOCS macro.Greg Lewis2003-11-132-87/+3
| | | | | | | | PR: 59182 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=93916
* . Repo copy from mysql-jdbc-mm to reflect the change of project name dueGreg Lewis2003-11-056-96/+154
| | | | | | | | | | | to it now being an official MySQL product. . Update to 3.0.9. PR: 57753 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=93148
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* fix: JDK dependency changeDaichi GOTO2003-06-231-1/+1
| | | | | | | | PR: 52441 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org> Notes: svn path=/head/; revision=83465
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Maintainer springcleaning of his MakefilesEdwin Groothuis2002-11-221-33/+45
| | | | | | | | PR: ports/45514 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> Notes: svn path=/head/; revision=70782
* Add patches to allow port build again and also fix some plist problems.Patrick Li2002-07-123-2/+38
| | | | | | | | PR: ports/39899 Submitted by: maintainer Notes: svn path=/head/; revision=62874
* Update from 1.2c to the newly released 2.0.14, convertsErnst de Haan2002-05-224-31/+44
| | | | | | | | | | the Makefile to the new bsd.java.mk format. Submitted by: maintainer PR: 34150 Notes: svn path=/head/; revision=59724
* Tar file has moved and port needs a bit of tweakingJames E. Housley2001-06-012-8/+7
| | | | | | | | PR: 27761 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> Notes: svn path=/head/; revision=43386
* - Add JAVAC and JAR variables to the Makefile so they are easier toSteve Price2000-09-052-5/+22
| | | | | | | | | | | override. - Also install the doc files in the post-install target. PR: 20718 Submitted by: maintainer Notes: svn path=/head/; revision=32292
* Specify the path to javac so this builds even if it isn't in the user's path.Steve Price2000-05-281-0/+2
| | | | Notes: svn path=/head/; revision=28820
* This file was forgotten during the recent version update.Kris Kennaway2000-04-301-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28138
* - Update to 1.2c.Akinori MUSHA2000-04-252-2/+13
| | | | | | | | | | PR: ports/17773 Submitted by: MAINTAINER - Add `java' category. Notes: svn path=/head/; revision=27997
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27418
* This port requires javac to build.Steve Price2000-02-271-0/+1
| | | | Notes: svn path=/head/; revision=26370
* Adding mysql-jdbc-mm version 1.2bSteve Price2000-01-295-0/+33
The mm JDBC interface for MySQL. PR: 16083 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu> Notes: svn path=/head/; revision=25285