svn commit: r353001 - head/sysutils/zeitgeist

Koop Mast kwm at FreeBSD.org
Mon May 5 12:58:04 UTC 2014


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


More information about the svn-ports-all mailing list