diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 05:24:15 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 08:16:42 +0100 |
commit | 664ba906e6b4148762b0890c4a7ae6739e3da48a (patch) | |
tree | 359d4a4c4cc532da4784ab2d899b3c093184f192 | |
parent | a38809f3374ef5adae498c0431a55a7701d3b157 (diff) | |
download | freebsd-ports-664ba906e6b4148762b0890c4a7ae6739e3da48a.zip |
misc/kdeutils: Remove KFLOPPY option
KFLOPPY has been deprecated as it is no longer part of KDE Gears but the
option and dependency was not removed.
Approved by: portmgr (blanket)
-rw-r--r-- | misc/kdeutils/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index e87c54a36ef4..062232ec0740 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= kdeutils DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://www.kde.org/applications/utilities/ USES= kde:5 metaport OPTIONS_DEFINE= ARK FILELIGHT KCALC KCHARSELECT KDEBUGSETTINGS \ - KDF KFLOPPY KGPG KTEATIME KTIMER KWALLETMANAGER \ + KDF KGPG KTEATIME KTIMER KWALLETMANAGER \ PRINTMANAGER OPTIONS_DEFAULT=${OPTIONS_DEFINE} @@ -33,9 +33,6 @@ KDEBUGSETTINGS_RUN_DEPENDS= kdebugsettings>=${KDE_APPLICATIONS_VERSION}:sysutils KDF_DESC= Shows free space of devices KDF_RUN_DEPENDS= kdf>=${KDE_APPLICATIONS_VERSION}:sysutils/kdf -KFLOPPY_DESC= Floppy disk formatter -KFLOPPY_RUN_DEPENDS= kfloppy>=23.04.3:sysutils/kfloppy - KGPG_DESC= Encryption tool for KDE KGPG_RUN_DEPENDS= kgpg>=${KDE_APPLICATIONS_VERSION}:security/kgpg |