Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 12:48:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396568 - head/deskutils/homerun
Message-ID:  <201509101248.t8ACmQ4E085616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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