Skip to content

Commit

Permalink
misc/kdeutils: Remove KFLOPPY option
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
5u623l20 committed Dec 30, 2023
1 parent a38809f commit 664ba90
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions misc/kdeutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kdeutils
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc kde

MAINTAINER= kde@FreeBSD.org
Expand All @@ -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}
Expand All @@ -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

Expand Down

0 comments on commit 664ba90

Please sign in to comment.