Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 04:04:46 +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: r410498 - head/www/py-gunicorn
Message-ID:  <201603070404.u2744kDm056781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Mar  7 04:04:46 2016
New Revision: 410498
URL: https://svnweb.freebsd.org/changeset/ports/410498

Log:
  www/py-gunicorn: Update to 19.4.5
  
  - Update PORTVERSION and distinfo checksum (19.4.5)
  - Remove conditional post-patch target, fixed in lang/python* [1]
  
  [1] https://svnweb.freebsd.org/changeset/ports/405569
  
  Changes:
  
    http://docs.gunicorn.org/en/stable/news.html

Modified:
  head/www/py-gunicorn/Makefile
  head/www/py-gunicorn/distinfo

Modified: head/www/py-gunicorn/Makefile
==============================================================================
--- head/www/py-gunicorn/Makefile	Mon Mar  7 02:10:45 2016	(r410497)
+++ head/www/py-gunicorn/Makefile	Mon Mar  7 04:04:46 2016	(r410498)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gunicorn
-PORTVERSION=	19.4.1
+PORTVERSION=	19.4.5
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -42,6 +42,10 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3300
+.if ${PORT_OPTIONS:MGAIOHTTP}
+BROKEN=	GAIOHTTP requires Python 3.3+ but this port is building with Python ${PYTHON_VER}. \
+	Disable the GAIOHTTP option or change the version of Python to build with, using DEFAULT_VERSIONS
+.endif
 TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
 .endif
 
@@ -50,18 +54,6 @@ BROKEN=	GEVENT requires Python < 3.x but
 	Disable the GEVENT option of change the version of Python to build with, using DEFAULT_VERSIONS
 .endif
 
-.if ${PYTHON_REL} < 3000
-
-# compileall() fails on 2.x, but .py[co] files are still in --record output
-post-patch:
-	${RM} ${WRKSRC}/gunicorn/workers/_gaiohttp.py
-
-.if ${PYTHON_REL} < 3300 && ${PORT_OPTIONS:MGAIOHTTP}
-BROKEN=	GAIOHTTP requires Python 3.3+ but this port is building with Python ${PYTHON_VER}. \
-	Disable the GAIOHTTP option or change the version of Python to build with, using DEFAULT_VERSIONS
-.endif
-.endif
-
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 

Modified: head/www/py-gunicorn/distinfo
==============================================================================
--- head/www/py-gunicorn/distinfo	Mon Mar  7 02:10:45 2016	(r410497)
+++ head/www/py-gunicorn/distinfo	Mon Mar  7 04:04:46 2016	(r410498)
@@ -1,2 +1,2 @@
-SHA256 (benoitc-gunicorn-19.4.1_GH0.tar.gz) = 81899db60828fdd0377f1e6618859459af0cd151b70baf90ca3c76cabaf3cfe1
-SIZE (benoitc-gunicorn-19.4.1_GH0.tar.gz) = 404656
+SHA256 (benoitc-gunicorn-19.4.5_GH0.tar.gz) = b00921adb5c7d786b2b22416a03d0e4586209d754c1dde302c10981bcbf09fe0
+SIZE (benoitc-gunicorn-19.4.5_GH0.tar.gz) = 405132



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