From 0c895b819c3f189a44cb30344b85968ef5b08c10 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 22 Jan 2024 20:51:22 +0100 Subject: 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) --- net/http_ping/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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} -- cgit v1.2.3