From owner-svn-ports-all@freebsd.org Sun Jan 22 12:53:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64545CB0B0E; Sun, 22 Jan 2017 12:53:36 +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 mx1.freebsd.org (Postfix) with ESMTPS id 338CEBB0; Sun, 22 Jan 2017 12:53:36 +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 v0MCrZgw022820; Sun, 22 Jan 2017 12:53:35 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0MCrZpK022819; Sun, 22 Jan 2017 12:53:35 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201701221253.v0MCrZpK022819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 22 Jan 2017 12:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432128 - head/sysutils/kdirstat X-SVN-Group: ports-head 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.23 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: Sun, 22 Jan 2017 12:53:36 -0000 Author: tcberner Date: Sun Jan 22 12:53:35 2017 New Revision: 432128 URL: https://svnweb.freebsd.org/changeset/ports/432128 Log: sysutils/kdirstat : fix stage-qa errors * Not a gnome port, don't use INSTALLS_ICONS * Don't need desktop-file-utils * Add missing dependencies Therefore, bump portrevision Reviewed by: rakuco Approved by: portmgr blanket, rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9262 Modified: head/sysutils/kdirstat/Makefile Modified: head/sysutils/kdirstat/Makefile ============================================================================== --- head/sysutils/kdirstat/Makefile Sun Jan 22 12:52:16 2017 (r432127) +++ head/sysutils/kdirstat/Makefile Sun Jan 22 12:53:35 2017 (r432128) @@ -3,6 +3,7 @@ PORTNAME= kdirstat PORTVERSION= 2.7.8 +PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= https://bitbucket.org/jeromerobert/k4dirstat/get/ DISTNAME= k4dirstat-${PORTVERSION} @@ -15,11 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-3a4663ee20e7 -USES= cmake cpe desktop-file-utils gettext-tools kde:4 tar:bzip2 +USES= cmake cpe gettext-tools kde:4 tar:bzip2 CPE_VENDOR= kdirstat_project USE_KDE= automoc4 kdelibs libkonq -USE_QT4= moc_build qmake_build rcc_build uic_build -INSTALLS_ICONS= yes +USE_QT4= corelib dbus gui network qt3support svg xml \ + moc_build qmake_build rcc_build uic_build post-patch: @${REINPLACE_CMD} -e \