diff options
-rw-r--r-- | net/py-twitter/Makefile | 5 | ||||
-rw-r--r-- | net/py-twitter/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index d8d446776f65..1ab60dec473d 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -7,7 +7,7 @@ # PORTNAME= twitter -PORTVERSION= 0.6 +PORTVERSION= 0.8.1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,8 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= A python wrapper around the Twitter API -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 RUN_DEPENDS= ${BUILD_DEPENDS} PROJECTHOST= python-twitter diff --git a/net/py-twitter/distinfo b/net/py-twitter/distinfo index 34300fcaf014..31748ad9a07b 100644 --- a/net/py-twitter/distinfo +++ b/net/py-twitter/distinfo @@ -1,3 +1,2 @@ -MD5 (python-twitter-0.6.tar.gz) = e1f5c50c60c74944d29ce28178972b95 -SHA256 (python-twitter-0.6.tar.gz) = cc805d4d088a7818c6a3484c8d542cde8addaa418c1714ff64c4406651d73410 -SIZE (python-twitter-0.6.tar.gz) = 81863 +SHA256 (python-twitter-0.8.1.tar.gz) = cf793bdfe5d028f7646f80190a491f150574159ab3a968364b1e18e6e2d38b27 +SIZE (python-twitter-0.8.1.tar.gz) = 67265 |