svn commit: r331652 - head/www/py-gunicorn
Kubilay Kocak
koobs at FreeBSD.org
Sat Oct 26 05:16:01 UTC 2013
Author: koobs
Date: Sat Oct 26 05:16:00 2013
New Revision: 331652
URL: http://svnweb.freebsd.org/changeset/ports/331652
Log:
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 at gmail.com>
Modified:
head/www/py-gunicorn/Makefile
head/www/py-gunicorn/distinfo
Modified: head/www/py-gunicorn/Makefile
==============================================================================
--- head/www/py-gunicorn/Makefile Sat Oct 26 05:01:53 2013 (r331651)
+++ head/www/py-gunicorn/Makefile Sat Oct 26 05:16:00 2013 (r331652)
@@ -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}pyt
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>
Modified: head/www/py-gunicorn/distinfo
==============================================================================
--- head/www/py-gunicorn/distinfo Sat Oct 26 05:01:53 2013 (r331651)
+++ head/www/py-gunicorn/distinfo Sat Oct 26 05:16:00 2013 (r331652)
@@ -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
More information about the svn-ports-head
mailing list