git: 1f55b1855d6b - main - www/servlet-api: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 13:00:25 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f55b1855d6b3755b2c2c853e6e9d1516eea4eac

commit 1f55b1855d6b3755b2c2c853e6e9d1516eea4eac
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 13:00:16 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 13:00:16 +0000

    www/servlet-api: Remove expired port
    
    2025-12-31 www/servlet-api: Superseded upstream by newer versions many years ago
---
 MOVED                     |  1 +
 www/Makefile              |  1 -
 www/servlet-api/Makefile  | 26 --------------------------
 www/servlet-api/distinfo  |  2 --
 www/servlet-api/pkg-descr |  7 -------
 5 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/MOVED b/MOVED
index b3064429a7e8..32faddbec3d3 100644
--- a/MOVED
+++ b/MOVED
@@ -4998,3 +4998,4 @@ devel/unit-otel||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
 devel/electron36||2025-12-31|Has expired: EOLed upstream, switch to newer version
 x11/xwaylandvideobridge||2025-12-31|Has expired: Project has been discontinued
 x11/hyprland-qtutils|x11/hyprland-guiutils|2025-12-31|Has expired: Superceded by hyprland-guiutils. Use x11/hyprland-guiutils instead
+www/servlet-api||2025-12-31|Has expired: Superseded upstream by newer versions many years ago
diff --git a/www/Makefile b/www/Makefile
index c207b48c0b8f..983427630d75 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2516,7 +2516,6 @@
     SUBDIR += selenium
     SUBDIR += serendipity
     SUBDIR += serf
-    SUBDIR += servlet-api
     SUBDIR += sfeed
     SUBDIR += shiori
     SUBDIR += silicon
diff --git a/www/servlet-api/Makefile b/www/servlet-api/Makefile
deleted file mode 100644
index d0b4c30c04e8..000000000000
--- a/www/servlet-api/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	servlet-api
-PORTVERSION=	2.5
-PORTREVISION=	3
-CATEGORIES=	www java
-MASTER_SITES=	https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/
-EXTRACT_SUFX=	.jar
-EXTRACT_ONLY=	# empty
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The Servlet API
-WWW=		http://java.sun.com/products/servlet/
-
-DEPRECATED=	Superseded upstream by newer versions many years ago
-EXPIRATION_DATE=	2025-12-31
-
-USES=		java
-
-NO_BUILD=	yes
-
-PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
-
-do-install:
-	${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} \
-		${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
-
-.include <bsd.port.mk>
diff --git a/www/servlet-api/distinfo b/www/servlet-api/distinfo
deleted file mode 100644
index 4a2dddd5ef7b..000000000000
--- a/www/servlet-api/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (servlet-api-2.5.jar) = c658ea360a70faeeadb66fb3c90a702e4142a0ab7768f9ae9828678e0d9ad4dc
-SIZE (servlet-api-2.5.jar) = 105112
diff --git a/www/servlet-api/pkg-descr b/www/servlet-api/pkg-descr
deleted file mode 100644
index 5f2eec98665a..000000000000
--- a/www/servlet-api/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The Servlet API
-
-Java Servlet technology provides Web developers with a simple, consistent
-mechanism for extending the functionality of a Web server and for accessing
-existing business systems. A servlet can almost be thought of as an applet that
-runs on the server side -- without a face. Java servlets make many Web
-applications possible.