Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2023 19:01:29 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: fc6208b59bf3 - main - devel/radare2: Use devel/capstone
Message-ID:  <202307151901.36FJ1Tdq041972@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=fc6208b59bf3575f1ac78478f61515309c803cc1

commit fc6208b59bf3575f1ac78478f61515309c803cc1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-15 19:00:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-15 19:01:05 +0000

    devel/radare2: Use devel/capstone
    
    Use devel/capstone which is the latest upstream version instead of the
    older capstone4 library.
---
 devel/radare2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/radare2/Makefile b/devel/radare2/Makefile
index ff06c333ed8b..40ab4df1a161 100644
--- a/devel/radare2/Makefile
+++ b/devel/radare2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	radare2
 DISTVERSION=	5.8.8
+PORTEVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -12,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 NOT_FOR_ARCHS=	armv6 armv7 mips mips64 powerpcspe sparc64
 NOT_FOR_ARCHS_REASON=	does not build: Unsupported BSD architecture
 
-LIB_DEPENDS=	libcapstone.so:devel/capstone4
+LIB_DEPENDS=	libcapstone.so:devel/capstone
 
 USES=		cpe gmake localbase pathfix pkgconfig
 CPE_VENDOR=	radare



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