Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 07:29:59 +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: r308666 - head/www/paros
Message-ID:  <201212110729.qBB7TxJp029358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 11 07:29:59 2012
New Revision: 308666
URL: http://svnweb.freebsd.org/changeset/ports/308666

Log:
  Paros works fine with openjdk6, removed invalid JAVA_VERSION= 1.5 by switching
  it to 1.6
  
  Reported by:	matthew

Modified:
  head/www/paros/Makefile

Modified: head/www/paros/Makefile
==============================================================================
--- head/www/paros/Makefile	Tue Dec 11 07:26:38 2012	(r308665)
+++ head/www/paros/Makefile	Tue Dec 11 07:29:59 2012	(r308666)
@@ -15,7 +15,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_JAVA=	yes
 JAVA_RUN=	yes
-JAVA_VERSION=	1.5
+JAVA_VERSION=	1.6
 
 USE_ZIP=	yes
 NO_BUILD=	yes



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