diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-02 10:10:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-02 10:10:51 +0000 |
commit | 2a640a70635ccea4108cb333e05b49ffed294d23 (patch) | |
tree | 09757c5d1c3027d36005321afefbea9220c81943 /net/py-twitter | |
parent | 55fc05e6a9bd01697ca19abf28fdb1bc89a86f11 (diff) | |
download | ports-2a640a70635ccea4108cb333e05b49ffed294d23.tar.gz ports-2a640a70635ccea4108cb333e05b49ffed294d23.zip |
Notes
Diffstat (limited to 'net/py-twitter')
-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 |