From sunpoet@sunpoet.net  Fri May 13 13:00:27 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25F131065672
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 May 2011 13:00:27 +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 E5FC68FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 May 2011 13:00:26 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 6B113426E; Fri, 13 May 2011 21:00:11 +0800 (CST)
Message-Id: <20110513130011.6B113426E@sunpoet.net>
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
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157005
>Category:       ports
>Synopsis:       [PATCH] net/py-twitter: update to 0.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 13:10:08 UTC 2011
>Closed-Date:    Wed May 25 16:20:58 UTC 2011
>Last-Modified:  Wed May 25 16:20:58 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>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 ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 13 13:10:27 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157005 
Responsible-Changed-From-To: freebsd-python->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Wed May 25 15:41:50 UTC 2011 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157005 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157005: commit references a PR
Date: Wed, 25 May 2011 16:16:25 +0000 (UTC)

 sunpoet     2011-05-25 16:16:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/py-twitter       Makefile distinfo 
   Log:
   - Update to 0.8.2
   - Make portlint happier
   
   Changes:        https://python-twitter.googlecode.com/hg/CHANGES
   PR:             ports/157005
   Submitted by:   sunpoet (myself)
   
   Revision  Changes    Path
   1.10      +4 -3      ports/net/py-twitter/Makefile
   1.5       +2 -2      ports/net/py-twitter/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed May 25 16:20:57 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157005 
>Unformatted:
