Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 14:00:16 +0000
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21cc8eb45c62 - main - devel/plasma: Deprecate/Set to expire
Message-ID:  <6a4128f0.1c7ea.14b6d862@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

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

commit 21cc8eb45c62f5d515746fe773acc43697fccdfe
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-06-28 13:59:54 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-06-28 13:59:54 +0000

    devel/plasma: Deprecate/Set to expire
    
    * Upstream has been inactive for 7 years.
    
    * Set a fairly short EXPIRATION_DATE because the Python stack is quite
      outdated - for example, py-future is still being used [1].
    
    Reported by:    bofh (via private mail) [1]
---
 devel/plasma/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/plasma/Makefile b/devel/plasma/Makefile
index ecab4d953b9f..7eccded5f44d 100644
--- a/devel/plasma/Makefile
+++ b/devel/plasma/Makefile
@@ -10,6 +10,9 @@ WWW=		https://www.github.com/plasma-disassembler/plasma
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream inactive since +7 years. Please use lang/rizin instead
+EXPIRATION_DATE=2026-07-31
+
 BUILD_DEPENDS=	bash:shells/bash \
 		binutils>=2:devel/binutils \
 		capstone>=3:devel/capstone


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4128f0.1c7ea.14b6d862>