diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-05 22:51:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-05 22:51:00 +0800 |
commit | b518d86a6c49fd4815f21278c7092d9f1edca6fa (patch) | |
tree | 9be94c59763818a46d4cbdb4bf82ca8d78be8c12 /net-p2p | |
parent | d4a286915a2acec9e749ac8603b9c0fed427f67f (diff) | |
download | freebsd-ports-gnome-b518d86a6c49fd4815f21278c7092d9f1edca6fa.tar.gz freebsd-ports-gnome-b518d86a6c49fd4815f21278c7092d9f1edca6fa.tar.zst freebsd-ports-gnome-b518d86a6c49fd4815f21278c7092d9f1edca6fa.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/tribler/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 34901c172493..57551580031b 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -3,7 +3,7 @@ PORTNAME= tribler PORTVERSION= 6.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/ DISTNAME= Tribler-v${PORTVERSION} @@ -28,12 +28,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>0:databases/py-apsw \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted NO_ARCH= yes NO_WRKSUBDIR= yes -USES= desktop-file-utils python:2,run ssl:run tar:xz twisted:run,web +USES= desktop-file-utils python:2,run ssl:run tar:xz USE_WX= 2.8 WX_COMPS= python INSTALLS_ICONS= yes |