diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-03-20 23:19:57 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-03-20 23:19:57 +0000 |
commit | 136d6c07ed4178079e13ce40cc020d8b71fefd5d (patch) | |
tree | ca40dc0819e90d10ec2601c9874873b6fdf53a27 | |
parent | 1f350d89aca79fc0ddac47301eb904a97aaa2037 (diff) | |
download | ports-136d6c07ed4178079e13ce40cc020d8b71fefd5d.tar.gz ports-136d6c07ed4178079e13ce40cc020d8b71fefd5d.zip |
www/tomcat-devel: update description
Approved by: arrowd (mentor, implicit)
MFH: 2024Q1
-rw-r--r-- | www/tomcat-devel/Makefile | 2 | ||||
-rw-r--r-- | www/tomcat-devel/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/tomcat-devel/Makefile b/www/tomcat-devel/Makefile index ad226bc2dd9b..03c0b3c9f6b2 100644 --- a/www/tomcat-devel/Makefile +++ b/www/tomcat-devel/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -devel DISTNAME= apache-${PORTNAME}-${DISTVERSION} MAINTAINER= vvd@FreeBSD.org -COMMENT= Open-source Java web server by Apache, 10.1.x branch +COMMENT= Open-source Java web server by Apache, 11.0.x branch WWW= https://tomcat.apache.org/ LICENSE= APACHE20 diff --git a/www/tomcat-devel/pkg-descr b/www/tomcat-devel/pkg-descr index 57f0ed2ec3ff..c8ef3fefffe1 100644 --- a/www/tomcat-devel/pkg-descr +++ b/www/tomcat-devel/pkg-descr @@ -1,6 +1,6 @@ Apache Tomcat is a web server written in 100% Pure Java. Apache Tomcat 11.0.x is the current focus of development. It builds on -Tomcat 10.1.x and implements the Servlet 6.1, JSP 4.0, EL 6.0, WebSocket TDB -and Authentication TDB specifications. +Tomcat 10.1.x and implements the Servlet 6.1, JSP 4.0, EL 6.0, WebSocket 2.2 +and Authentication 3.1 specifications. This release is a milestone release and is targeted at Jakarta EE 11. |