aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-01-22 19:51:22 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-01-22 19:58:36 +0000
commit0c895b819c3f189a44cb30344b85968ef5b08c10 (patch)
tree9bb5b51c1bb227050a5b861eb0b392c1e50dc389
parentda41a5ff5e3d465d83b97f090c8e0676de4c3e27 (diff)
downloadports-0c895b819c3f189a44cb30344b85968ef5b08c10.tar.gz
ports-0c895b819c3f189a44cb30344b85968ef5b08c10.zip
net/http_ping: Deprecate and set expiration date to 2024-02-29
Only supports HTTP/1.0 which is considered deprecated and being phased out. If the functionality is still of interest https://github.com/fever-ch/http-ping appears to be a good replacement PR: 276186 Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r--net/http_ping/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http_ping/Makefile b/net/http_ping/Makefile
index 5d6e8c8dd862..be27f6fead51 100644
--- a/net/http_ping/Makefile
+++ b/net/http_ping/Makefile
@@ -9,6 +9,9 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= Measure HTTP Latency
WWW= https://www.acme.com/software/http_ping/
+DEPRECATED= Supports only HTTP/1.0
+EXPIRATION_DATE=2024-02-29
+
USES= ssl
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -I${OPENSSLINC}