From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 11 22:20:01 2011 Return-Path: Delivered-To: freebsd-ports-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 2B505106564A for ; Sun, 11 Dec 2011 22:20: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 F35588FC12 for ; Sun, 11 Dec 2011 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBBMK0qQ084673 for ; Sun, 11 Dec 2011 22:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBBMK0pj084672; Sun, 11 Dec 2011 22:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 11 Dec 2011 22:20:00 GMT Resent-Message-Id: <201112112220.pBBMK0pj084672@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, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A38C1065673 for ; Sun, 11 Dec 2011 22:18:24 +0000 (UTC) (envelope-from douglas@slowhand.douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 76CB18FC0C for ; Sun, 11 Dec 2011 22:18:24 +0000 (UTC) Received: from slowhand.douglasthrift.net (douglas@slowhand.douglasthrift.net [69.55.236.40]) by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id pBBLxX17034679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 11 Dec 2011 13:59:33 -0800 (PST) (envelope-from douglas@slowhand.douglasthrift.net) Received: (from douglas@localhost) by slowhand.douglasthrift.net (8.14.5/8.14.5/Submit) id pBBLxXfl034645; Sun, 11 Dec 2011 13:59:33 -0800 (PST) (envelope-from douglas) Message-Id: <201112112159.pBBLxXfl034645@slowhand.douglasthrift.net> Date: Sun, 11 Dec 2011 13:59:33 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/163192: Update port: www/py-selenium Upgrade to 2.15.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 22:20:01 -0000 >Number: 163192 >Category: ports >Synopsis: Update port: www/py-selenium Upgrade to 2.15.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 11 22:20:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 8.0-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p6 FreeBSD 8.0-RELEASE-p6 #2: Wed Sep 28 21:40:42 PDT 2011 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: Upgraded www/py-selenium to version 2.15.0. Unfortunately there wasn't an entry in the CHANGES file. Also, set DIST_SUBDIR just in case other Selenium ports have the same source file name. >How-To-Repeat: >Fix: --- py-selenium.patch begins here --- diff -Nrux .svn -x work /usr/ports/www/py-selenium/Makefile py-selenium/Makefile --- /usr/ports/www/py-selenium/Makefile 2011-12-05 03:41:13.000000000 -0800 +++ py-selenium/Makefile 2011-12-11 13:50:41.000000000 -0800 @@ -6,10 +6,11 @@ # PORTNAME= selenium -PORTVERSION= 2.14.0 +PORTVERSION= 2.15.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= py-${PORTNAME} MAINTAINER= douglas@douglasthrift.net COMMENT= Python bindings for Selenium diff -Nrux .svn -x work /usr/ports/www/py-selenium/distinfo py-selenium/distinfo --- /usr/ports/www/py-selenium/distinfo 2011-12-05 03:41:13.000000000 -0800 +++ py-selenium/distinfo 2011-12-11 12:51:28.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (selenium-2.14.0.tar.gz) = c7cb55b1e57bb7da18db1e5679f7dc8da8215cbfb3a25a078cc25283dc041bd9 -SIZE (selenium-2.14.0.tar.gz) = 3333690 +SHA256 (py-selenium/selenium-2.15.0.tar.gz) = fe76f2c4aea72ed590fa279a56c33a4a52e1fb346a16ea49d983eace7990fcb8 +SIZE (py-selenium/selenium-2.15.0.tar.gz) = 3553513 --- py-selenium.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: