git: 48ccf378c52d - main - devel/libdnsres: Deprecate and set expiration date to 2025-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 18 May 2025 12:23:32 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48ccf378c52dd649f07c3bef9409ee4a172ae390

commit 48ccf378c52dd649f07c3bef9409ee4a172ae390
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-17 19:55:57 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-18 12:18:31 +0000

    devel/libdnsres: Deprecate and set expiration date to 2025-06-30
    
    No consumers in tree, last release in 2005 by upstream
    
    PR:             286879
    Reviewed by:    Phil Oleson <oz@nixil.net> (maintainer)
---
 devel/libdnsres/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile
index 1df946c74707..ce77758cfd9b 100644
--- a/devel/libdnsres/Makefile
+++ b/devel/libdnsres/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.monkey.org/~provos/libdnsres/
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	No consumers in tree, last release in 2005 by upstream
+EXPIRATION_DATE=2025-06-30
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libevent.a:devel/libevent
 
 USES=		libtool