From owner-svn-ports-all@freebsd.org Thu Sep 10 12:48:27 2015 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 56665A016A3; Thu, 10 Sep 2015 12:48:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 4753D138A; Thu, 10 Sep 2015 12:48:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ACmReW085618; Thu, 10 Sep 2015 12:48:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ACmQ4E085616; Thu, 10 Sep 2015 12:48:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509101248.t8ACmQ4E085616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 12:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396568 - head/deskutils/homerun 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.20 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: Thu, 10 Sep 2015 12:48:27 -0000 Author: amdmi3 Date: Thu Sep 10 12:48:26 2015 New Revision: 396568 URL: https://svnweb.freebsd.org/changeset/ports/396568 Log: - Switch to cmake:outsource to not install unneeded files PR: 202626 Submitted by: amdmi3 Approved by: maintainer timeout (yurkis@gmail.com, 2 weeks) Modified: head/deskutils/homerun/Makefile head/deskutils/homerun/pkg-plist Modified: head/deskutils/homerun/Makefile ============================================================================== --- head/deskutils/homerun/Makefile Thu Sep 10 12:47:58 2015 (r396567) +++ head/deskutils/homerun/Makefile Thu Sep 10 12:48:26 2015 (r396568) @@ -2,13 +2,14 @@ PORTNAME= homerun PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= KDE/unstable/${PORTNAME}/src/ MAINTAINER= yurkis@gmail.com COMMENT= Fullscreen launcher with content organized in tabs -USES= cmake compiler:c++0x gettext tar:bzip2 +USES= cmake:outsource compiler:c++0x gettext tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 workspace USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui USE_XORG= x11 Modified: head/deskutils/homerun/pkg-plist ============================================================================== --- head/deskutils/homerun/pkg-plist Thu Sep 10 12:47:58 2015 (r396567) +++ head/deskutils/homerun/pkg-plist Thu Sep 10 12:48:26 2015 (r396568) @@ -2,7 +2,6 @@ bin/homerunviewer include/homerun/abstractsource.h include/homerun/actionlist.h include/homerun/homerun_export.h -include/homerun/libhomerun_config.h include/homerun/pathmodel.h include/homerun/sourceconfigurationwidget.h lib/cmake/Homerun/HomerunConfig.cmake