From koobs.freebsd@gmail.com  Sat Jun 23 09:15:56 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 94F061065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jun 2012 09:15:56 +0000 (UTC)
	(envelope-from koobs.freebsd@gmail.com)
Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 65C898FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jun 2012 09:15:56 +0000 (UTC)
Received: by dadv36 with SMTP id v36so3539322dad.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jun 2012 02:15:55 -0700 (PDT)
Received: by 10.68.190.102 with SMTP id gp6mr19363112pbc.5.1340442955753;
        Sat, 23 Jun 2012 02:15:55 -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 na10sm1824320pbc.23.2012.06.23.02.15.47
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 23 Jun 2012 02:15:49 -0700 (PDT)
Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001)
	id 7B2B61773B; Sat, 23 Jun 2012 19:15:44 +1000 (EST)
Message-Id: <20120623091544.7B2B61773B@freebsd-90-amd64.localdomain>
Date: Sat, 23 Jun 2012 19:15:44 +1000 (EST)
From: koobs <koobs.freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mail@derzinn.de
Subject: [PATCH] devel/py-anyjson: update to 0.3.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mail@derzinn.de

>Number:         169340
>Category:       ports
>Synopsis:       [PATCH] devel/py-anyjson: update to 0.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 23 09:20:18 UTC 2012
>Closed-Date:    Tue Aug 14 09:34:40 UTC 2012
>Last-Modified:  Tue Aug 14 09:34:40 UTC 2012
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
- Update to 0.3.3
- Remove LICENSE_FILE for well-known (licenses.db) licenses

Port maintainer (mail@derzinn.de) is cc'd.

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

--- py27-anyjson-0.3.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-anyjson/Makefile ./Makefile
--- /usr/ports/devel/py-anyjson/Makefile	2011-04-12 13:16:14.000000000 +1000
+++ ./Makefile	2012-06-23 19:13:16.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	anyjson
-PORTVERSION=	0.3.1
+PORTVERSION=	0.3.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,6 @@
 COMMENT=	JSON library wrapper for Python
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
diff -ruN --exclude=CVS /usr/ports/devel/py-anyjson/distinfo ./distinfo
--- /usr/ports/devel/py-anyjson/distinfo	2011-04-12 13:16:14.000000000 +1000
+++ ./distinfo	2012-06-23 19:13:26.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (anyjson-0.3.1.tar.gz) = 1643c0adb7dbecc4331437ee14ef5f6a3d55b4ffca147db1cc957dc966062340
-SIZE (anyjson-0.3.1.tar.gz) = 5161
+SHA256 (anyjson-0.3.3.tar.gz) = 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba
+SIZE (anyjson-0.3.3.tar.gz) = 8332
--- py27-anyjson-0.3.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 23 09:20:31 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=169340 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jun 23 09:20:39 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mail@derzinn.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/169340: [PATCH] devel/py-anyjson: update to 0.3.3
Date: Sat, 23 Jun 2012 09:20:35 UT

 Maintainer of devel/py-anyjson,
 
 Please note that PR ports/169340 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/169340
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-python->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Jun 23 12:08:17 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169340: commit references a PR
Date: Tue, 14 Aug 2012 09:07:39 +0000 (UTC)

 Author: sunpoet
 Date: Tue Aug 14 09:07:29 2012
 New Revision: 302506
 URL: http://svn.freebsd.org/changeset/ports/302506
 
 Log:
   - Update to 0.3.3
   - Remove LICENSE_FILE for well-known licenses
   
   Changes:	https://bitbucket.org/runeh/anyjson/src/default/CHANGELOG
   PR:		ports/169340
   Submitted by:	koobs <koobs.freebsd@gmail.com>
   Approved by:	maintainer (timeout, 45 days)
 
 Modified:
   head/devel/py-anyjson/Makefile   (contents, props changed)
   head/devel/py-anyjson/distinfo   (contents, props changed)
 
 Modified: head/devel/py-anyjson/Makefile
 ==============================================================================
 --- head/devel/py-anyjson/Makefile	Tue Aug 14 08:48:32 2012	(r302505)
 +++ head/devel/py-anyjson/Makefile	Tue Aug 14 09:07:29 2012	(r302506)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	anyjson
 -PORTVERSION=	0.3.1
 +PORTVERSION=	0.3.3
  CATEGORIES=	devel python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -15,9 +15,8 @@ MAINTAINER=	mail@derzinn.de
  COMMENT=	JSON library wrapper for Python
  
  LICENSE=	BSD
 -LICENSE_FILE=	${WRKSRC}/LICENSE
  
 -USE_PYTHON=		yes
 +USE_PYTHON=	yes
  USE_PYDISTUTILS=	easy_install
  
  .include <bsd.port.mk>
 
 Modified: head/devel/py-anyjson/distinfo
 ==============================================================================
 --- head/devel/py-anyjson/distinfo	Tue Aug 14 08:48:32 2012	(r302505)
 +++ head/devel/py-anyjson/distinfo	Tue Aug 14 09:07:29 2012	(r302506)
 @@ -1,2 +1,2 @@
 -SHA256 (anyjson-0.3.1.tar.gz) = 1643c0adb7dbecc4331437ee14ef5f6a3d55b4ffca147db1cc957dc966062340
 -SIZE (anyjson-0.3.1.tar.gz) = 5161
 +SHA256 (anyjson-0.3.3.tar.gz) = 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba
 +SIZE (anyjson-0.3.3.tar.gz) = 8332
 _______________________________________________
 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue Aug 14 09:34:39 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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