Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 20:59:11 GMT
From:      Kozlov Sergey <kozlov.sergey.404@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183309: [patch] www/py-gunicorn new version
Message-ID:  <201310252059.r9PKxB4D093055@oldred.freebsd.org>
Resent-Message-ID: <201310252100.r9PL02oc012854@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183309
>Category:       ports
>Synopsis:       [patch] www/py-gunicorn new version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 25 21:00:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kozlov Sergey
>Release:        9.2-RELEASE
>Organization:
ARC
>Environment:
FreeBSD fbsd-sandbox 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Updated port to gunicorn-18.0

Removed py3k plist hack, as it's already within the ports framework.
Other changes are trivial.

NOT checked with portlint, as it gives an portlint internal error.
Check with porttools w/o portlint gives OK.
Port passes regression-tests.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile    (revision 331634)
+++ Makefile    (working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$

 PORTNAME=      gunicorn
-PORTVERSION=   17.5
+PORTVERSION=   18.0
 CATEGORIES=    www python
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

@@ -18,7 +18,7 @@
 USE_PYDISTUTILS=       easy_install

 GH_ACCOUNT=    benoitc
-GH_COMMIT=     cf0527f
+GH_COMMIT=     24fe380

 OPTIONS_DEFINE=        EVENTLET GEVENT TORNADO SETPROC TESTS
 EVENTLET_DESC= Add Eventlet async worker
@@ -56,10 +56,4 @@
 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>
Index: distinfo
===================================================================
--- distinfo    (revision 331634)
+++ distinfo    (working copy)
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:



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