mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Update to 3.0.10 release.
Restore compatability with mysql 4.1.1. PR: ports/61380 Submitted by: Matthew Seaman (maintainer) Approved by: nork (mentor/implicitly)
This commit is contained in:
parent
c68e45dbd4
commit
177c7ec18a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98459
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mysql-connector-java
|
||||
PORTVERSION= 3.0.9
|
||||
PORTVERSION= 3.0.10
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= ftp://mysql.secsup.org/pub/software/mysql/Downloads/Connector-J/ \
|
||||
http://mysql.tzone.it/Downloads/Connector-J/ \
|
||||
@ -59,7 +59,7 @@ pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "You may use the following build options:"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " WITHOUT_COMPILE-yes Install the pre-compiled .jar file"
|
||||
@${ECHO} " WITHOUT_COMPILE=yes Install the pre-compiled .jar file"
|
||||
@${ECHO} ""
|
||||
@${ECHO} "This port requires JDK 1.4.x or better to compile, but the"
|
||||
@${ECHO} "JDBC driver will operate with JVM 1.2.x or better"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mysql-connector-java-3.0.9-stable.tar.gz) = a31d789843a5d333159995d2fcfa7481
|
||||
MD5 (mysql-connector-java-3.0.10-stable.tar.gz) = f0cbac69f179c049bf57b30c0d76082c
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mysql-connector-java
|
||||
PORTVERSION= 3.0.9
|
||||
PORTVERSION= 3.0.10
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= ftp://mysql.secsup.org/pub/software/mysql/Downloads/Connector-J/ \
|
||||
http://mysql.tzone.it/Downloads/Connector-J/ \
|
||||
@ -59,7 +59,7 @@ pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "You may use the following build options:"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " WITHOUT_COMPILE-yes Install the pre-compiled .jar file"
|
||||
@${ECHO} " WITHOUT_COMPILE=yes Install the pre-compiled .jar file"
|
||||
@${ECHO} ""
|
||||
@${ECHO} "This port requires JDK 1.4.x or better to compile, but the"
|
||||
@${ECHO} "JDBC driver will operate with JVM 1.2.x or better"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mysql-connector-java-3.0.9-stable.tar.gz) = a31d789843a5d333159995d2fcfa7481
|
||||
MD5 (mysql-connector-java-3.0.10-stable.tar.gz) = f0cbac69f179c049bf57b30c0d76082c
|
||||
|
Loading…
Reference in New Issue
Block a user