From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 29 05:50:01 2012 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74719564 for ; Sat, 29 Dec 2012 05:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF448FC15 for ; Sat, 29 Dec 2012 05:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBT5o1Ia076294 for ; Sat, 29 Dec 2012 05:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBT5o18H076289; Sat, 29 Dec 2012 05:50:01 GMT (envelope-from gnats) Date: Sat, 29 Dec 2012 05:50:01 GMT Message-Id: <201212290550.qBT5o18H076289@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/171306: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 05:50:01 -0000 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 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"