Date: Fri, 17 Jul 2015 02:35:03 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392329 - head/java/jakarta-commons-collections Message-ID: <201507170235.t6H2Z3XF026755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Fri Jul 17 02:35:02 2015 New Revision: 392329 URL: https://svnweb.freebsd.org/changeset/ports/392329 Log: . Interfaces like MultiMap in version 3.2.1 of Jakarta Commons Collections define a remove() operation which takes two arguments and clashes with the new remove() operation defined in Map for Java 8. Hence, restrict to Java 6 and 7. PR: 201335 Modified: head/java/jakarta-commons-collections/Makefile Modified: head/java/jakarta-commons-collections/Makefile ============================================================================== --- head/java/jakarta-commons-collections/Makefile Fri Jul 17 00:11:50 2015 (r392328) +++ head/java/jakarta-commons-collections/Makefile Fri Jul 17 02:35:02 2015 (r392329) @@ -12,6 +12,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Classes that extend/augment the Java Collections Framework USE_JAVA= yes +JAVA_VERSION= 1.6 1.7 USE_ANT= yes ALL_TARGET= jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507170235.t6H2Z3XF026755>