git: ada05e8983ce - main - devel/elf-dissector: Fix dependencies after binutils update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 15:08:20 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ada05e8983ce2fdd95f2d9a34f7fa0f8aac59e29 commit ada05e8983ce2fdd95f2d9a34f7fa0f8aac59e29 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-02-05 17:35:14 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-02-14 15:08:12 +0000 devel/elf-dissector: Fix dependencies after binutils update Fix dependencies after binutils and gnulibiberty updates. PR: 284556 Exp-run by: antoine --- 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 1324c850eaf3..9438d6dadb24 100644 --- a/devel/elf-dissector/Makefile +++ b/devel/elf-dissector/Makefile @@ -1,6 +1,6 @@ PORTNAME= elf-dissector DISTVERSION= 0.0.1 -PORTREVISION= 4 +PORTREVISION= 5 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.43.1:devel/binutils \ - gnulibiberty>=2.43.1:devel/gnulibiberty +BUILD_DEPENDS= binutils>=2.44:devel/binutils \ + gnulibiberty>=2.44:devel/gnulibiberty LIB_DEPENDS= libcapstone.so:devel/capstone \ - libopcodes-2.43.1.so:devel/binutils + libopcodes-2.44.so:devel/binutils USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime \ kde:5 pkgconfig qt:5