svn commit: r559343 - head/java/jcalendar

Greg Lewis glewis at FreeBSD.org
Sun Dec 27 05:07:02 UTC 2020


Author: glewis
Date: Sun Dec 27 05:07:01 2020
New Revision: 559343
URL: https://svnweb.freebsd.org/changeset/ports/559343

Log:
  Restrict to Java 8, since this doesn't compile with Java 11
  
  PR:			251774

Modified:
  head/java/jcalendar/Makefile

Modified: head/java/jcalendar/Makefile
==============================================================================
--- head/java/jcalendar/Makefile	Sun Dec 27 04:36:16 2020	(r559342)
+++ head/java/jcalendar/Makefile	Sun Dec 27 05:07:01 2020	(r559343)
@@ -11,6 +11,7 @@ COMMENT=	Java Date Chooser
 
 USES=		zip
 USE_JAVA=	yes
+JAVA_VERSION=	8
 USE_ANT=	yes
 WRKSRC=		${WRKDIR}/src
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar \


More information about the svn-ports-all mailing list