Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 08:55:06 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca2a5ba83327 - main - net/widentd: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401060855.4068t6gu006308@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit ca2a5ba833271f7185ff40b28644d2d79057b539
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 08:53:06 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 08:54:15 +0000

    net/widentd: Deprecate and set expiration date to 2024-02-29
    
    Last release in 2004 and upstream is dead
    Redirect users to security/oidentd and while at it return to pool
    
    Approved by:    portmgr
---
 net/widentd/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/widentd/Makefile b/net/widentd/Makefile
index 2ebe244c58b3..5ba6f5ead785 100644
--- a/net/widentd/Makefile
+++ b/net/widentd/Makefile
@@ -4,13 +4,15 @@ PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://BSDforge.com/projects/source/net/widentd/
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	RFC1413 auth/identd daemon providing a fixed fake reply
 WWW=		https://BSDforge.com/projects/net/widentd/
 
 LICENSE=	BSD3CLAUSE
 
 BROKEN=		Unfetchable
+DEPRECATED=	Abandonware, last release in 2004 and dead upstream. Consider using security/oidentd
+EXPIRATION_DATE=2024-02-29
 
 USES=		ncurses uidfix tar:xz
 USE_RC_SUBR=	widentd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401060855.4068t6gu006308>