svn commit: r390906 - head/net/py-twitter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 29 13:50:56 UTC 2015


Author: sunpoet
Date: Mon Jun 29 13:50:55 2015
New Revision: 390906
URL: https://svnweb.freebsd.org/changeset/ports/390906

Log:
  - Fix RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/net/py-twitter/Makefile

Modified: head/net/py-twitter/Makefile
==============================================================================
--- head/net/py-twitter/Makefile	Mon Jun 29 13:50:51 2015	(r390905)
+++ head/net/py-twitter/Makefile	Mon Jun 29 13:50:55 2015	(r390906)
@@ -3,6 +3,7 @@
 
 PORTNAME=	twitter
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +14,11 @@ COMMENT=	Python wrapper around the Twitt
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
-		${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
 
 USES=		python:2
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list