git: dfeeea8ed424 - main - comms/o2sms: Mark BROKEN (doesn't work), deprecate and set expiration date to 2022-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 08 Mar 2022 07:30:21 UTC
The branch main has been updated by diizzy:

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

commit dfeeea8ed424b89f6f5c0c1ebbbf62a72931b01b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-03-08 07:16:26 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-03-08 07:29:00 +0000

    comms/o2sms: Mark BROKEN (doesn't work), deprecate and set expiration date to 2022-03-31
    
    Abandonware, last release in 2010, upstream is dead and multiple user
    reports of being broken on upstream forum
---
 comms/o2sms/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/comms/o2sms/Makefile b/comms/o2sms/Makefile
index da9f6e0d750c..239bb56342ec 100644
--- a/comms/o2sms/Makefile
+++ b/comms/o2sms/Makefile
@@ -10,6 +10,10 @@ MASTER_SITES=	CPAN/WWW/MACKERS \
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Send SMS messages via the websites of Irish mobile operators
 
+BROKEN=		Multiple user reports of broken usage on upstream forum
+DEPRECATED=	Abandonware, last release in 2010 and upstream is dead
+EXPIRATION_DATE=2022-03-31
+
 BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
 		p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
 		p5-Lingua-EN-Squeeze>=0:textproc/p5-Lingua-EN-Squeeze \