From fb2de887d2d8304ec55a6a05b2b2c3432df6a449 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Mon, 10 Sep 2007 15:14:42 +0000 Subject: [PATCH] Add a missing dependency, the TorrentNotification plugin needs py-notify. Bump the PORTREVISION. --- net-p2p/deluge/Makefile | 4 +++- net-p2p/deluge05/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 757114c97656..2fce252313f7 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ @@ -15,7 +16,8 @@ COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus + ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify USE_GNOME= pygtk2 desktopfileutils USE_GETTEXT= yes diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 757114c97656..2fce252313f7 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ @@ -15,7 +16,8 @@ COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus + ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify USE_GNOME= pygtk2 desktopfileutils USE_GETTEXT= yes