Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 17:50:29 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356825 - head/devel/javolution
Message-ID:  <201406061750.s56HoTvg058054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Jun  6 17:50:28 2014
New Revision: 356825
URL: http://svnweb.freebsd.org/changeset/ports/356825
QAT: https://qat.redports.org/buildarchive/r356825/

Log:
  - Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
  
  With hat:	portmgr@

Modified:
  head/devel/javolution/Makefile

Modified: head/devel/javolution/Makefile
==============================================================================
--- head/devel/javolution/Makefile	Fri Jun  6 17:50:01 2014	(r356824)
+++ head/devel/javolution/Makefile	Fri Jun  6 17:50:28 2014	(r356825)
@@ -14,7 +14,7 @@ LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.6
 USE_ANT=	yes
 ALL_TARGET=	1.6
 



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