Bug 188250 - [Patch] update port www/py-selenium to 2.41.0
Summary: [Patch] update port www/py-selenium to 2.41.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 08:30 UTC by vladimir.chukharev
Modified: 2014-05-22 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (940 bytes, patch)
2014-04-04 08:30 UTC, vladimir.chukharev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2014-04-04 08:30:00 UTC
Update port www/py-selenium to v.2.41.0 released a week ago.
The new version supports FireFox 2.8.

Change USE_PYDISTUTILS to yes per deprecation warning.

Checked with 'port test' and running my tests (robotframework + firefox).

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-04 08:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-04 08:30:05 UTC
Maintainer of www/py-selenium,

Please note that PR ports/188250 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188250

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-04 08:30:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Douglas Thrift 2014-04-04 18:31:50 UTC
This looks fine. I approve.

Douglas William Thrift
<douglas@douglasthrift.net>
<http://douglasthrift.net/>
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2014-04-04 23:41:48 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2014-05-22 07:30:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2014-05-22 07:30:27 UTC
Author: miwi
Date: Thu May 22 06:30:22 2014
New Revision: 354787
URL: http://svnweb.freebsd.org/changeset/ports/354787
QAT: https://qat.redports.org/buildarchive/r354787/

Log:
  - Update to 2.41.0
  
  PR:		188250
  Submitted by:	Vladimir Chukharev <Vladimir.Chukharev@gmail.com>
  Approved by:	maintainer

Modified:
  head/www/py-selenium/Makefile
  head/www/py-selenium/distinfo

Modified: head/www/py-selenium/Makefile
==============================================================================
--- head/www/py-selenium/Makefile	Thu May 22 06:29:22 2014	(r354786)
+++ head/www/py-selenium/Makefile	Thu May 22 06:30:22 2014	(r354787)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selenium
-PORTVERSION=	2.37.2
+PORTVERSION=	2.41.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,8 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rdflib>=3.1.0:${PORTSDIR}/textproc/py-rdflib
 
-LATEST_LINK=	py-${PORTNAME}
-
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	FIREFOX

Modified: head/www/py-selenium/distinfo
==============================================================================
--- head/www/py-selenium/distinfo	Thu May 22 06:29:22 2014	(r354786)
+++ head/www/py-selenium/distinfo	Thu May 22 06:30:22 2014	(r354787)
@@ -1,2 +1,2 @@
-SHA256 (selenium-2.37.2.tar.gz) = c490ea8d5f74d2217c9d29d574841a0d658b8e148fca3759cd23da273b123d41
-SIZE (selenium-2.37.2.tar.gz) = 2647671
+SHA256 (selenium-2.41.0.tar.gz) = 7a5872f4e772fe8e338b585895701e4316920025923cf23fe04d04350d4e4f9c
+SIZE (selenium-2.41.0.tar.gz) = 2478255
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"