Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 19:24:16 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514732 - head/databases/mysql-connector-java51
Message-ID:  <201910181924.x9IJOGki041821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910181924.x9IJOGki041821>