From owner-svn-ports-head@FreeBSD.ORG Mon May 5 12:58:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 395E8F94; Mon, 5 May 2014 12:58:04 +0000 (UTC) Received: from svn.freebsd.org (svn.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 265B31A70; Mon, 5 May 2014 12:58:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45Cw4CG084846; Mon, 5 May 2014 12:58:04 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45Cw3nu084844; Mon, 5 May 2014 12:58:03 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405051258.s45Cw3nu084844@svn.freebsd.org> From: Koop Mast Date: Mon, 5 May 2014 12:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353001 - head/sysutils/zeitgeist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 12:58:04 -0000 Author: kwm Date: Mon May 5 12:58:03 2014 New Revision: 353001 URL: http://svnweb.freebsd.org/changeset/ports/353001 QAT: https://qat.redports.org/buildarchive/r353001/ Log: Stagify. USE_GNOME=gnomehack -> USES=pathfix Modified: head/sysutils/zeitgeist/Makefile head/sysutils/zeitgeist/pkg-plist Modified: head/sysutils/zeitgeist/Makefile ============================================================================== --- head/sysutils/zeitgeist/Makefile Mon May 5 12:56:05 2014 (r353000) +++ head/sysutils/zeitgeist/Makefile Mon May 5 12:58:03 2014 (r353001) @@ -18,16 +18,13 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/pyt ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -USE_GNOME= gnomehack intlhack pygobject +USE_GNOME= intlhack pygobject USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gmake gettext +USES= gmake gettext pathfix CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= zeitgeist-daemon.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ ${WRKSRC}/extra/rdfxml2py Modified: head/sysutils/zeitgeist/pkg-plist ============================================================================== --- head/sysutils/zeitgeist/pkg-plist Mon May 5 12:56:05 2014 (r353000) +++ head/sysutils/zeitgeist/pkg-plist Mon May 5 12:58:03 2014 (r353001) @@ -15,6 +15,7 @@ bin/zeitgeist-daemon %%PYTHON_SITELIBDIR%%/zeitgeist/mimetypes.pyc %%PYTHON_SITELIBDIR%%/zeitgeist/mimetypes.pyo libdata/pkgconfig/zeitgeist-daemon.pc +man/man1/zeitgeist-daemon.1.gz share/dbus-1/services/org.gnome.zeitgeist.service share/locale/bg/LC_MESSAGES/zeitgeist.mo share/locale/ca/LC_MESSAGES/zeitgeist.mo