diff options
author | Joakim Bergman <jocke@gipset.se> | 2022-11-02 16:21:50 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-06-26 23:30:29 +0000 |
commit | 95f93a2eea17325f25b60138a0b50b6c260cec38 (patch) | |
tree | cde9bc1ecc917dee6be481ade38aa4c2ab3b3fc7 /net-p2p/deluge | |
parent | 36e12132351b83f934c3ea4cb6d576d656c542f9 (diff) | |
download | ports-95f93a2eea17325f25b60138a0b50b6c260cec38.tar.gz ports-95f93a2eea17325f25b60138a0b50b6c260cec38.zip |
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 70822195d6e0..b7a886070e78 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -1,6 +1,6 @@ PORTNAME= deluge -PORTVERSION= 2.0.3 -PORTREVISION= 5 +PORTVERSION= 2.1.1 +PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= net-p2p python @@ -12,6 +12,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \ ${PYGAME} \ + ${PY_PILLOW} \ xdg-utils>=1.0.2:devel/xdg-utils \ deluge:net-p2p/deluge-cli |