Date: Sat, 21 May 2016 12:30:37 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415597 - head/www/py-splinter Message-ID: <201605211230.u4LCUbaV032087@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat May 21 12:30:37 2016 New Revision: 415597 URL: https://svnweb.freebsd.org/changeset/ports/415597 Log: www/py-splinter: update to 0.7.3 Modified: head/www/py-splinter/Makefile head/www/py-splinter/distinfo Modified: head/www/py-splinter/Makefile ============================================================================== --- head/www/py-splinter/Makefile Sat May 21 12:18:34 2016 (r415596) +++ head/www/py-splinter/Makefile Sat May 21 12:30:37 2016 (r415597) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= splinter -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Browser abstraction for web acc LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.39:www/py-selenium \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selenium>=2.47:www/py-selenium \ ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=4.0.4:devel/py-zope.testbrowser \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect + ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python USE_PYTHON= distutils autoplist Modified: head/www/py-splinter/distinfo ============================================================================== --- head/www/py-splinter/distinfo Sat May 21 12:18:34 2016 (r415596) +++ head/www/py-splinter/distinfo Sat May 21 12:30:37 2016 (r415597) @@ -1,2 +1,3 @@ -SHA256 (splinter-0.6.0.tar.gz) = d747ce74109a84a85d5f13137bc43faa10bb769fd27cf5351340faacae670136 -SIZE (splinter-0.6.0.tar.gz) = 17307 +TIMESTAMP = 1463833302 +SHA256 (splinter-0.7.3.tar.gz) = 3e5d38e5bc1be94a9af64ddc7530a9023c52f21dd2704ef40c45e35f9c00addb +SIZE (splinter-0.7.3.tar.gz) = 20032
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605211230.u4LCUbaV032087>