Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 19:10:05 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7fa8062515b7 - main - devel/kdev-python: pet stage-qa
Message-ID:  <202209051910.285JA5dr017795@gitrepo.freebsd.org>

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

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

commit 7fa8062515b797a2cf9d7dad9d68caa8d1fe50bc
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:38 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:04 +0000

    devel/kdev-python: pet stage-qa
---
 devel/kdev-python/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/devel/kdev-python/Makefile b/devel/kdev-python/Makefile
index fcb4008d1b51..a076fcdeead2 100644
--- a/devel/kdev-python/Makefile
+++ b/devel/kdev-python/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kdev-python
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -10,12 +11,14 @@ LICENSE=	GPLv2+
 BUILD_DEPENDS=	kdev-pg-qt:devel/kdevelop-pg-qt
 LIB_DEPENDS=	libKDevPlatformInterfaces.so:devel/kdevelop
 
-USES=		cmake compiler:c++11-lib kde:5 python:3.4+ qt:5 tar:xz
+USES=		cmake compiler:c++11-lib kde:5 python:3.7+ qt:5 tar:xz xorg
 USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
 		ecm i18n itemmodels jobwidgets kio newstuff parts service \
-		sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
+		solid sonnet syntaxhighlighting texteditor textwidgets \
+		threadweaver widgetsaddons windowsystem xmlgui
 USE_QT=		concurrent core dbus gui network widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 # Versioning values, to reduce plist churn (match with devel/kdevelop)
 PLATFORM_VER=	37



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