diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-30 19:29:29 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-30 19:29:29 +0000 |
commit | 01c69524d72aa5760983fb61e816052886b6503b (patch) | |
tree | 2e5fe91877807c82267c4689b08e36a3dea6372a | |
parent | e3834cceaac71423d6b0eaad597cf4d474ba6b9d (diff) | |
download | ports-01c69524d72aa5760983fb61e816052886b6503b.tar.gz ports-01c69524d72aa5760983fb61e816052886b6503b.zip |
Add a missing dependency, devel/xdg-utils. It uses xdg-open by default to
open filemanager. Bump the PORTREVISION.
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=202443
-rw-r--r-- | net-p2p/deluge/Makefile | 4 | ||||
-rw-r--r-- | 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 3cded3717649..be8fa6308991 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.6.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ @@ -14,7 +15,8 @@ MAINTAINER= mezz@FreeBSD.org 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 \ +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ + ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 3cded3717649..be8fa6308991 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.6.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ @@ -14,7 +15,8 @@ MAINTAINER= mezz@FreeBSD.org 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 \ +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ + ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify |