Date: Sun, 20 Aug 2017 12:30:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448418 - head/net-p2p/deluge-cli Message-ID: <201708201230.v7KCUd2c003638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 20 12:30:39 2017 New Revision: 448418 URL: https://svnweb.freebsd.org/changeset/ports/448418 Log: Update RUN_DEPENDS: use newer twisted - Bump PORTREVISION for dependency change PR: 221656 Submitted by: sunpoet (myself) Approved by: rm (maintainer) Modified: head/net-p2p/deluge-cli/Makefile Modified: head/net-p2p/deluge-cli/Makefile ============================================================================== --- head/net-p2p/deluge-cli/Makefile Sun Aug 20 12:30:35 2017 (r448417) +++ head/net-p2p/deluge-cli/Makefile Sun Aug 20 12:30:39 2017 (r448418) @@ -2,6 +2,7 @@ PORTNAME= deluge PORTVERSION= 1.3.15 +PORTREVISION= 1 PKGNAMESUFFIX= -cli CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ @@ -17,13 +18,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:net-p2p/libtorrent-rasterbar-python \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.8:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet \ - ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako + ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted USE_RC_SUBR= deluged deluge_web SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes -USES= gettext python:-2.7 tar:xz twisted:run,web +USES= gettext python:-2.7 tar:xz USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708201230.v7KCUd2c003638>