Bug 171306 - Port deskutils/hamster-applet depends on port devel/py-dbus
Summary: Port deskutils/hamster-applet depends on port devel/py-dbus
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 04:00 UTC by Soren Dossing
Modified: 2012-12-29 05:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soren Dossing 2012-09-04 04:00:24 UTC
Port deskutils/hamster-applet depends on port devel/py-dbus

Fix: 

Work around:

cd /usr/ports/devel/py-dbus
make install clean

But better to make dependency in <akefile.
How-To-Repeat: user@host:~$ /usr/local/lib/hamster-applet/hamster-applet -w   
2012-09-04 11:50:13,312 ERROR: Traceback (most recent call last):
  File "/usr/local/lib/hamster-applet/hamster-applet", line 96, in <module>
    from hamster.configuration import runtime, dialogs
  File "/usr/local/lib/python2.7/site-packages/hamster/configuration.py", line 27, in <module>
    from client import Storage
  File "/usr/local/lib/python2.7/site-packages/hamster/client.py", line 24, in <module>
    import dbus, dbus.mainloop.glib
ImportError: No module named dbus

user@host:~$
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-04 04:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2012-12-29 05:45:40 UTC
State Changed
From-To: open->closed

Committed a fix. Thanks for report!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-12-29 05:45:45 UTC
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"