git: a8c91f9c9ac0 - main - net/echoping: Deprecate and set expiration date to 2025-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Mar 2025 19:45:09 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8c91f9c9ac05af93274be25890d6f4befddd64f commit a8c91f9c9ac05af93274be25890d6f4befddd64f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-03-23 07:37:37 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-03-24 19:33:04 +0000 net/echoping: Deprecate and set expiration date to 2025-04-30 Unmaintained upstream as of 2015 and depends on deprecated libidn Reference: https://framagit.org/bortzmeyer/echoping --- net/echoping/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/echoping/Makefile b/net/echoping/Makefile index bc54aefbc1bd..865bfbd5fda5 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -10,6 +10,9 @@ WWW= https://framagit.org/bortzmeyer/echoping LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained upstream as of 2015 and depends on deprecated libidn +EXPIRATION_DATE=2025-04-30 + LIB_DEPENDS= libpopt.so:devel/popt \ libidn.so:dns/libidn