git: 154daac90dcd - main - Depend on `sysutils/e2fsprogs-core' in the remaining three ports
Date: Tue, 03 Jan 2023 08:27:29 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=154daac90dcda8c7602b65d7edac6be3995ce934
commit 154daac90dcda8c7602b65d7edac6be3995ce934
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-01-03 08:26:26 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-01-03 08:26:26 +0000
Depend on `sysutils/e2fsprogs-core' in the remaining three ports
Chase commit 14e733a6bb4b and depend on the new port origin which
most utilities and libraries now belong to. This would often go
unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless,
but might cause package build tools to always rebuild consumers.
PR: 268551
---
misc/mc/Makefile | 2 +-
sysutils/e2tools/Makefile | 2 +-
sysutils/unetbootin/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index c35db7eefe47..09ecdca2fde1 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -46,7 +46,7 @@ ASPELL_CONFIGURE_ENABLE=aspell
EDITOR_CONFIGURE_WITH= internal-edit
-EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs
+EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs-core
ICONV_USES= iconv
ICONV_CONFIGURE_ENABLE= charset
diff --git a/sysutils/e2tools/Makefile b/sysutils/e2tools/Makefile
index 3bef62a2d4fe..52747ee78c79 100644
--- a/sysutils/e2tools/Makefile
+++ b/sysutils/e2tools/Makefile
@@ -11,7 +11,7 @@ WWW= https://e2tools.github.io/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs
+LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs-core
USES= pkgconfig
GNU_CONFIGURE= yes
diff --git a/sysutils/unetbootin/Makefile b/sysutils/unetbootin/Makefile
index fb45f17bd7d8..c7e56f560413 100644
--- a/sysutils/unetbootin/Makefile
+++ b/sysutils/unetbootin/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2+
RUN_DEPENDS= 7zz:archivers/7-zip \
syslinux:sysutils/syslinux \
- mke2fs:sysutils/e2fsprogs
+ mke2fs:sysutils/e2fsprogs-core
USES= qt:5
USE_QT= buildtools:build linguisttools:build qmake:build \