Date: Sat, 27 Apr 2013 17:13:34 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316676 - head/www/py-gunicorn Message-ID: <201304271713.r3RHDYBU079817@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Apr 27 17:13:34 2013 New Revision: 316676 URL: http://svnweb.freebsd.org/changeset/ports/316676 Log: www/py-gunicorn: Update to 0.17.4 Changes: http://docs.gunicorn.org/en/latest/news.html Approved by: eadler, rm (mentors, implicit) Modified: head/www/py-gunicorn/Makefile head/www/py-gunicorn/distinfo Modified: head/www/py-gunicorn/Makefile ============================================================================== --- head/www/py-gunicorn/Makefile Sat Apr 27 16:46:31 2013 (r316675) +++ head/www/py-gunicorn/Makefile Sat Apr 27 17:13:34 2013 (r316676) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gunicorn -PORTVERSION= 0.17.2 +PORTVERSION= 0.17.4 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install GH_ACCOUNT= benoitc -GH_COMMIT= 5369c6c +GH_COMMIT= ca35dc7 OPTIONS_DEFINE= EVENTLET GEVENT TORNADO SETPROC EVENTLET_DESC= Add Eventlet async worker Modified: head/www/py-gunicorn/distinfo ============================================================================== --- head/www/py-gunicorn/distinfo Sat Apr 27 16:46:31 2013 (r316675) +++ head/www/py-gunicorn/distinfo Sat Apr 27 17:13:34 2013 (r316676) @@ -1,2 +1,2 @@ -SHA256 (gunicorn-0.17.2.tar.gz) = 9483f2adfde0659ef42ad47da9417aaf4417aa672ab8da3185149f0489db03d1 -SIZE (gunicorn-0.17.2.tar.gz) = 360240 +SHA256 (gunicorn-0.17.4.tar.gz) = 6adbfe2a921cb06008f0aea98cbbb6cb4a0fc2c673b0be601548703daef56873 +SIZE (gunicorn-0.17.4.tar.gz) = 362303
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304271713.r3RHDYBU079817>