Add a missing dependency, the TorrentNotification plugin needs py-notify.
Bump the PORTREVISION.
This commit is contained in:
parent
d70a3aaf1b
commit
fb2de887d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199282
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue