From koobs.freebsd@gmail.com  Wed Jul 25 12:41:02 2012
Return-Path: <koobs.freebsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 191FB106566B;
	Wed, 25 Jul 2012 12:41:02 +0000 (UTC)
	(envelope-from koobs.freebsd@gmail.com)
Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id DA0288FC0A;
	Wed, 25 Jul 2012 12:41:01 +0000 (UTC)
Received: by pbbro2 with SMTP id ro2so1460992pbb.13
        for <multiple recipients>; Wed, 25 Jul 2012 05:41:01 -0700 (PDT)
Received: by 10.68.191.41 with SMTP id gv9mr53158385pbc.45.1343220061432;
        Wed, 25 Jul 2012 05:41:01 -0700 (PDT)
Received: from freebsd-90-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11])
        by mx.google.com with ESMTPS id jv6sm14322395pbc.40.2012.07.25.05.40.58
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 25 Jul 2012 05:41:00 -0700 (PDT)
Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001)
	id 95DF939F2C; Wed, 25 Jul 2012 22:40:55 +1000 (EST)
Message-Id: <20120725124055.95DF939F2C@freebsd-90-amd64.localdomain>
Date: Wed, 25 Jul 2012 22:40:55 +1000 (EST)
From: Kubilay Kocak <koobs.freebsd@gmail.com> <koobs.freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@FreeBSD.org
Subject: [PATCH] net/py-tweepy: update to 1.10, Add LICENSE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         170132
>Category:       ports
>Synopsis:       [PATCH] net/py-tweepy: update to 1.10, Add LICENSE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 12:50:06 UTC 2012
>Closed-Date:    Sat Oct 06 07:54:48 UTC 2012
>Last-Modified:  Sat Oct  6 08:00:21 UTC 2012
>Originator:     Kubilay Kocak <koobs.freebsd@gmail.com>
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul  7 21:26:56 EST
>Description:
- Update to 1.10
- Add LICENSE

Changes: https://github.com/tweepy/tweepy/commits/1.10?

==[QA]==

Redports build clean: https://redports.org/buildarchive/20120725122013-10825/

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-tweepy-1.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/py-tweepy/Makefile ./Makefile
--- /usr/ports/net/py-tweepy/Makefile	2012-06-26 14:01:07.000000000 +1000
+++ ./Makefile	2012-07-25 22:19:18.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tweepy
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,8 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	A library for accessing the Twitter.com API
 
+LICENSE=	MIT
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
diff -ruN --exclude=CVS /usr/ports/net/py-tweepy/distinfo ./distinfo
--- /usr/ports/net/py-tweepy/distinfo	2012-06-26 14:01:07.000000000 +1000
+++ ./distinfo	2012-07-25 22:19:21.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (tweepy-1.9.tar.gz) = f5e5d7b95ae481c01b5440635170e9a5407ab6ca0a13c0ee29b064bbb2926330
-SIZE (tweepy-1.9.tar.gz) = 21661
+SHA256 (tweepy-1.10.tar.gz) = e3b2860001e83b7fccf0910e7fae7e5c4f47bca40b1e0bc81bfd42cb55d53d53
+SIZE (tweepy-1.10.tar.gz) = 21691
--- py27-tweepy-1.10.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 25 12:50:17 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170132 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jul 25 12:50:21 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Cc: bug-followup@FreeBSD.org
Subject: Re: ports/170132: [PATCH] net/py-tweepy: update to 1.10, Add LICENSE
Date: Wed, 25 Jul 2012 12:50:20 UT

 Maintainer of net/py-tweepy,
 
 Please note that PR ports/170132 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170132
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-python->clsung 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sat Jul 28 16:04:58 UTC 2012 
Responsible-Changed-Why:  
Overt to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170132 
State-Changed-From-To: feedback->closed 
State-Changed-By: sbz 
State-Changed-When: Sat Oct 6 07:54:42 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170132: commit references a PR
Date: Sat,  6 Oct 2012 07:54:19 +0000 (UTC)

 Author: sbz
 Date: Sat Oct  6 07:54:04 2012
 New Revision: 305340
 URL: http://svn.freebsd.org/changeset/ports/305340
 
 Log:
   - Update to 1.10
   - Add LICENSE
   
   PR:		ports/170132
   Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com>
   Approved by:	maintainer timeout (> 14 days)
 
 Modified:
   head/net/py-tweepy/Makefile   (contents, props changed)
   head/net/py-tweepy/distinfo   (contents, props changed)
 
 Modified: head/net/py-tweepy/Makefile
 ==============================================================================
 --- head/net/py-tweepy/Makefile	Sat Oct  6 06:48:46 2012	(r305339)
 +++ head/net/py-tweepy/Makefile	Sat Oct  6 07:54:04 2012	(r305340)
 @@ -1,12 +1,8 @@
 -# Ports collection makefile for:	py-tweepy
 -# Date created:			Tue Nov  1 14:27:14 CST 2011
 -# Whom:				Cheng-Lung Sung <clsung@FreeBSD.org>
 -#
 +# Created by:				Cheng-Lung Sung <clsung@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	tweepy
 -PORTVERSION=	1.9
 +PORTVERSION=	1.10
  CATEGORIES=	net python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -14,6 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  MAINTAINER=	clsung@FreeBSD.org
  COMMENT=	A library for accessing the Twitter.com API
  
 +LICENSE=	MIT
 +
  USE_PYTHON=	yes
  USE_PYDISTUTILS=	easy_install
  
 
 Modified: head/net/py-tweepy/distinfo
 ==============================================================================
 --- head/net/py-tweepy/distinfo	Sat Oct  6 06:48:46 2012	(r305339)
 +++ head/net/py-tweepy/distinfo	Sat Oct  6 07:54:04 2012	(r305340)
 @@ -1,2 +1,2 @@
 -SHA256 (tweepy-1.9.tar.gz) = f5e5d7b95ae481c01b5440635170e9a5407ab6ca0a13c0ee29b064bbb2926330
 -SIZE (tweepy-1.9.tar.gz) = 21661
 +SHA256 (tweepy-1.10.tar.gz) = e3b2860001e83b7fccf0910e7fae7e5c4f47bca40b1e0bc81bfd42cb55d53d53
 +SIZE (tweepy-1.10.tar.gz) = 21691
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
