Date: Fri, 6 Sep 2024 14:27:04 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6d62bda53418 - main - devel/elf-dissector: Depend on binutils/gnuliliberty 2.43 Message-ID: <202409061427.486ER4DP083442@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d62bda5341831a6184e60acf3b5e0e37ab6ef00 commit 6d62bda5341831a6184e60acf3b5e0e37ab6ef00 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-08-30 13:11:28 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-09-06 14:24:35 +0000 devel/elf-dissector: Depend on binutils/gnuliliberty 2.43 Requested by: antoine (as portmgr) PR: 281070 Exp-run by: antoine Approved by: portmgr (antoine, implicit) --- devel/elf-dissector/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/elf-dissector/Makefile b/devel/elf-dissector/Makefile index 780f76f64305..56059d58cf0f 100644 --- a/devel/elf-dissector/Makefile +++ b/devel/elf-dissector/Makefile @@ -1,6 +1,6 @@ PORTNAME= elf-dissector DISTVERSION= 0.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org @@ -10,10 +10,10 @@ WWW= https://invent.kde.org/sdk/elf-dissector LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= binutils>=2.33.1:devel/binutils \ - gnulibiberty>=2.33.1:devel/gnulibiberty +BUILD_DEPENDS= binutils>=2.43:devel/binutils \ + gnulibiberty>=2.43:devel/gnulibiberty LIB_DEPENDS= libcapstone.so:devel/capstone \ - libopcodes-2.40.so:devel/binutils + libopcodes-2.43.so:devel/binutils USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime \ kde:5 pkgconfig qt:5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409061427.486ER4DP083442>