From nobody@FreeBSD.org  Sun Mar  4 14:52:08 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B0D42106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  4 Mar 2012 14:52:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 870278FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  4 Mar 2012 14:52:08 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q24Eq8CS046755
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 4 Mar 2012 14:52:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q24Eq87x046754;
	Sun, 4 Mar 2012 14:52:08 GMT
	(envelope-from nobody)
Message-Id: <201203041452.q24Eq87x046754@red.freebsd.org>
Date: Sun, 4 Mar 2012 14:52:08 GMT
From: Olivier Duchateau <duchateau.olivier@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] www/py-gunicorn to 0.14.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: kristaps.kulis@gmail.com

>Number:         165686
>Category:       ports
>Synopsis:       [UPDATE] www/py-gunicorn to 0.14.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 04 15:00:23 UTC 2012
>Closed-Date:    Tue Apr 10 17:05:45 UTC 2012
>Last-Modified:  Tue Apr 10 17:10:04 UTC 2012
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
ChangeLog: http://gunicorn.org/news.html#id1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u /usr/ports/www/py-gunicorn/Makefile py-gunicorn/Makefile
--- /usr/ports/www/py-gunicorn/Makefile	2011-11-19 11:51:55.000000000 +0100
+++ py-gunicorn/Makefile	2012-03-04 14:41:24.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gunicorn
-PORTVERSION=	0.13.4
+PORTVERSION=	0.14.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -u /usr/ports/www/py-gunicorn/distinfo py-gunicorn/distinfo
--- /usr/ports/www/py-gunicorn/distinfo	2011-11-19 11:51:55.000000000 +0100
+++ py-gunicorn/distinfo	2012-03-04 14:41:24.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (gunicorn-0.13.4.tar.gz) = e653e90547506c58f293b00ab78caf42829812ff6884a88145e1e0b61eee7d11
-SIZE (gunicorn-0.13.4.tar.gz) = 283003
+SHA256 (gunicorn-0.14.1.tar.gz) = 7f594e3f3ea4734d0ca26587772d761a4368407f1e53d6d71cac5ad6040ef6c3
+SIZE (gunicorn-0.14.1.tar.gz) = 203334
diff -u /usr/ports/www/py-gunicorn/pkg-plist py-gunicorn/pkg-plist
--- /usr/ports/www/py-gunicorn/pkg-plist	2011-11-19 11:51:55.000000000 +0100
+++ py-gunicorn/pkg-plist	2012-03-04 14:41:24.000000000 +0100
@@ -16,6 +16,9 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/base.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/base.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/base.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/django_wsgi.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/django_wsgi.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/django_wsgi.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/djangoapp.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/djangoapp.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/app/djangoapp.pyo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Mar 4 15:00:35 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165686 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Mar 4 15:00:42 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kristaps.kulis@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165686: [UPDATE] www/py-gunicorn to 0.14.1
Date: Sun, 4 Mar 2012 15:00:39 UT

 Maintainer of www/py-gunicorn,
 
 Please note that PR ports/165686 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/165686
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Apr 10 17:05:42 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165686: commit references a PR
Date: Tue, 10 Apr 2012 17:05:29 +0000 (UTC)

 miwi        2012-04-10 17:05:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/py-gunicorn      Makefile distinfo pkg-plist 
   Log:
   - Update to 0.14.1
   
   PR:             165686
   Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.4       +1 -1      ports/www/py-gunicorn/Makefile
   1.4       +2 -2      ports/www/py-gunicorn/distinfo
   1.4       +3 -0      ports/www/py-gunicorn/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
