svn commit: r514732 - head/databases/mysql-connector-java51
Greg Lewis
glewis at FreeBSD.org
Fri Oct 18 19:24:17 UTC 2019
Author: glewis
Date: Fri Oct 18 19:24:16 2019
New Revision: 514732
URL: https://svnweb.freebsd.org/changeset/ports/514732
Log:
Remove a reference to Java 6
After the deletion of the openjdk6 port there are no viable versions of
Java 6 remaining in the ports tree.
PR: 241020
Approved by: ultima@ (maintainer)
Modified:
head/databases/mysql-connector-java51/Makefile
Modified: head/databases/mysql-connector-java51/Makefile
==============================================================================
--- head/databases/mysql-connector-java51/Makefile Fri Oct 18 18:17:44 2019 (r514731)
+++ head/databases/mysql-connector-java51/Makefile Fri Oct 18 19:24:16 2019 (r514732)
@@ -25,7 +25,7 @@ CONFLICTS_INSTALL= mysql-connector-java-8*
NO_ARCH= yes
USE_JAVA= yes
-JAVA_VERSION= 1.6 1.7 1.8
+JAVA_VERSION= 1.7 1.8
BUILDDIR= ${WRKDIR}/${DISTNAME}
APIDOCSDIR= ${STAGEDIR}${DOCSDIR}/javadoc
SRCDIR= ${WRKDIR}/${DISTNAME}/src
More information about the svn-ports-all
mailing list