From owner-svn-ports-all@freebsd.org Mon Sep 24 20:35:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40CE0108EF20; Mon, 24 Sep 2018 20:35:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8F1E71C21; Mon, 24 Sep 2018 20:35:27 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3B701E5AF; Mon, 24 Sep 2018 20:35:27 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8OKZR7t017767; Mon, 24 Sep 2018 20:35:27 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8OKZRms017766; Mon, 24 Sep 2018 20:35:27 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201809242035.w8OKZRms017766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 24 Sep 2018 20:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480628 - head/x11/sddm X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11/sddm X-SVN-Commit-Revision: 480628 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 20:35:28 -0000 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 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.