Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 12:58:03 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353001 - head/sysutils/zeitgeist
Message-ID:  <201405051258.s45Cw3nu084844@svn.freebsd.org>

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



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