git: 492ff24dd267 - main - graphics/spectacle: add dependency on purpose

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Sat, 30 Apr 2022 17:05:31 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=492ff24dd2671fd52f5a541e19f0b6344f25c0af

commit 492ff24dd2671fd52f5a541e19f0b6344f25c0af
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-04-30 16:25:30 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-04-30 17:05:27 +0000

    graphics/spectacle: add dependency on purpose
    
    Previously KIPI was used to enable uploading to online services.
    As KIPI support has been removed [1] recently, switch to purpose,
    to have this functionality.
    
    [1] https://www.mail-archive.com/release-team@kde.org/msg12544.html
---
 graphics/spectacle/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/spectacle/Makefile b/graphics/spectacle/Makefile
index d3092e9d1e0e..e9e3c6cd6bec 100644
--- a/graphics/spectacle/Makefile
+++ b/graphics/spectacle/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	spectacle
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,7 +15,7 @@ RUN_DEPENDS=	kipi-plugins>=0:graphics/kipi-plugins
 USES=		cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg
 USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
 		dbusaddons globalaccel i18n jobwidgets kdeclarative kio \
-		libkipi newstuff notifications package service solid wayland \
+		libkipi newstuff notifications package purpose service solid wayland \
 		widgetsaddons windowsystem xmlgui \
 		doctools_build ecm_build
 USE_QT=		core concurrent dbus declarative gui network printsupport \