From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 15 20:30:01 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4F521065670 for ; Wed, 15 Sep 2010 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3F2F8FC12 for ; Wed, 15 Sep 2010 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8FKU1Oa076274 for ; Wed, 15 Sep 2010 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8FKU1mE076273; Wed, 15 Sep 2010 20:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 15 Sep 2010 20:30:01 GMT Resent-Message-Id: <201009152030.o8FKU1mE076273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EE4A1065673 for ; Wed, 15 Sep 2010 20:20:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1898FC13 for ; Wed, 15 Sep 2010 20:20:15 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8FKKCQL013801 for ; Wed, 15 Sep 2010 20:20:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8FKKCFh013800; Wed, 15 Sep 2010 20:20:12 GMT (envelope-from nobody) Message-Id: <201009152020.o8FKKCFh013800@www.freebsd.org> Date: Wed, 15 Sep 2010 20:20:12 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/150603: [UPDATE] www/py-WebTest X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 20:30:02 -0000 >Number: 150603 >Category: misc >Synopsis: [UPDATE] www/py-WebTest >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 15 20:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: Update to 1.2.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN py-WebTest.orig/Makefile py-WebTest/Makefile --- py-WebTest.orig/Makefile 2010-09-15 22:17:47.546304000 +0200 +++ py-WebTest/Makefile 2010-09-15 22:18:23.167033066 +0200 @@ -6,18 +6,21 @@ # PORTNAME= WebTest -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= www python -MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP \ + http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c-s@c-s.li COMMENT= Helper to test WSGI applications +LICENSE= MIT + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install .include diff -ruN py-WebTest.orig/distinfo py-WebTest/distinfo --- py-WebTest.orig/distinfo 2010-09-15 22:17:47.546304000 +0200 +++ py-WebTest/distinfo 2010-09-15 22:18:23.167033066 +0200 @@ -1,3 +1,3 @@ -MD5 (WebTest-1.2.1.tar.gz) = 80548f890cb4643f68712a3368f18beb -SHA256 (WebTest-1.2.1.tar.gz) = ef1890a7a909a630fafa54010136fef308c874fda3e0c04c97390f7791a384ca -SIZE (WebTest-1.2.1.tar.gz) = 18872 +MD5 (WebTest-1.2.2.tar.gz) = 0ff3ba2d1ef13d75e3bb8e7322a7b427 +SHA256 (WebTest-1.2.2.tar.gz) = 7d262ecd6f936de750d8b6e8e6fb82c5e299924e5156652ce06842b8501bfd65 +SIZE (WebTest-1.2.2.tar.gz) = 49546 >Release-Note: >Audit-Trail: >Unformatted: