git: 0012f5bde423 - main - net/nepenthes: Deprecate and set expiration date to 2024-05-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 01 May 2024 00:17:50 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0012f5bde423f5c676cf4bfb65cc79e55dc349d8

commit 0012f5bde423f5c676cf4bfb65cc79e55dc349d8
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-04-28 19:43:34 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-01 00:04:42 +0000

    net/nepenthes: Deprecate and set expiration date to 2024-05-31
    
    Obsolete honeypot tool that doesn't been updated or maintained since
    2008.
---
 net/nepenthes/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index 108eb0c3fa09..3eb78d553444 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Determine the malware activity on a network
 WWW=		http://nepenthes.carnivore.it/
 
+DEPRECATED=	Abandonware, last update in 2008 and upstream is gone.
+EXPIRATION_DATE=2024-05-31
+
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libadns.so:dns/adns \
 		libcurl.so:ftp/curl \