git: 662b41a59b12 - main - graphics/kipi-plugins: remove vkontakte
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Sep 2023 09:39:02 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=662b41a59b123531d36216ee0b0ded77b19aa118
commit 662b41a59b123531d36216ee0b0ded77b19aa118
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-13 09:33:14 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-13 09:37:17 +0000
graphics/kipi-plugins: remove vkontakte
Removed support upstream in [1].
[1] https://invent.kde.org/graphics/kipi-plugins/-/commit/f8e0cc870f1630a89cbe2f0993708596ca88f723
---
graphics/kipi-plugins/Makefile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile
index 65e03f533913..a9bea99125d6 100644
--- a/graphics/kipi-plugins/Makefile
+++ b/graphics/kipi-plugins/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kipi-plugins
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -19,7 +20,7 @@ USE_QT= concurrent core dbus gui network printsupport widgets xml xmlpatterns \
buildtools:build qmake:build
USE_XORG= x11
-OPTIONS_DEFINE= DOCS MEDIAWIKI KVKONTAKTE
+OPTIONS_DEFINE= DOCS MEDIAWIKI
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
OPTIONS_SUB= yes
@@ -27,8 +28,4 @@ MEDIAWIKI_DESC= MediaWiki Plugin
MEDIAWIKI_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5MediaWiki
MEDIAWIKI_LIB_DEPENDS= libKF5MediaWiki.so:net/libmediawiki
-KVKONTAKTE_DESC= vk.com Plugin
-KVKONTAKTE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Vkontakte
-KVKONTAKTE_LIB_DEPENDS= libKF5Vkontakte.so:net/libkvkontakte
-
.include <bsd.port.mk>