Index: deluge/Makefile =================================================================== --- deluge/Makefile (revision 477653) +++ deluge/Makefile (working copy) @@ -2,11 +2,11 @@ PORTNAME= deluge PORTVERSION= 1.3.15 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-p2p python -MAINTAINER= rm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client using Python, GTK2, and libtorrent-rasterbar LICENSE= GPLv3 Index: deluge-cli/Makefile =================================================================== --- deluge-cli/Makefile (revision 477653) +++ deluge-cli/Makefile (working copy) @@ -3,11 +3,11 @@ PORTNAME= deluge DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.3.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p python PKGNAMESUFFIX= -cli -MAINTAINER= rm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= CLI part of bittorrent client using Python and libtorrent-rasterbar LICENSE= GPLv3 @@ -20,7 +20,8 @@ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} USES= gettext python:-2.7 USE_PYTHON= autoplist distutils