Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 12:46:59 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: 334adc59c6e4 - main - misc/smssend: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401061246.406CkxIY092041@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=334adc59c6e4bea9528feb9510cd44b70ab48006

commit 334adc59c6e4bea9528feb9510cd44b70ab48006
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 12:39:42 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 12:40:47 +0000

    misc/smssend: Deprecate and set expiration date to 2024-02-29
    
    Depends on legacy websites / pages to send SMS
    Return port to pool
    
    Approved by:    portmgr
---
 misc/smssend/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc/smssend/Makefile b/misc/smssend/Makefile
index 6352b0b26e49..06633ed2a259 100644
--- a/misc/smssend/Makefile
+++ b/misc/smssend/Makefile
@@ -3,12 +3,14 @@ PORTVERSION=	3.6
 CATEGORIES=	misc
 MASTER_SITES=	https://BSDforge.com/projects/source/misc/smssend/
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool to send an SMS to any GSM
 WWW=		https://BSDforge.com/projects/misc/smssend/
 LICENSE=	GPLv2
 
 BROKEN=		Unfetchable
+DEPRECATED=	Depends on legacy websites / pages to send SMS
+EXPIRATION_DATE=2024-02-29
 
 LIB_DEPENDS=	libskyutils.so:misc/skyutils
 



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