From owner-svn-ports-all@FreeBSD.ORG Fri Oct 17 19:25:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3C32980; Fri, 17 Oct 2014 19:25:03 +0000 (UTC) Received: from mail.iXsystems.com (mail.ixsystems.com [12.229.62.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A200D1B0; Fri, 17 Oct 2014 19:25:03 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id 4937588C21; Fri, 17 Oct 2014 12:25:03 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 83123-06; Fri, 17 Oct 2014 12:25:03 -0700 (PDT) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 5DD4588C1C; Fri, 17 Oct 2014 12:25:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1413573903; bh=niXef/r3RDPrataB1ZcI3c41AJjlOGP0Kca7awx34VM=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=QzxFzhuvJeqWYEkwpIBWLg579Jh4yissiPJL7eIwea1MvoHR9xZT5T6JNtaK/DG68 di33BoJULAnKZw5saGAJ41f9AZt5y15sMli+AH9C0A1gY1ZaiyWSjwJOT2JtZv9zIR LagnGAS5npoLX/JYnCCY7GbB236ANIm0+hkas3vg= Message-ID: <54416D0D.8030504@pcbsd.org> Date: Fri, 17 Oct 2014 15:25:01 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Max Brazhnikov , Kris Moore Subject: Re: svn commit: r370925 - in head/deskutils: . homerun References: <201410151436.s9FEabtv075435@svn.freebsd.org> <3258947.JIyEQJOWIn@mercury.ph.man.ac.uk> In-Reply-To: <3258947.JIyEQJOWIn@mercury.ph.man.ac.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, yurkis@gmail.com, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 17 Oct 2014 19:25:03 -0000 My bad, this came in from a submitter on git and I didn't look close enough at the syntax, just that it built / passed in poudriere. I'll notify the original submitter, and fix deskutils/kdeconnect as well. Thanks! On 10/17/2014 14:51, Max Brazhnikov wrote: > Hi, > > this port needs more attention. > > On Wed, 15 Oct 2014 14:36:37 +0000Wed Oct 15 14:36:36 2014 Kris Moore wrote: >> Author: kmoore >> Date: Wed Oct 15 14:36:36 2014 >> New Revision: 370925 >> URL: https://svnweb.freebsd.org/changeset/ports/370925 >> QAT: https://qat.redports.org/buildarchive/r370925/ >> >> Log: >> Homerun is a fullscreen launcher with content organized in tabs. >> A tab is composed of several "sources". A source can provide one >> or more sections to a tab. Homerun comes with a few built-in sources, >> but custom sources can be written using libhomerun. >> >> WWW: https://userbase.kde.org/Homerun >> >> Submitted by: Yuri Momotiuk >> >> Added: >> head/deskutils/homerun/ >> head/deskutils/homerun/Makefile (contents, props changed) >> head/deskutils/homerun/distinfo (contents, props changed) >> head/deskutils/homerun/pkg-descr (contents, props changed) >> head/deskutils/homerun/pkg-plist (contents, props changed) >> Modified: >> head/deskutils/Makefile >> >> Modified: head/deskutils/Makefile >> ============================================================================== >> --- head/deskutils/Makefile Wed Oct 15 14:10:17 2014 (r370924) >> +++ head/deskutils/Makefile Wed Oct 15 14:36:36 2014 (r370925) >> @@ -86,6 +86,7 @@ >> SUBDIR += hamster-applet >> SUBDIR += hebcal >> SUBDIR += helpviewer >> + SUBDIR += homerun >> SUBDIR += horde-groupware >> SUBDIR += horde-kronolith >> SUBDIR += horde-mnemo >> >> Added: head/deskutils/homerun/Makefile >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/deskutils/homerun/Makefile Wed Oct 15 14:36:36 2014 (r370925) >> @@ -0,0 +1,17 @@ >> +# $FreeBSD$ >> + >> +PORTNAME= homerun >> +PORTVERSION= 0.2.3 >> +CATEGORIES= deskutils >> +MASTER_SITES= http://download.kde.org/unstable/homerun/src/ > MASTER_SITES= KDE/unstable/${PORTNAME}/src/ > >> + >> +MAINTAINER= yurkis@gmail.com >> +COMMENT= Homerun is a fullscreen launcher with content organized in tabs. > Comment shouldn't start with "foo is a" and should end without a period. > btw, portlint warns about this. > >> + >> +USES= cmake tar:bzip2 >> +USE_KDE4= kdehier kdelibs kdeprefix automoc4 workspace >> +USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui >> +USE_XORG= x11 >> +CMAKE_ARGS+= -DROOT_PREFIX:PATH=${STAGEDIR} > Does it make any effect? > >> +.include >> >> Added: head/deskutils/homerun/distinfo >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/deskutils/homerun/distinfo Wed Oct 15 14:36:36 2014 (r370925) >> @@ -0,0 +1,2 @@ >> +SHA256 (homerun-0.2.3.tar.bz2) = a6278c69ebcfa50efcbc6a472dc1e8d61a38c9413d771cfb6c51448a4d267657 >> +SIZE (homerun-0.2.3.tar.bz2) = 164800 >> >> Added: head/deskutils/homerun/pkg-descr >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/deskutils/homerun/pkg-descr Wed Oct 15 14:36:36 2014 (r370925) >> @@ -0,0 +1,7 @@ >> +Homerun is a fullscreen launcher with content organized in tabs. >> +A tab is composed of several "sources". A source can provide one >> +or more sections to a tab. Homerun comes with a few built-in sources, >> +but custom sources can be written using libhomerun. >> + >> +WWW: https://userbase.kde.org/Homerun >> + >> >> Added: head/deskutils/homerun/pkg-plist >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/deskutils/homerun/pkg-plist Wed Oct 15 14:36:36 2014 (r370925) >> @@ -0,0 +1,86 @@ >> +bin/homerunviewer >> +lib/libhomerun.so.0.0.0 >> +lib/libhomerun.so.0 >> +lib/libhomerun.so >> +lib/cmake/Homerun/HomerunTargets.cmake >> +lib/cmake/Homerun/HomerunTargets-release.cmake >> +lib/cmake/Homerun/HomerunConfig.cmake >> +lib/cmake/Homerun/HomerunConfigVersion.cmake >> +lib/kde4/plasma_applet_homerunlauncher.so >> +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/kde4/imports/org/kde/homerun/components/libcomponentsplugin.so >> +lib/kde4/imports/org/kde/homerun/components/private/IconLoader.qml > What kind of tool was used to create this plist? I'm not aware of any that > produces unsorted list. The reason to keep plist sorted is to reduce > meaningless repo churn on updates and to make real changes clear. > > I've fixed all of above plus a couple of other problems with this port: > http://people.freebsd.org/~makc/patches/homerun.diff > > Similar fixes are required for deskutils/kdeconnect. -- Kris Moore PC-BSD Software iXsystems