git: e15262a468a9 - main - sysutils/no-login: Deprecate and set expiration date to 2024-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 11:14:14 UTC
The branch main has been updated by diizzy:

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

commit e15262a468a930bc1fb0ed389b457aae9d9e46b7
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-23 10:24:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-23 11:13:37 +0000

    sysutils/no-login: Deprecate and set expiration date to 2024-04-30
    
    nologin is included in base rendering this port unnecessary
---
 sysutils/no-login/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/no-login/Makefile b/sysutils/no-login/Makefile
index 9a26dad15196..7948c2ea65df 100644
--- a/sysutils/no-login/Makefile
+++ b/sysutils/no-login/Makefile
@@ -7,6 +7,9 @@ MASTER_SITES=	LOCAL/wes
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Refuse a login to a user, and make a note of it in syslog
 
+DEPRECATED=	Obsolete, use nologin in base
+EXPIRATION_DATE=2024-04-30
+
 PLIST_FILES=	bin/nologin share/man/man8/${PORTNAME}.8.gz
 
 .include <bsd.port.mk>