From owner-cvs-all@FreeBSD.ORG Sat Nov 19 10:51:55 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C078106566B; Sat, 19 Nov 2011 10:51:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C12C8FC0A; Sat, 19 Nov 2011 10:51:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pAJAptDQ076855; Sat, 19 Nov 2011 10:51:55 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pAJAptNt076852; Sat, 19 Nov 2011 10:51:55 GMT (envelope-from sunpoet) Message-Id: <201111191051.pAJAptNt076852@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Nov 2011 10:51:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-gunicorn Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2011 10:51:55 -0000 sunpoet 2011-11-19 10:51:55 UTC FreeBSD ports repository Modified files: www/py-gunicorn Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.13.4 - Add OPTIONS: EVENTLET, GEVENT, SETPROC - asynchronous workers: used in CLI with -k/--worker-class option [1] - setproctitle: used in CLI with --name option [2] - While I'm here, restrict USE_PYTHON range to 2.5-2.7 [1] http://gunicorn.org/configure.html#worker-class [2] http://gunicorn.org/configure.html#proc-name Changes: http://gunicorn.org/news.html PR: ports/162194 Submitted by: Olivier Duchateau Approved by: maintainer (timeout, 19 days) Feature safe: yes Revision Changes Path 1.3 +20 -2 ports/www/py-gunicorn/Makefile 1.3 +2 -2 ports/www/py-gunicorn/distinfo 1.2 +0 -2 ports/www/py-gunicorn/pkg-descr 1.3 +69 -66 ports/www/py-gunicorn/pkg-plist