git: 01356d2100ab - main - devel/capstone3: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 02:23:52 UTC
The branch main has been updated by bofh:

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

commit 01356d2100ab5bfc1caec6b489fc19d141041d4e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 23:47:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 02:22:48 +0000

    devel/capstone3: Remove expired port
    
    2023-09-30 devel/capstone3: Use more recent upstream version from devel/capstone
---
 MOVED                                |  1 +
 devel/Makefile                       |  1 -
 devel/capstone3/Makefile             | 31 -------------------------------
 devel/capstone3/distinfo             |  3 ---
 devel/capstone3/files/patch-Makefile | 11 -----------
 devel/capstone3/pkg-descr            | 14 --------------
 devel/capstone3/pkg-plist            | 15 ---------------
 7 files changed, 1 insertion(+), 75 deletions(-)

diff --git a/MOVED b/MOVED
index baaea156f513..6b7878fe499e 100644
--- a/MOVED
+++ b/MOVED
@@ -7873,3 +7873,4 @@ audio/waveplay||2023-09-30|Has expired: Abandoned upstream
 databases/mongodb42-tools||2023-09-30|Has expired: Upstream EOL reached on 2023-04-30
 databases/mongodb42|databases/mongodb44|2023-09-30|Has expired: Upstream EOL reached on 2023-04-30
 databases/redis6|databases/redis62|2023-09-30|Has expired: Has reached its EoL. Please migrate to newer version.
+devel/capstone3|devel/capstone4|2023-09-30|Has expired: Use more recent upstream version from devel/capstone
diff --git a/devel/Makefile b/devel/Makefile
index ad16894b0b73..4c8d4fa56e9b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -334,7 +334,6 @@
     SUBDIR += capnproto080
     SUBDIR += capslock
     SUBDIR += capstone
-    SUBDIR += capstone3
     SUBDIR += capstone4
     SUBDIR += cargo-bloat
     SUBDIR += cargo-c
diff --git a/devel/capstone3/Makefile b/devel/capstone3/Makefile
deleted file mode 100644
index a721c9bde352..000000000000
--- a/devel/capstone3/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	capstone
-PORTVERSION=	3.0.5
-PORTREVISION=	1
-CATEGORIES=	devel
-PKGNAMESUFFIX=	3
-
-MAINTAINER=	oliver.pntr@gmail.com
-COMMENT=	Multi-platform, multi-architecture disassembly framework
-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
-GH_ACCOUNT=	aquynh
-USE_LDCONFIG=	yes
-
-MAKE_ENV+=	INSTALL_BIN="${INSTALL_PROGRAM}" \
-		INSTALL_DATA="${INSTALL_DATA}" \
-		INSTALL_LIB="${INSTALL_LIB}"
-TEST_ENV=	${MAKE_ENV} LD_LIBRARY_PATH=${STAGEDIR}${PREFIX}/lib
-TEST_TARGET=	check
-
-CONFLICTS=	capstone capstone4
-
-.include <bsd.port.mk>
diff --git a/devel/capstone3/distinfo b/devel/capstone3/distinfo
deleted file mode 100644
index ae6237ff319e..000000000000
--- a/devel/capstone3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1533370077
-SHA256 (aquynh-capstone-3.0.5_GH0.tar.gz) = 913dd695e7c5a2b972a6f427cb31f2e93677ec1c38f39dda37d18a91c70b6df1
-SIZE (aquynh-capstone-3.0.5_GH0.tar.gz) = 2886717
diff --git a/devel/capstone3/files/patch-Makefile b/devel/capstone3/files/patch-Makefile
deleted file mode 100644
index 5d2b48ce09a7..000000000000
--- a/devel/capstone3/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig	2018-07-18 16:17:10 UTC
-+++ Makefile
-@@ -395,7 +395,7 @@ endif
- 	mkdir -p $(PKGCFGDIR)
- 	$(INSTALL_DATA) $(PKGCFGF) $(PKGCFGDIR)/
- 	mkdir -p $(BINDIR)
--	$(INSTALL_LIB) cstool/cstool $(BINDIR)
-+	$(INSTALL_BIN) cstool/cstool $(BINDIR)
- 
- uninstall:
- 	rm -rf $(INCDIR)/$(LIBNAME)
diff --git a/devel/capstone3/pkg-descr b/devel/capstone3/pkg-descr
deleted file mode 100644
index 588652e4936d..000000000000
--- a/devel/capstone3/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Capstone is a lightweight multi-platform, multi-architecture disassembly
-framework.
-
-Features:
- * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
- * Clean/simple/lightweight/intuitive architecture-neutral API
- * Provide details on disassembled instruction (called "decomposer")
- * Provide some semantics of the disassembled instruction, such as list of
-   implicit registers read & written.
- * Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
-   GO, OCaml & Vala available.
- * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
- * Thread-safe by design
- * Distributed under the open source BSD license
diff --git a/devel/capstone3/pkg-plist b/devel/capstone3/pkg-plist
deleted file mode 100644
index 2ac880836287..000000000000
--- a/devel/capstone3/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/cstool
-include/capstone/arm.h
-include/capstone/arm64.h
-include/capstone/capstone.h
-include/capstone/mips.h
-include/capstone/platform.h
-include/capstone/ppc.h
-include/capstone/sparc.h
-include/capstone/systemz.h
-include/capstone/x86.h
-include/capstone/xcore.h
-lib/libcapstone.a
-lib/libcapstone.so
-lib/libcapstone.so.3
-libdata/pkgconfig/capstone.pc