git: 87fbb7ee2ab7 - main - devel/capstone3: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 22:23:38 UTC
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