git: 0c895b819c3f - main - net/http_ping: Deprecate and set expiration date to 2024-02-29
Date: Mon, 22 Jan 2024 19:58:45 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c895b819c3f189a44cb30344b85968ef5b08c10 commit 0c895b819c3f189a44cb30344b85968ef5b08c10 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-22 19:51:22 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-22 19:58:36 +0000 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}