git: d1726bb27173 - main - devel/bloaty: Use devel/capstone
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jul 2023 19:01:28 UTC
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