Date: Fri, 13 May 2011 21:00:11 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: python@FreeBSD.org Subject: [PATCH] net/py-twitter: update to 0.8.2 Message-ID: <20110513130011.6B113426E@sunpoet.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] net/py-twitter: update to 0.8.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Mar 30 10:30:31 CST 2011 >Description: - Update to 0.8.2 - Make portlint happier Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py-twitter-0.8.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/py-twitter/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 2 Mar 2011 10:10:51 -0000 1.9 +++ Makefile 13 May 2011 13:00:01 -0000 @@ -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 @@ 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 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/py-twitter/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 2 Mar 2011 10:10:51 -0000 1.4 +++ distinfo 13 May 2011 13:00:01 -0000 @@ -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 --- py-twitter-0.8.2.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110513130011.6B113426E>