svn commit: r308666 - head/www/paros

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 11 07:30:00 UTC 2012


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


More information about the svn-ports-all mailing list