From owner-freebsd-python@FreeBSD.ORG Mon May 26 08:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 46E3A3A2 for ; Mon, 26 May 2014 08:30:01 +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 3363B2652 for ; Mon, 26 May 2014 08:30:01 +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 s4Q8U03w073556 for ; Mon, 26 May 2014 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4Q8U0Bt073555; Mon, 26 May 2014 08:30:00 GMT (envelope-from gnats) Date: Mon, 26 May 2014 08:30:00 GMT Message-Id: <201405260830.s4Q8U0Bt073555@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Douglas Thrift Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Reply-To: Douglas Thrift X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 08:30:01 -0000 The following reply was made to PR ports/190132; it has been noted by GNATS. From: Douglas Thrift To: bug-followup@FreeBSD.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0 Date: Mon, 26 May 2014 01:06:49 -0700 This is a multi-part message in MIME format. --------------010808020300020704090901 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Please use this patch instead. Thanks! -- Douglas William Thrift --------------010808020300020704090901 Content-Type: text/plain; charset=windows-1252; name="py-selenium.2014-05-26T065717Z.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="py-selenium.2014-05-26T065717Z.diff" Index: www/py-selenium/Makefile =================================================================== --- www/py-selenium/Makefile (revision 355276) +++ www/py-selenium/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.41.0 +PORTVERSION= 2.42.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: www/py-selenium/distinfo =================================================================== --- www/py-selenium/distinfo (revision 355276) +++ www/py-selenium/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.41.0.tar.gz) = 7a5872f4e772fe8e338b585895701e4316920025923cf23fe04d04350d4e4f9c -SIZE (selenium-2.41.0.tar.gz) = 2478255 +SHA256 (selenium-2.42.0.tar.gz) = 6570a984d75873b3372e8cf6d82104b9572acd31bdb22d04f4bc60844b40e2a9 +SIZE (selenium-2.42.0.tar.gz) = 2512909 --------------010808020300020704090901--