Date: Sat, 29 Dec 2012 05:50:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/171306: commit references a PR Message-ID: <201212290550.qBT5o18H076289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/171306; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171306: commit references a PR Date: Sat, 29 Dec 2012 05:45:45 +0000 (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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212290550.qBT5o18H076289>