svn commit: r559335 - head/devel/statsvn

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


Author: glewis
Date: Sun Dec 27 02:33:04 2020
New Revision: 559335
URL: https://svnweb.freebsd.org/changeset/ports/559335

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

Modified:
  head/devel/statsvn/Makefile

Modified: head/devel/statsvn/Makefile
==============================================================================
--- head/devel/statsvn/Makefile	Sun Dec 27 02:31:05 2020	(r559334)
+++ head/devel/statsvn/Makefile	Sun Dec 27 02:33:04 2020	(r559335)
@@ -20,6 +20,7 @@ DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 
 USES=		zip
 USE_JAVA=	yes
+JAVA_VERSION=	8
 USE_ANT=	yes
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list