git: 3837dd00cf97 - main - www/shttpd: Deprecate and set expiration date to 2022-04-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Apr 2022 18:28:01 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3837dd00cf97cbed54ee2454ca68fda0f7d83342
commit 3837dd00cf97cbed54ee2454ca68fda0f7d83342
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-04-04 18:23:34 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-04-04 18:27:53 +0000
www/shttpd: Deprecate and set expiration date to 2022-04-31
Hasn't been maintained in 12+ years and upstream moved on to create
mongoose (www/mongoose in tree)
PR: 219011
Reported by: dfenwick@fastmail.com, mandree
---
www/shttpd/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/shttpd/Makefile b/www/shttpd/Makefile
index b0be9b494550..1f61cb587cb8 100644
--- a/www/shttpd/Makefile
+++ b/www/shttpd/Makefile
@@ -8,6 +8,9 @@ MASTER_SITES= SF
MAINTAINER= valenok@gmail.com
COMMENT= Small, fast, embeddable web server with CGI, SSL, Authorization
+DEPRECATED= Abandonware, last release over 12+ years ago
+EXPIRATION_DATE=2022-04-30
+
ALL_TARGET= unix
LIBS+= -lpthread
BUILD_WRKSRC= ${WRKSRC}/src