Date: Mon, 29 Jun 2015 13:50:56 +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: r390906 - head/net/py-twitter Message-ID: <201506291350.t5TDouYZ042984@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506291350.t5TDouYZ042984>