Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 18:33:08 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06a25431ea67 - main - devel/kf5-knotifications: drop unnecessary dependencies
Message-ID:  <202309121833.38CIX8N3056443@gitrepo.freebsd.org>

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

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

commit 06a25431ea67b5a7f83fd8c8e20d0409321502d0
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-12 17:33:32 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-12 18:31:40 +0000

    devel/kf5-knotifications: drop unnecessary dependencies
    
    KCodecs was dropped upstram in [1]. phonon4 is a fallback for
    canberra. As we use canberra, this can be dropped too.
    
    [1] https://invent.kde.org/frameworks/knotifications/-/commit/786acbc8327f856523a0c444a01f5229452b31a6
---
 devel/kf5-knotifications/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/kf5-knotifications/Makefile b/devel/kf5-knotifications/Makefile
index 5fa983a798fe..04ed49831e91 100644
--- a/devel/kf5-knotifications/Makefile
+++ b/devel/kf5-knotifications/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	knotifications
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
@@ -9,9 +10,9 @@ LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
 		libcanberra.so:audio/libcanberra
 
 USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
-USE_KDE=	codecs config coreaddons windowsystem \
+USE_KDE=	config coreaddons windowsystem \
 		ecm:build
-USE_QT=		core dbus declarative gui linguisttools network phonon4 widgets x11extras \
+USE_QT=		core dbus declarative gui linguisttools network widgets x11extras \
 		buildtools:build qmake:build
 USE_XORG=	x11 xtst
 



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