Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 17:34:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308621 - head/www/apache-forrest
Message-ID:  <201212101734.qBAHYvSY069917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 10 17:34:57 2012
New Revision: 308621
URL: http://svnweb.freebsd.org/changeset/ports/308621

Log:
  Fix after Java 1.5 removal (this ports build nicely with openjdk6)

Modified:
  head/www/apache-forrest/Makefile

Modified: head/www/apache-forrest/Makefile
==============================================================================
--- head/www/apache-forrest/Makefile	Mon Dec 10 17:27:47 2012	(r308620)
+++ head/www/apache-forrest/Makefile	Mon Dec 10 17:34:57 2012	(r308621)
@@ -16,7 +16,7 @@ MAINTAINER=		nivit@FreeBSD.org
 COMMENT=		A tool for rapid development of small sites
 
 USE_JAVA=		yes
-JAVA_VERSION=		1.5
+JAVA_VERSION=		1.6
 
 REPLACE_FILES=		${WRKSRC}/bin/forrest ${WRKSRC}/tools/ant/bin/ant
 



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