summaryrefslogtreecommitdiffstats
path: root/databases/mysql-connector-java50
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.1.12tdb2005-12-132-3/+4
| | | | | | PR: 90308 Submitted by: maintainer Approved by: clement (mentor)
* Update to 3.1.11hq2005-10-223-20/+10
| | | | | PR: 87797 Submitted by: maintainer
* Install documentation using ${INSTALL_DATA} rather than ${CP} to ensure thathq2005-09-141-1/+8
| | | | | | | | ownerships and permissions come out right when port is built as a mortal user then installed as root PR: 86088 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Update to 3.1.10 [1]hq2005-07-063-23/+40
| | | | | | | | - Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3 years now PR: 83059 [1] Submitted by: maintainer [1]
* Use JAVALIBDIR to find JAR dependencies during the buildhq2005-04-232-2/+2
| | | | | PR: 80271 Submitted by: maintainer
* Update to 3.1.8hq2005-04-232-3/+3
| | | | | PR: 80270 Submitted by: maintainer
* - Update to 3.1.7 [1]hq2005-02-223-14/+15
| | | | | | | | | | | | | - Use ${JAVALIBDIR} for JAR dependencies - Use %%JAVAJARDIR%% in plist - ECHO_CMD -> ECHO_MSG - Add $FreeBSD$ tag in patch - Improve the build.xml patch to have the location of JAR files set through MAKE_ARGS (should help with people with non-standard paths) PR: 77916 [1] Submitted by: maintainer [1] Approved by: maintainer
* [ maintainer ] databases/mysql-connector-java -- update to 3.1.6edwin2005-01-133-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Update to version 3.1.6 -- This is a major update to a new code branch, and development on the 3.0 branch will now be limited to critical bug-fixes. From the release announcement: Version 3.1.6 is the first production release of the 3.1 series that is suitable for use with all versions of MySQL, including MySQL-4.1 or MySQL-5.0. Connector/J 3.1.6 is required if you want to use server-side prepared statements MySQL-4.1.2 or newer, or CallableStatements with MySQL-5.0. http://lists.mysql.com/announce/250 Anyone upgrading from the 3.0 series should first read http://dev.mysql.com/doc/connector/j/en/#id2424819 This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on devel/log4j (unless you use the WITHOUT_COMPILE option, where there's only a RUN_DEPENDS) PR: ports/76149 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Utilize MASTER_SITE_MYSQL instead of tons urlssem2005-01-111-11/+2
| | | | | PR: ports/76055 Submitted by: maintainer
* . Update to 3.0.16.glewis2004-11-252-3/+3
| | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* This is a routine bugfix release over 3.0.14.linimon2004-10-122-4/+4
| | | | | PR: ports/71364 Submitted by: Matthew Seaman <m.seaman at infracaninophile dot co dot uk> (maintainer)
* . Avoid having to reproduce the ant build lines with some conditionalglewis2004-08-081-3/+3
| | | | | | target definition. Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* . Use the new USE_ANT capability of bsd.java.mk.glewis2004-08-061-13/+9
| | | | | PR: 70084 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update to 3.0.14 to fix a URL parsing error that had sneaked into 3.0.13: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.
* Update to version 3.0.13: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)
* Routine version bump to 3.0.12, except they've labelled itlinimon2004-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)
* Update to the latest bsd.java.mk style.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)
* . Update to 3.0.11.glewis2004-02-202-3/+3
| | | | | PR: 63122 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Add SIZEpav2004-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)
* Update to 3.0.10 release.ale2004-01-182-3/+3
| | | | | | | | Restore compatability with mysql 4.1.1. PR: ports/61380 Submitted by: Matthew Seaman (maintainer) Approved by: nork (mentor/implicitly)
* As documented atlinimon2003-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
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* . Simplify the packing list by using the new PORTDOCS macro.glewis2003-11-132-87/+3
| | | | | PR: 59182 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* . Repo copy from mysql-jdbc-mm to reflect the change of project name dueglewis2003-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>
* Port devel/jakarta-ant was renamed to devel/apache-ant.znerd2003-07-231-1/+1
| | | | | Reported by: kris Pointy hat to: me
* fix: JDK dependency changedaichi2003-06-231-1/+1
| | | | | PR: 52441 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Maintainer springcleaning of his Makefilesedwin2002-11-221-33/+45
| | | | | PR: ports/45514 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
* Add patches to allow port build again and also fix some plist problems.pat2002-07-123-2/+38
| | | | | PR: ports/39899 Submitted by: maintainer
* Update from 1.2c to the newly released 2.0.14, convertsznerd2002-05-224-31/+44
| | | | | | | the Makefile to the new bsd.java.mk format. Submitted by: maintainer PR: 34150
* Tar file has moved and port needs a bit of tweakingjeh2001-06-012-8/+7
| | | | | PR: 27761 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
* - Add JAVAC and JAR variables to the Makefile so they are easier tosteve2000-09-052-5/+22
| | | | | | | | override. - Also install the doc files in the post-install target. PR: 20718 Submitted by: maintainer
* Specify the path to javac so this builds even if it isn't in the user's path.steve2000-05-281-0/+2
|
* This file was forgotten during the recent version update.kris2000-04-301-1/+1
| | | | Noticed by: bento
* - Update to 1.2c.knu2000-04-252-2/+13
| | | | | | | PR: ports/17773 Submitted by: MAINTAINER - Add `java' category.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-3/+3
|
* This port requires javac to build.steve2000-02-271-0/+1
|
* Adding mysql-jdbc-mm version 1.2bsteve2000-01-295-0/+33
The mm JDBC interface for MySQL. PR: 16083 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
OpenPOWER on IntegriCloud