svn commit: r442641 - head/net-p2p/tribler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 14:51:01 UTC 2017


Author: sunpoet
Date: Mon Jun  5 14:51:00 2017
New Revision: 442641
URL: https://svnweb.freebsd.org/changeset/ports/442641

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Bump PORTREVISION for dependency change

Modified:
  head/net-p2p/tribler/Makefile

Modified: head/net-p2p/tribler/Makefile
==============================================================================
--- head/net-p2p/tribler/Makefile	Mon Jun  5 14:50:55 2017	(r442640)
+++ head/net-p2p/tribler/Makefile	Mon Jun  5 14:51:00 2017	(r442641)
@@ -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/p
 		${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


More information about the svn-ports-all mailing list