From owner-freebsd-python@FreeBSD.ORG Fri May 13 13:09:24 2011 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5300B1065670 for ; Fri, 13 May 2011 13:09:24 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 220F98FC0A for ; Fri, 13 May 2011 13:09:23 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 6B113426E; Fri, 13 May 2011 21:00:11 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20110513130011.6B113426E@sunpoet.net> Date: Fri, 13 May 2011 21:00:11 +0800 (CST) Cc: python@FreeBSD.org Subject: [PATCH] net/py-twitter: update to 0.8.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2011 13:09:24 -0000 >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 ---