Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2023 19:01:28 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: d1726bb27173 - main - devel/bloaty: Use devel/capstone
Message-ID:  <202307151901.36FJ1ST7041953@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=d1726bb271735401c3952df2cdeee87fa4af9120

commit d1726bb271735401c3952df2cdeee87fa4af9120
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-15 18:49:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-15 19:01:05 +0000

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

diff --git a/devel/bloaty/Makefile b/devel/bloaty/Makefile
index 754c5ddb2fff..dfb186d99fa3 100644
--- a/devel/bloaty/Makefile
+++ b/devel/bloaty/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	bloaty
 PORTVERSION=	1.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libre2.so:devel/re2 \
-		libcapstone.so:devel/capstone4 \
+		libcapstone.so:devel/capstone \
 		libprotobuf.so:devel/protobuf
 
 USES=		cmake compiler:c++11-lang pkgconfig



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