diff options
author | rezny <rezny@FreeBSD.org> | 2017-03-30 03:31:53 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-03-30 03:31:53 +0800 |
commit | 30dc66e55abe0c702f64de8bdbb18d316aea388a (patch) | |
tree | d5968842d290f7d348807ec21e90585bb095e544 /www/Makefile | |
parent | 8bc968aa59a96aa47f71738ac65b120cff966e54 (diff) | |
download | freebsd-ports-gnome-30dc66e55abe0c702f64de8bdbb18d316aea388a.tar.gz freebsd-ports-gnome-30dc66e55abe0c702f64de8bdbb18d316aea388a.tar.zst freebsd-ports-gnome-30dc66e55abe0c702f64de8bdbb18d316aea388a.zip |
Add Apache Tomcat 8.5 port
Apache Tomcat version 8.5 implements the Servlet 3.1, JavaServer Pages 2.3,
Java Unified Expression Language 3.0 and Java WebSocket 1.1 specifications
from the Java Community Process, and includes many additional features that
make it a useful platform for developing and deploying web applications and
web services. Tomcat 8.5 is aligned with Java EE 7.
PR: 215290
Submitted by: vvd@unislabs.com
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10127
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d532c5a66ba9..045c8dce2de9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2207,6 +2207,7 @@ SUBDIR += tomcat6 SUBDIR += tomcat7 SUBDIR += tomcat8 + SUBDIR += tomcat85 SUBDIR += tomee SUBDIR += trac SUBDIR += trac-OhlohWidgetsMacro |