diff options
-rw-r--r-- | net/py-twitter/Makefile | 7 | ||||
-rw-r--r-- | net/py-twitter/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index 1ab60dec473d..cfcda99a5178 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -7,9 +7,9 @@ # PORTNAME= twitter -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= net python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -18,7 +18,8 @@ COMMENT= A python wrapper around the Twitter API BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 PROJECTHOST= python-twitter USE_PYTHON= yes diff --git a/net/py-twitter/distinfo b/net/py-twitter/distinfo index 31748ad9a07b..7c5de682edd5 100644 --- a/net/py-twitter/distinfo +++ b/net/py-twitter/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-twitter-0.8.1.tar.gz) = cf793bdfe5d028f7646f80190a491f150574159ab3a968364b1e18e6e2d38b27 -SIZE (python-twitter-0.8.1.tar.gz) = 67265 +SHA256 (python-twitter-0.8.2.tar.gz) = b7fb64877c5d53457a44899f5aa35ae073a1c3587b35f3f2661656e2fff8f72e +SIZE (python-twitter-0.8.2.tar.gz) = 63648 |