Bug 178216 - [Maintainer Update] devel/py-robotframework-selenium2library to version 1.2.0
Summary: [Maintainer Update] devel/py-robotframework-selenium2library to version 1.2.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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-28 10:00 UTC by vladimir.chukharev
Modified: 2013-05-09 00:10 UTC (History)
0 users

See Also:


Attachments
file.diff (879 bytes, patch)
2013-04-28 10:00 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 2013-04-28 10:00:00 UTC
From the announcement:

Changes made within the 1.2 release include ... 

- Added PhantomJS as a supported browser type. 
- Fixed 'Get Selected List Label' under IE7 or IE8. 
- Added support for jQuery and sizzle selectors. 
- Added new global variable DEFAULT_HOST to demo server for more easier 
way to bind to other address than 'localhost'. 
- Skip closed browsers when setting Selenium timeout. Fixes #93. 
- Fixed internal Selenium2Library cookies acceptance test.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-28 10:00:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-05-08 23:56:26 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-09 00:00:55 UTC
Author: rm
Date: Wed May  8 23:00:47 2013
New Revision: 317718
URL: http://svnweb.freebsd.org/changeset/ports/317718

Log:
  - update to 1.2.0
  
  PR:		178216
  Submitted by:	Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer)

Modified:
  head/devel/py-robotframework-selenium2library/Makefile
  head/devel/py-robotframework-selenium2library/distinfo

Modified: head/devel/py-robotframework-selenium2library/Makefile
==============================================================================
--- head/devel/py-robotframework-selenium2library/Makefile	Wed May  8 22:59:36 2013	(r317717)
+++ head/devel/py-robotframework-selenium2library/Makefile	Wed May  8 23:00:47 2013	(r317718)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	robotframework-selenium2library
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-robotframework-selenium2library/distinfo
==============================================================================
--- head/devel/py-robotframework-selenium2library/distinfo	Wed May  8 22:59:36 2013	(r317717)
+++ head/devel/py-robotframework-selenium2library/distinfo	Wed May  8 23:00:47 2013	(r317718)
@@ -1,2 +1,2 @@
-SHA256 (robotframework-selenium2library-1.1.0.tar.gz) = 7c0d024687307b4cf757da62739e0a72af7826110d37891b971ca1f2ca69923d
-SIZE (robotframework-selenium2library-1.1.0.tar.gz) = 210178
+SHA256 (robotframework-selenium2library-1.2.0.tar.gz) = 095a7a6d8c93498992e508fa5cedd95e7c09e0ac6f9e3d6b8792e57614b0cf32
+SIZE (robotframework-selenium2library-1.2.0.tar.gz) = 211842
_______________________________________________
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"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-05-09 00:03:15 UTC
State Changed
From-To: open->closed

Committed, thanks.