svn commit: r559537 - head/www/jetty9

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 29 01:26:19 UTC 2020


Author: pkubaj
Date: Tue Dec 29 01:26:18 2020
New Revision: 559537
URL: https://svnweb.freebsd.org/changeset/ports/559537

Log:
  www/jetty9: enable on all architectures
  
  There's no reason to limit it to amd64 and i386.

Modified:
  head/www/jetty9/Makefile

Modified: head/www/jetty9/Makefile
==============================================================================
--- head/www/jetty9/Makefile	Tue Dec 29 01:14:49 2020	(r559536)
+++ head/www/jetty9/Makefile	Tue Dec 29 01:26:18 2020	(r559537)
@@ -26,7 +26,6 @@ SHEBANG_FILES=	bin/jetty.sh
 NO_BUILD=	yes
 JAVA_VERSION=	8+
 JAVA_VENDOR=	openjdk
-ONLY_FOR_ARCHS=	i386 amd64
 USE_RC_SUBR=	${PORTNAME}
 
 APP_NAME=	${PORTNAME}


More information about the svn-ports-all mailing list