Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 05:16:00 +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: r331652 - head/www/py-gunicorn
Message-ID:  <201310260516.r9Q5G0wS012297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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