Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 22:23:38 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 87fbb7ee2ab7 - main - devel/capstone3: Mark DEPRECATED
Message-ID:  <202307182223.36IMNc8t028646@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 87fbb7ee2ab785cb310b677df62061d716466356
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-18 16:52:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-18 22:23:25 +0000

    devel/capstone3: Mark DEPRECATED
    
    There is a more recent version of capstone available in devel/capstone
    from upstream. As there is no consumers mark DEPRECATED and set to
    EXPIRE on 2023-09-30.
    
    Approved by:    portmgr (blanket)
---
 devel/capstone3/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/capstone3/Makefile b/devel/capstone3/Makefile
index 30f3811bd777..a721c9bde352 100644
--- a/devel/capstone3/Makefile
+++ b/devel/capstone3/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	capstone
 PORTVERSION=	3.0.5
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMESUFFIX=	3
 
@@ -10,6 +11,9 @@ WWW=		http://capstone-engine.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
+DEPRECATED=	Use more recent upstream version from devel/capstone
+EXPIRATION_DATE=	2023-09-30
+
 USES=		cpe gmake
 CPE_VENDOR=	${PORTNAME}-engine
 USE_GITHUB=	yes



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