From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 12:00:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BC14765 for ; Mon, 12 May 2014 12:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17F182D67 for ; Mon, 12 May 2014 12:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CC01ZE090793 for ; Mon, 12 May 2014 12:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CC01eJ090792; Mon, 12 May 2014 12:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 12 May 2014 12:00:01 GMT Resent-Message-Id: <201405121200.s4CC01eJ090792@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bartek Rutkowski 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 9EBBC3DC; Mon, 12 May 2014 11:50:27 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 255352CEC; Mon, 12 May 2014 11:50:26 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s4CBoGL7049677 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 12 May 2014 13:50:16 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s4CBoFdU045967; Mon, 12 May 2014 13:50:16 +0200 (CEST) (envelope-from root) Message-Id: <201405121150.s4CBoFdU045967@poudriere.ithil.palantiri.org> Date: Mon, 12 May 2014 13:50:16 +0200 (CEST) From: Bartek Rutkowski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189703: [PATCH] www/py-splinter: update to 0.6.0 Cc: wg@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 12:00:02 -0000 >Number: 189703 >Category: ports >Synopsis: [PATCH] www/py-splinter: update to 0.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 12 12:00:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Pixeware LTD >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May 7 16:01:11 >Description: - Update to 0.6.0 http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-splinter/0.6.0/ Port maintainer (wg@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- py-splinter-0.6.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 353806) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= splinter -PORTVERSION= 0.5.4 +PORTVERSION= 0.6.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 353806) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (splinter-0.5.4.tar.gz) = cd45b67f8ae1c98a69ac840c0c896cff914f65ddf05ea8d048087ce892bb9b03 -SIZE (splinter-0.5.4.tar.gz) = 14390 +SHA256 (splinter-0.6.0.tar.gz) = d747ce74109a84a85d5f13137bc43faa10bb769fd27cf5351340faacae670136 +SIZE (splinter-0.6.0.tar.gz) = 17307 --- py-splinter-0.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: