Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2024 22:27:31 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a11ad3eb5a92 - main - graphics/spectacle: Drop unused dependency
Message-ID:  <202401262227.40QMRVSb018798@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

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

commit a11ad3eb5a92497333c91be119f7f9767f8d4d9d
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-01-26 07:21:12 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-01-26 22:27:08 +0000

    graphics/spectacle: Drop unused dependency
    
    Support for libkImageAnnotator was removed prior to 23.04.0. [1]
    
    [1] https://invent.kde.org/graphics/spectacle/-/commit/9d4ffdf70e5a29fa9105cbf8c4f7e1ddca9e377a
---
 graphics/spectacle/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/spectacle/Makefile b/graphics/spectacle/Makefile
index d768bf1226f5..3cb98f2aac0d 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
@@ -8,8 +9,7 @@ WWW=		https://projects.kde.org/projects/kde/kdegraphics/spectacle
 
 LIB_DEPENDS=	libxcb-cursor.so:x11/xcb-util-cursor \
 		libxcb-image.so:x11/xcb-util-image \
-		libxcb-util.so:x11/xcb-util \
-		libkImageAnnotator.so:graphics/kimageannotator
+		libxcb-util.so:x11/xcb-util
 RUN_DEPENDS=	kipi-plugins>=0:graphics/kipi-plugins
 
 USES=		cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401262227.40QMRVSb018798>