pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-selenium-webdriver Update ruby-selenium-webdr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7930d3b15934
branches:  trunk
changeset: 648347:7930d3b15934
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 13 17:59:44 2015 +0000

description:
Update ruby-selenium-webdriver to 2.45.0.

2.45.0 (2014-02-28)
===================

Firefox:
  * Native events in Firefox relied on an API that Mozilla no longer
    provides. As such, fall back to synthesized events on recent Firefox
    versions.

Ruby changes:
  * Allow switching windows when current window is closed (thanks Titus Fortner).
  * Add :javascript_enabled to Android capabilities.

2.44.0 (2014-10-05)
===================

No Ruby changes in this release.

Firefox:
  * Native event support for Firefox 24, 31, 32 and 33

2.43.0 (2014-09-09)
===================

* Make sure UnhandledAlertErrors includes the alert text if provided by the driver.
* Firefox
  - Make sure the browser process is properly killed if silent startup hangs (#7392)
  - native events support for Firefox 24, 31 and 32
* Loosen websocket dependency to ~> 1.0
* Add support for `switch_to.parent_frame` (thanks abotalov)
* Fix download location for Selenium::Server.{latest,get} (#7049 - thanks marekj)

diffstat:

 www/ruby-selenium-webdriver/Makefile |  21 +++++++++--------
 www/ruby-selenium-webdriver/PLIST    |  44 ++++++++++++++++++-----------------
 www/ruby-selenium-webdriver/distinfo |   8 +++---
 3 files changed, 38 insertions(+), 35 deletions(-)

diffs (182 lines):

diff -r 6716615550b0 -r 7930d3b15934 www/ruby-selenium-webdriver/Makefile
--- a/www/ruby-selenium-webdriver/Makefile      Fri Mar 13 17:58:39 2015 +0000
+++ b/www/ruby-selenium-webdriver/Makefile      Fri Mar 13 17:59:44 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/08/22 09:38:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/13 17:59:44 taca Exp $
 
-DISTNAME=      selenium-webdriver-2.42.0
+DISTNAME=      selenium-webdriver-2.45.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    ruby www
 
@@ -12,18 +12,19 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-childprocess>=0.5.0:../../sysutils/ruby-childprocess
 DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.0<2.0:../../textproc/ruby-multi_json
 DEPENDS+=      ${RUBY_PKGPREFIX}-zip>=1.0<2.0:../../archivers/ruby-zip
-DEPENDS+=      ${RUBY_PKGPREFIX}-websocket>=1.0.4:../../www/ruby-websocket
+DEPENDS+=      ${RUBY_PKGPREFIX}-websocket>=1.0<2:../../www/ruby-websocket
 
 USE_LANGUAGES= # none
 
-RUBY_VERSION_SUPPORTED=        200 193 21      # XXX: ruby-zip
-
-OVERRIDE_GEMSPEC+=     websocket>=1.0.4 # XXX: Will be fixed in the next rel.
+OVERRIDE_GEMSPEC+= \
+       :files lib/selenium/webdriver/firefox/native/linux/amd64/x_ignore_nofocus.so= \
+       lib/selenium/webdriver/firefox/native/linux/x86/x_ignore_nofocus.so=
 
-post-install:
-       # XXX: Remove this unportable garbage. Breaks on non-Linux targets.
-       ${RM} ${DESTDIR}${PREFIX}/${GEM_LIBDIR}/lib/selenium/webdriver/firefox/native/linux/amd64/x_ignore_nofocus.${RUBY_DLEXT}
-       ${RM} ${DESTDIR}${PREFIX}/${GEM_LIBDIR}/lib/selenium/webdriver/firefox/native/linux/x86/x_ignore_nofocus.${RUBY_DLEXT}
+#
+# XXX: Remove this unportable garbage. Breaks on non-Linux targets.
+pre-configure:
+       ${RM} ${WRKSRC}/lib/selenium/webdriver/firefox/native/linux/amd64/x_ignore_nofocus.${RUBY_DLEXT}
+       ${RM} ${WRKSRC}/lib/selenium/webdriver/firefox/native/linux/x86/x_ignore_nofocus.${RUBY_DLEXT}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6716615550b0 -r 7930d3b15934 www/ruby-selenium-webdriver/PLIST
--- a/www/ruby-selenium-webdriver/PLIST Fri Mar 13 17:58:39 2015 +0000
+++ b/www/ruby-selenium-webdriver/PLIST Fri Mar 13 17:59:44 2015 +0000
@@ -1,7 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2014/08/18 03:41:50 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/13 17:59:44 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/selenium-client.rb
+${GEM_LIBDIR}/lib/selenium-webdriver.rb
+${GEM_LIBDIR}/lib/selenium/client.rb
 ${GEM_LIBDIR}/lib/selenium/client/base.rb
 ${GEM_LIBDIR}/lib/selenium/client/driver.rb
 ${GEM_LIBDIR}/lib/selenium/client/errors.rb
@@ -12,23 +18,24 @@
 ${GEM_LIBDIR}/lib/selenium/client/javascript_frameworks/prototype.rb
 ${GEM_LIBDIR}/lib/selenium/client/legacy_driver.rb
 ${GEM_LIBDIR}/lib/selenium/client/protocol.rb
-${GEM_LIBDIR}/lib/selenium-client.rb
-${GEM_LIBDIR}/lib/selenium/client.rb
 ${GEM_LIBDIR}/lib/selenium/client/selenium_helper.rb
 ${GEM_LIBDIR}/lib/selenium/rake/server_task.rb
 ${GEM_LIBDIR}/lib/selenium/server.rb
+${GEM_LIBDIR}/lib/selenium/webdriver.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/android.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/android/bridge.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/android.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/chrome.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/profile.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/chrome.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/chrome/service.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/common.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/action_builder.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/alert.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/bridge_helper.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/core_ext/base64.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/core_ext/dir.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/core_ext/string.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/common/driver.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_browser_connection.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_input_devices.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/has_location.rb
@@ -39,7 +46,6 @@
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/rotatable.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/takes_screenshot.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/common/driver.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/element.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/error.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/file_reaper.rb
@@ -59,7 +65,6 @@
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/port_prober.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/profile_helper.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/proxy.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/common.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/search_context.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/socket_poller.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/target_locator.rb
@@ -69,30 +74,29 @@
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/wait.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/window.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/common/zipper.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/firefox.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/binary.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/bridge.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/firefox/extension.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/extension/prefs.json
-${GEM_LIBDIR}/lib/selenium/webdriver/firefox/extension.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/extension/webdriver.xpi
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/launcher.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/profile.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/profiles_ini.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/firefox.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/socket_lock.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/firefox/util.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/ie.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/ie/bridge.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/ie.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/ie/server.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/iphone.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/iphone/bridge.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/iphone.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/opera/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/opera.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/opera/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/opera/service.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/phantomjs/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/phantomjs.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/phantomjs/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/phantomjs/service.rb
-${GEM_LIBDIR}/lib/selenium-webdriver.rb
-${GEM_LIBDIR}/lib/selenium/webdriver.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/remote.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/capabilities.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/commands.rb
@@ -100,23 +104,21 @@
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/http/curb.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/http/default.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/http/persistent.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/remote.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/response.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/remote/server_error.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/safari.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/bridge.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/browser.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/extensions.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/options.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/safari.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/safari/resources/SafariDriver.safariextz
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/resources/client.js
-${GEM_LIBDIR}/lib/selenium/webdriver/safari/resources/SafariDriver.safariextz
 ${GEM_LIBDIR}/lib/selenium/webdriver/safari/server.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/support.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/abstract_event_listener.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/block_event_listener.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/color.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/event_firing_bridge.rb
-${GEM_LIBDIR}/lib/selenium/webdriver/support.rb
 ${GEM_LIBDIR}/lib/selenium/webdriver/support/select.rb
-${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/selenium-webdriver.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-@pkgdir lib/ruby/gems/2.0.0/build_info
diff -r 6716615550b0 -r 7930d3b15934 www/ruby-selenium-webdriver/distinfo
--- a/www/ruby-selenium-webdriver/distinfo      Fri Mar 13 17:58:39 2015 +0000
+++ b/www/ruby-selenium-webdriver/distinfo      Fri Mar 13 17:59:44 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/08/18 03:41:50 rodent Exp $
+$NetBSD: distinfo,v 1.2 2015/03/13 17:59:44 taca Exp $
 
-SHA1 (selenium-webdriver-2.42.0.gem) = b427a8615eec68e7a0608a230ca1b09bc8bc3e32
-RMD160 (selenium-webdriver-2.42.0.gem) = 79c939cbc461ae60de824fa9e7a6fd4a40e31d39
-Size (selenium-webdriver-2.42.0.gem) = 2780160 bytes
+SHA1 (selenium-webdriver-2.45.0.gem) = 587bd9ef036dd633de0197a0a8a668dcf2bece3c
+RMD160 (selenium-webdriver-2.45.0.gem) = 06011312aada29428451d6afcb3d13fcfe451c88
+Size (selenium-webdriver-2.45.0.gem) = 2918912 bytes



Home | Main Index | Thread Index | Old Index