Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 20:35:27 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480628 - head/x11/sddm
Message-ID:  <201809242035.w8OKZRms017766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Sep 24 20:35:27 2018
New Revision: 480628
URL: https://svnweb.freebsd.org/changeset/ports/480628

Log:
  x11/ssddm: remove unnedeeded Qt dependencies
  
  * while here, move USE_GITHUB to the other USE_FOOs
  
  Submitted by:	Alexandre C. GuimarĂ£es <lebarondemerde@privacychain.ch>

Modified:
  head/x11/sddm/Makefile

Modified: head/x11/sddm/Makefile
==============================================================================
--- head/x11/sddm/Makefile	Mon Sep 24 20:34:19 2018	(r480627)
+++ head/x11/sddm/Makefile	Mon Sep 24 20:35:27 2018	(r480628)
@@ -3,7 +3,7 @@
 PORTNAME=	sddm
 PORTVERSION=	0.17.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	kde@FreeBSD.org
@@ -21,10 +21,10 @@ LICENSE_FILE_CC-BY-3.0=	${WRKSRC}/LICENSE.CC-BY-3.0
 RUN_DEPENDS=	dbus-run-session:devel/dbus
 
 USES=		cmake:outsource kde:5 qt:5
+USE_GITHUB=	yes
 USE_KDE=	ecm
-USE_QT=		concurrent core dbus gui linguisttools multimedia network \
-		printsupport qml quick script sql webkit widgets \
-		buildtools_build qmake_build
+USE_QT=		core dbus gui network qml quick \
+		buildtools_build linguisttools_build qmake_build
 USE_XORG=	xcb
 
 CMAKE_ARGS=	-DUID_MIN=1000 \
@@ -36,8 +36,6 @@ SUB_FILES=	xinitrc.desktop
 
 USERS=		sddm
 GROUPS=		sddm
-
-USE_GITHUB=	yes
 
 # There are multiple patches that apply to Display.cpp,
 # fixing CVE-2018-14345 and backported from 0.18.



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