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)
This commit is contained in:
Daniel Engberg 2024-01-22 20:51:22 +01:00
parent da41a5ff5e
commit 0c895b819c

View file

@ -9,6 +9,9 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= Measure HTTP Latency COMMENT= Measure HTTP Latency
WWW= https://www.acme.com/software/http_ping/ WWW= https://www.acme.com/software/http_ping/
DEPRECATED= Supports only HTTP/1.0
EXPIRATION_DATE=2024-02-29
USES= ssl USES= ssl
WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -I${OPENSSLINC} CFLAGS+= -I${OPENSSLINC}