Summary: | Port deskutils/hamster-applet depends on port devel/py-dbus | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Soren Dossing <netcom> |
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Soren Dossing
2012-09-04 04:00:24 UTC
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed a fix. Thanks for report! Author: mezz Date: Sat Dec 29 05:45:32 2012 New Revision: 309608 URL: http://svnweb.freebsd.org/changeset/ports/309608 Log: Add a missing runtime dependency, py-dbus. Bump the PORTREVISION. PR: ports/171306 Reported by: Soren Dossing <netcom@sauber.net> Modified: head/deskutils/hamster-applet/Makefile (contents, props changed) Modified: head/deskutils/hamster-applet/Makefile ============================================================================== --- head/deskutils/hamster-applet/Makefile Sat Dec 29 05:39:23 2012 (r309607) +++ head/deskutils/hamster-applet/Makefile Sat Dec 29 05:45:32 2012 (r309608) @@ -8,7 +8,7 @@ PORTNAME= hamster-applet PORTVERSION= 2.32.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +18,8 @@ COMMENT= Time management applet for the BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg + ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ + ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus USE_BZIP2= yes USE_GETTEXT= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |