git: 4b170200d155 - main - devel/awless: Deprecate and set expiration date to 2025-05-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 04 May 2025 10:08:36 UTC
The branch main has been updated by diizzy:

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

commit 4b170200d15551a366ddd867836070e5c8c27fea
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-04 07:46:35 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-04 09:55:13 +0000

    devel/awless: Deprecate and set expiration date to 2025-05-31
    
    Abandoned upstream years ago and issue reports indicates that its
    not longer functional
    
    Reference: https://github.com/wallix/awless/issues/297
---
 devel/awless/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/awless/Makefile b/devel/awless/Makefile
index a8f470f63e0e..3a030c3dbb30 100644
--- a/devel/awless/Makefile
+++ b/devel/awless/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/wallix/awless
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Abandoned upstream
+EXPIRATION_DATE=2025-05-31
+
 USES=		go
 
 USE_GITHUB=	yes