Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 15:18:50 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: ca8aaa0ebb48 - main - math/rocs: remove unnecessary dependency on webkit
Message-ID:  <202309121518.38CFIoFk022324@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=ca8aaa0ebb48c714041b616280fc20b43c47690c

commit ca8aaa0ebb48c714041b616280fc20b43c47690c
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-12 06:20:27 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-12 15:14:58 +0000

    math/rocs: remove unnecessary dependency on webkit
    
    Was removed upstream in [1]
    
    [1] https://invent.kde.org/education/rocs/-/commit/e1171bfaecb9c719b89f8ed04d60ad76ea4088dd
---
 math/rocs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/rocs/Makefile b/math/rocs/Makefile
index e31f3bc57560..eae3006230f3 100644
--- a/math/rocs/Makefile
+++ b/math/rocs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rocs
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math education kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -15,7 +16,7 @@ USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
 		service solid sonnet syntaxhighlighting texteditor textwidgets \
 		widgetsaddons windowsystem xmlgui \
 		doctools:build ecm:build
-USE_QT=		concurrent core dbus declarative gui network script scripttools svg webkit \
+USE_QT=		concurrent core dbus declarative gui network script scripttools svg \
 		widgets xml xmlpatterns \
 		buildtools:build qmake:build testlib:build
 USE_XORG=	x11



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