From owner-freebsd-zope@FreeBSD.ORG Fri May 30 17:09:34 2014 Return-Path: Delivered-To: zope@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 ESMTPS id 993BCD0B; Fri, 30 May 2014 17:09:34 +0000 (UTC) Received: from pd.valinor.palantiri.org (gw.valinor.palantiri.org [212.129.6.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fbsd", Issuer "fbsd" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C63B2B5A; Fri, 30 May 2014 17:09:33 +0000 (UTC) Received: from pd.valinor.palantiri.org (localhost [127.0.0.1]) by pd.valinor.palantiri.org (8.14.9/8.14.8) with ESMTP id s4UH9Vpl026615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 30 May 2014 19:09:31 +0200 (CEST) (envelope-from root@pd.valinor.palantiri.org) Received: (from root@localhost) by pd.valinor.palantiri.org (8.14.9/8.14.8/Submit) id s4UH9Vud026614; Fri, 30 May 2014 19:09:31 +0200 (CEST) (envelope-from root) Date: Fri, 30 May 2014 19:09:31 +0200 (CEST) Message-Id: <201405301709.s4UH9Vud026614@pd.valinor.palantiri.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: [PATCH] devel/py-zope.testbrowser: update to 4.0.4 From: Bartek Rutkowski X-send-pr-version: 3.113 X-GNATS-Notify: Cc: zope@FreeBSD.org X-BeenThere: freebsd-zope@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Zope for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 17:09:34 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] devel/py-zope.testbrowser: update to 4.0.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD pd.valinor.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r266540: Thu May 22 14:01:40 CEST >Description: - Update to 4.0.4 - Newer versions are using zip for distfiles - Pet portlint http://pd.valinor.palantiri.org:8080/latest-per-pkg/py27-zope.testbrowser/4.0.4/ Port maintainer (zope@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- py-zope.testbrowser-4.0.4.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 355874) +++ Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zope.testbrowser -PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTVERSION= 4.0.4 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:${PORTSDIR}/www/py-WebTest +USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes Index: distinfo =================================================================== --- distinfo (revision 355874) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (zope/zope.testbrowser-4.0.2.tar.gz) = 703c7ca24b5ff50431af80e4b6471bcfa93030cea25b45dff931b6356d8f9cc8 -SIZE (zope/zope.testbrowser-4.0.2.tar.gz) = 77805 +SHA256 (zope/zope.testbrowser-4.0.4.zip) = 8db02fdde124f1053e0da81cbefa7e8f5f375858f78c12a58afdaa88d6fecb9d +SIZE (zope/zope.testbrowser-4.0.4.zip) = 102044 Index: pkg-descr =================================================================== --- pkg-descr (revision 355874) +++ pkg-descr (working copy) @@ -3,4 +3,4 @@ Zope specific at all. For instance, it can be used to test or otherwise interact with any web site. -WWW: https://pypi.python.org/pypi/zope.testbrowser/ +WWW: https://pypi.python.org/pypi/zope.testbrowser --- py-zope.testbrowser-4.0.4.patch ends here ---