git: 5841e86dc410 - main - dns/fpdns: Mark DEPRECATED and set EXPIRATION_DATE to 2025-10-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 13:52:49 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5841e86dc410c758417cba2d24876f2faa7898ac
commit 5841e86dc410c758417cba2d24876f2faa7898ac
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 13:51:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 13:51:51 +0000
dns/fpdns: Mark DEPRECATED and set EXPIRATION_DATE to 2025-10-31
Upstream repository has been archived on Sep 19, 2024.
PR: 286788
Reported by: diizzy
---
dns/fpdns/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile
index 02d78f3f3398..0b977a0f633f 100644
--- a/dns/fpdns/Makefile
+++ b/dns/fpdns/Makefile
@@ -9,6 +9,9 @@ WWW= https://github.com/kirei/fpdns
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream repository has been archived on Sep 19, 2024
+EXPIRATION_DATE=2025-10-31
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-DNS>=0.42:dns/p5-Net-DNS