git: 45174f80932d - main - comms/sms_client: Deprecate and set expiration date to 2024-02-29

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 06 Jan 2024 12:46:54 UTC
The branch main has been updated by diizzy:

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

commit 45174f80932dfb6719d738acaee7b297519e4d0f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 11:43:45 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 11:43:57 +0000

    comms/sms_client: Deprecate and set expiration date to 2024-02-29
    
    Abandonware, last update around 20 years ago, dead upstream and relies
    on legacy hardware and or networks that are obsolete. While at it return
    to pool.
    
    Approved by:    portmgr
---
 comms/sms_client/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile
index 2b3df0ca929d..b3562d091832 100644
--- a/comms/sms_client/Makefile
+++ b/comms/sms_client/Makefile
@@ -4,13 +4,15 @@ PORTREVISION=	3
 CATEGORIES=	comms
 MASTER_SITES=	https://BSDforge.com/projects/source/comms/sms_client/
 
-MAINTAINER=	portmaster@bsdforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple UNIX SMS client to send messages to phones or pagers
 WWW=		https://bsdforge.com/projects/comms/sms_client/
 
 LICENSE=	LGPL20+
 
 BROKEN=		Unfetchable
+DEPRECATED=	Abandonware, dead upstream and relies on legacy hardware and or networks that are obsolete
+EXPIRATION_DATE=2024-02-29
 
 USES=		tar:xz
 HAS_CONFIGURE=	yes