git: 4a8cfd5ab148 - main - graphics/kdegraphics-mobipocket: unflavorize consumers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Dec 2025 14:54:40 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4a8cfd5ab148ca00fb6a7b68d3b14fd4b37886ee
commit 4a8cfd5ab148ca00fb6a7b68d3b14fd4b37886ee
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-12-12 14:52:06 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-12-12 14:53:30 +0000
graphics/kdegraphics-mobipocket: unflavorize consumers
---
devel/kf6-kfilemetadata/Makefile | 4 ++--
graphics/kdegraphics-thumbnailers/Makefile | 2 +-
graphics/kdegraphics/Makefile | 2 +-
graphics/okular/Makefile | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/devel/kf6-kfilemetadata/Makefile b/devel/kf6-kfilemetadata/Makefile
index 3e0316e117d1..cc60254dc9b2 100644
--- a/devel/kf6-kfilemetadata/Makefile
+++ b/devel/kf6-kfilemetadata/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kfilemetadata
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel kde kde-frameworks
COMMENT= Library for extracting the text and metadata from a number files
@@ -24,6 +24,6 @@ OPTIONS_DEFAULT= MOBIPOCKET
OPTIONS_SUB= yes
MOBIPOCKET_DESC= Mobipocket plugin to handle metadata
-MOBIPOCKET_LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket@qt6
+MOBIPOCKET_LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket
.include <bsd.port.mk>
diff --git a/graphics/kdegraphics-thumbnailers/Makefile b/graphics/kdegraphics-thumbnailers/Makefile
index eb1547d764f0..689058be1bfc 100644
--- a/graphics/kdegraphics-thumbnailers/Makefile
+++ b/graphics/kdegraphics-thumbnailers/Makefile
@@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Thumbnailers for various graphics file formats
WWW= https://www.kde.org
-LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket@qt6
+LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket
USES= cmake compiler:c++11-lang kde:6 qt:6 tar:xz xorg
USE_KDE= archive completion config coreaddons jobwidgets kio libkdcraw \
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile
index 3b6d678807e2..d82fc2ccbba3 100644
--- a/graphics/kdegraphics/Makefile
+++ b/graphics/kdegraphics/Makefile
@@ -43,7 +43,7 @@ SKANLITE_DESC= Simple scanning application
SKANLITE_RUN_DEPENDS= skanlite>=${KDE_APPLICATIONS_VERSION}:graphics/skanlite
MOBIPOCKET_DESC= Mobipocket plugins for Strigi indexing and thumbnailers
-MOBIPOCKET_RUN_DEPENDS= kdegraphics-mobipocket-qt6>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-mobipocket@qt6
+MOBIPOCKET_RUN_DEPENDS= kdegraphics-mobipocket>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-mobipocket
SVG_DESC= SVG KPart
SVG_RUN_DEPENDS= kdegraphics-svgpart>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-svgpart
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile
index ea61ca319ff3..2c8fe860c2e0 100644
--- a/graphics/okular/Makefile
+++ b/graphics/okular/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libchm.so:misc/chmlib \
libdjvulibre.so:graphics/djvulibre \
libepub.so:textproc/ebook-tools \
libfreetype.so:print/freetype2 \
- libQMobipocket6.so:graphics/kdegraphics-mobipocket@qt6 \
+ libQMobipocket6.so:graphics/kdegraphics-mobipocket \
libpoppler.so:graphics/poppler \
libpoppler-qt6.so:graphics/poppler-qt6 \
libqca-qt6.so:devel/qca@qt6 \