git: 74944a8ecda0 - main - misc/skyutils: Deprecate and set expiration date to 2024-02-29

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

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

commit 74944a8ecda0287f1bd9f21df93830ea48dd1f14
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 12:42:53 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 12:43:07 +0000

    misc/skyutils: Deprecate and set expiration date to 2024-02-29
    
    Library used for deprecated port misc/smssend
    Return port to pool
    
    Approved by:    portmgr
---
 misc/skyutils/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile
index a625e14c38b9..d69c46def88c 100644
--- a/misc/skyutils/Makefile
+++ b/misc/skyutils/Makefile
@@ -3,11 +3,13 @@ PORTVERSION=	3.0
 CATEGORIES=	misc
 MASTER_SITES=	https://BSDforge.com/projects/source/misc/skyutils/
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library required by smssend (same author)
 WWW=		https://BSDforge.com/projects/misc/skyutils/
 
 BROKEN=		Unfetchable
+DEPRECATED=	Library used for deprecated port misc/smssend
+EXPIRATION_DATE=2024-02-29
 
 USES=		autoreconf libtool ssl tar:txz
 GNU_CONFIGURE=	yes