svn commit: r302530 - head/lang/abcl

Jimmy Olgeni olgeni at FreeBSD.org
Tue Aug 14 20:16:17 UTC 2012


Author: olgeni
Date: Tue Aug 14 20:16:16 2012
New Revision: 302530
URL: http://svn.freebsd.org/changeset/ports/302530

Log:
  Fix Java requirement in pkg-descr according to Makefile.

Modified:
  head/lang/abcl/pkg-descr   (contents, props changed)

Modified: head/lang/abcl/pkg-descr
==============================================================================
--- head/lang/abcl/pkg-descr	Tue Aug 14 19:22:49 2012	(r302529)
+++ head/lang/abcl/pkg-descr	Tue Aug 14 20:16:16 2012	(r302530)
@@ -6,7 +6,7 @@ in a Java virtual machine. It provides a
 compiles Lisp source to JVM bytecode, and an interactive REPL for program
 development.
 
-ABCL runs on platforms that support Java 1.4 (or later), including Linux,
+ABCL runs on platforms that support Java 1.5 (or later), including Linux,
 Windows, and Mac OS X.
 
 WWW: http://common-lisp.net/project/armedbear/



More information about the svn-ports-all mailing list