Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2012 01:02:01 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169375: [PATCH] www/py27-gunicorn: update to 0.14.4, take maintainership
Message-ID:  <20120624150201.1EDF317738@freebsd-90-amd64.localdomain>
Resent-Message-ID: <201206241510.q5OFA7ev044713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169375
>Category:       ports
>Synopsis:       [PATCH] www/py27-gunicorn: update to 0.14.4, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 15:10:07 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120624150201.1EDF317738>