From nobody@FreeBSD.org  Fri Oct 25 20:59:12 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 14F3870
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Oct 2013 20:59:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 015782111
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Oct 2013 20:59:12 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9PKxBsM093056
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Oct 2013 20:59:11 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9PKxB4D093055;
	Fri, 25 Oct 2013 20:59:11 GMT
	(envelope-from nobody)
Message-Id: <201310252059.r9PKxB4D093055@oldred.freebsd.org>
Date: Fri, 25 Oct 2013 20:59:11 GMT
From: Kozlov Sergey <kozlov.sergey.404@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] www/py-gunicorn new version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183309
>Category:       ports
>Synopsis:       [patch] www/py-gunicorn new version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    koobs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 25 21:00:02 UTC 2013
>Closed-Date:    Sat Oct 26 05:19:10 UTC 2013
>Last-Modified:  Sat Oct 26 05:20:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->koobs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 25 21:00:10 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183309 
State-Changed-From-To: open->closed 
State-Changed-By: koobs 
State-Changed-When: Sat Oct 26 05:19:09 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183309 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183309: commit references a PR
Date: Sat, 26 Oct 2013 05:16:07 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
