From koobs.freebsd@gmail.com  Sun Jun 24 15:02:09 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 E79C31065734
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jun 2012 15:02:07 +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 7D8EC8FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jun 2012 15:02:07 +0000 (UTC)
Received: by dadv36 with SMTP id v36so4519121dad.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jun 2012 08:02:07 -0700 (PDT)
Received: by 10.68.224.133 with SMTP id rc5mr31596258pbc.14.1340550127001;
        Sun, 24 Jun 2012 08:02:07 -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 to1sm5543673pbc.27.2012.06.24.08.02.04
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 24 Jun 2012 08:02:06 -0700 (PDT)
Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001)
	id 1EDF317738; Mon, 25 Jun 2012 01:02:01 +1000 (EST)
Message-Id: <20120624150201.1EDF317738@freebsd-90-amd64.localdomain>
Date: Mon, 25 Jun 2012 01:02:01 +1000 (EST)
From: koobs <koobs.freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kristaps.kulis@gmail.com
Subject: [PATCH] www/py27-gunicorn: update to 0.14.4, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify: kristaps.kulis@gmail.com

>Number:         169375
>Category:       ports
>Synopsis:       [PATCH] www/py27-gunicorn: update to 0.14.4, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    olivierd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 15:10:07 UTC 2012
>Closed-Date:    Wed Jul 18 17:21:04 UTC 2012
>Last-Modified:  Wed Jul 18 17:21:04 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.14.4
- Take maintainership (multiple timeouts)
- Add OPTIONSFILE

Port maintainer (kristaps.kulis@gmail.com) is cc'd.

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

--- py27-gunicorn-0.14.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/py-gunicorn/Makefile ./Makefile
--- /usr/ports/www/py-gunicorn/Makefile	2012-04-23 16:59:52.000000000 +1000
+++ ./Makefile	2012-06-25 01:00:44.000000000 +1000
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	gunicorn
-PORTVERSION=	0.14.2
+PORTVERSION=	0.14.4
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	kristaps.kulis@gmail.com
+MAINTAINER=	koobs.freebsd@gmail.com
 COMMENT=	Python WSGI server for unix
 
 USE_PYTHON=	2.5-2.7
@@ -21,6 +21,8 @@
 		GEVENT "Add asynchronous worker Gevent" off \
 		SETPROC "Add support to change process name" off
 
+OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
+
 .include <bsd.port.options.mk>
 
 .if defined(WITH_EVENTLET)
diff -ruN --exclude=CVS /usr/ports/www/py-gunicorn/distinfo ./distinfo
--- /usr/ports/www/py-gunicorn/distinfo	2012-04-23 16:59:52.000000000 +1000
+++ ./distinfo	2012-06-25 00:57:40.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (gunicorn-0.14.2.tar.gz) = d99eb8c8074763877db28e1996ba70ac4df18ec497f2f27ece276cf54419ee65
-SIZE (gunicorn-0.14.2.tar.gz) = 203588
+SHA256 (gunicorn-0.14.4.tar.gz) = 283522ccea5eae7ed3c1e61ea2da7c987a6968fd7603cc83a7de7487b6ff072b
+SIZE (gunicorn-0.14.4.tar.gz) = 228643
--- py27-gunicorn-0.14.4.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jun 24 15:10:17 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kristaps.kulis@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/169375: [PATCH] www/py27-gunicorn: update to 0.14.4, take maintainership
Date: Sun, 24 Jun 2012 15:10:15 UT

 Maintainer of www/py-gunicorn,
 
 Please note that PR ports/169375 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/169375
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: koobs k <koobs.freebsd@gmail.com>
To: bug-followup@FreeBSD.org, koobs.freebsd@gmail.com
Cc:  
Subject: Re: ports/169375: [PATCH] www/py27-gunicorn: update to 0.14.4, take maintainership
Date: Mon, 25 Jun 2012 01:17:17 +1000

 Deprecates ports/167982
Responsible-Changed-From-To: freebsd-ports-bugs->olivierd 
Responsible-Changed-By: olivierd 
Responsible-Changed-When: Sun Jul 1 07:57:39 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169375: commit references a PR
Date: Wed, 18 Jul 2012 17:18:37 +0000 (UTC)

 Author: olivierd
 Date: Wed Jul 18 17:18:25 2012
 New Revision: 301105
 URL: http://svn.freebsd.org/changeset/ports/301105
 
 Log:
   - Update to 0.14.5
   - Change maintainer address
   - Convert to new options framework
   
   PR:	169375 (update to 0.14.4)
   Submitted by: koobs <koobs.freebsd@gmail.com>
   Approved by:	miwi, rene (mentors)
 
 Modified:
   head/www/py-gunicorn/Makefile
   head/www/py-gunicorn/distinfo
 
 Modified: head/www/py-gunicorn/Makefile
 ==============================================================================
 --- head/www/py-gunicorn/Makefile	Wed Jul 18 17:06:02 2012	(r301104)
 +++ head/www/py-gunicorn/Makefile	Wed Jul 18 17:18:25 2012	(r301105)
 @@ -6,32 +6,35 @@
  #
  
  PORTNAME=	gunicorn
 -PORTVERSION=	0.14.2
 +PORTVERSION=	0.14.5
  CATEGORIES=	www python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  
 -MAINTAINER=	kristaps.kulis@gmail.com
 +MAINTAINER=	koobs.freebsd@gmail.com
  COMMENT=	Python WSGI server for unix
  
  USE_PYTHON=	2.5-2.7
  USE_PYDISTUTILS=	easy_install
  
 -OPTIONS=	EVENTLET "Add asynchronous worker Eventlet" off \
 -		GEVENT "Add asynchronous worker Gevent" off \
 -		SETPROC "Add support to change process name" off
 +OPTIONS_DEFINE= EVENTLET GEVENT SETPROC
 +EVENTLET_DESC=  Add Eventlet asynchronous worker
 +GEVENT_DESC=    Add Gevent asynchronous worker
 +SETPROC_DESC=   Change process name support
 +
 +OPTIONSFILE?=   ${PORT_DBDIR}/py-${PORTNAME}/options
  
  .include <bsd.port.options.mk>
  
 -.if defined(WITH_EVENTLET)
 +.if ${PORT_OPTIONS:MEVENTLET}
  RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}eventlet>=0.9:${PORTSDIR}/net/py-eventlet
  .endif
  
 -.if defined(WITH_GEVENT)
 +.if ${PORT_OPTIONS:MGEVENT}
  RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gevent/__init__.py:${PORTSDIR}/devel/py-gevent
  .endif
  
 -.if defined(WITH_SETPROC)
 +.if ${PORT_OPTIONS:MSETPROC}
  RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/setproctitle.so:${PORTSDIR}/devel/py-setproctitle
  .endif
  
 
 Modified: head/www/py-gunicorn/distinfo
 ==============================================================================
 --- head/www/py-gunicorn/distinfo	Wed Jul 18 17:06:02 2012	(r301104)
 +++ head/www/py-gunicorn/distinfo	Wed Jul 18 17:18:25 2012	(r301105)
 @@ -1,2 +1,2 @@
 -SHA256 (gunicorn-0.14.2.tar.gz) = d99eb8c8074763877db28e1996ba70ac4df18ec497f2f27ece276cf54419ee65
 -SIZE (gunicorn-0.14.2.tar.gz) = 203588
 +SHA256 (gunicorn-0.14.5.tar.gz) = cef7820010cc5d1bf134e25b0ab22097b67886ae72c42a774d555be605a9b422
 +SIZE (gunicorn-0.14.5.tar.gz) = 228742
 _______________________________________________
 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: olivierd 
State-Changed-When: Wed Jul 18 17:21:02 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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