git: 8fafabc19bc7 - main - finance/kmymoney: Remove defunct ADDRESSBOOK option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Feb 2025 10:53:41 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fafabc19bc7c8f2edda40e1144fcdf43dff833f commit 8fafabc19bc7c8f2edda40e1144fcdf43dff833f Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-02-17 10:38:22 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-02-17 10:53:37 +0000 finance/kmymoney: Remove defunct ADDRESSBOOK option The KDE components required to make this option work are no longer available after b44569f1372d and selecting this option would cause port sanity errors. --- finance/kmymoney/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/finance/kmymoney/Makefile b/finance/kmymoney/Makefile index f8e8c7ad7ac6..2efb9386054d 100644 --- a/finance/kmymoney/Makefile +++ b/finance/kmymoney/Makefile @@ -1,6 +1,6 @@ PORTNAME= kmymoney PORTVERSION= 5.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src @@ -32,16 +32,10 @@ CMAKE_ON= ENABLE_WEBENGINE OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= CALENDAR KBANKING OFX SQLCIPHER WOOB -OPTIONS_DEFINE= ADDRESSBOOK GNUPG HOLIDAYS QUOTES +OPTIONS_DEFINE= GNUPG HOLIDAYS QUOTES OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING OFX QUOTES OPTIONS_SUB= yes -ADDRESSBOOK_DESC= Address book support -ADDRESSBOOK_USE= kde=akonadi,contacts,identitymanagement -ADDRESSBOOK_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi \ - CMAKE_DISABLE_FIND_PACKAGE_KF5Contacts \ - CMAKE_DISABLE_FIND_PACKAGE_KF5IdentityManagement - CALENDAR_DESC= iCalendar exporter CALENDAR_LIB_DEPENDS= libical.so:devel/libical CALENDAR_CMAKE_BOOL= ENABLE_LIBICAL