diff options
author | koobs <koobs@FreeBSD.org> | 2013-10-26 13:16:00 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-10-26 13:16:00 +0800 |
commit | 75c512bf2dd48abd74a39ec315481326377ce20f (patch) | |
tree | 5f60483eef2916c03d08c2f7a5efd7a504ffc52e | |
parent | bcd3bca5cd5e499b1ff761b71d35a76b9d18e7a4 (diff) | |
download | freebsd-ports-gnome-75c512bf2dd48abd74a39ec315481326377ce20f.tar.gz freebsd-ports-gnome-75c512bf2dd48abd74a39ec315481326377ce20f.tar.zst freebsd-ports-gnome-75c512bf2dd48abd74a39ec315481326377ce20f.zip |
www/py-gunicorn: Update to 18.0
- Update to 18.0
- Replace manual PY3K_PLIST fix with framework option
PR: ports/183309
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
-rw-r--r-- | www/py-gunicorn/Makefile | 13 | ||||
-rw-r--r-- | www/py-gunicorn/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index ce9b79e35c2c..2b869087f619 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gunicorn -PORTVERSION= 17.5 +PORTVERSION= 18.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +16,10 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest USE_GITHUB= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYTHON_PY3K_PLIST_HACK= yes GH_ACCOUNT= benoitc -GH_COMMIT= cf0527f +GH_COMMIT= 24fe380 OPTIONS_DEFINE= EVENTLET GEVENT TORNADO SETPROC TESTS EVENTLET_DESC= Add Eventlet async worker @@ -56,10 +57,4 @@ RUN_DEPENDS+= ${TEST_DEPENDS} regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo index f4ac0d5b71b4..eac1b9b3691d 100644 --- a/www/py-gunicorn/distinfo +++ b/www/py-gunicorn/distinfo @@ -1,2 +1,2 @@ -SHA256 (gunicorn-17.5.tar.gz) = 2d3983074b4294ee8481b5e246792b5f5b0a0fdde4b76fe79054f0c9b7214a7f -SIZE (gunicorn-17.5.tar.gz) = 367702 +SHA256 (gunicorn-18.0.tar.gz) = c2e45bb10c031450a489d13d2a3b4a002a7574554eec51635cb96509f37d8e10 +SIZE (gunicorn-18.0.tar.gz) = 370780 |