aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2023-01-03 08:26:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2023-01-03 08:26:26 +0000
commit154daac90dcda8c7602b65d7edac6be3995ce934 (patch)
tree5439bf36d93f4fc2647d6d990621481055218758
parente3bd203c5e490bdd3fcb4ae84a4a2b4be5a8f3b5 (diff)
downloadports-154daac90dcda8c7602b65d7edac6be3995ce934.tar.gz
ports-154daac90dcda8c7602b65d7edac6be3995ce934.zip
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
-rw-r--r--misc/mc/Makefile2
-rw-r--r--sysutils/e2tools/Makefile2
-rw-r--r--sysutils/unetbootin/Makefile2
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 \