Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_1 25 Jun 2019 19:42:23
  |
kai  |
devel/py-robotframework-selenium2library: Rename to match upstream
The Python package was forked from the old SeleniumLibrary as
Selenium2Library to use Selenium 2 and WebDriver technologies.
Later then it was renamed back to its original name, SeleniumLibrary.
Thus rename the existing port to py-robotframework-seleniumlibrary and
update the pkg-descr to reflect the new constellation.
PR: 224814
Submitted by: vladimir.chukharev@gmail.com (maintainer)
Reviewed by: miwi (earlier version) |
1.8.0_1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.8.0_1 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.8.0 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.8.0 01 Oct 2016 14:48:20
  |
pawel  |
Update to version 1.8.0
PR: 212961
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
1.7.4 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.4 11 Dec 2015 12:58:13
  |
miwi  |
- Update to 1.7.4
PR: 205126
Submitted by: vladimir.chukharev@gmail.com (maintainer)
Approved by: mat (mentor)
Differential Revision: D4437 |
1.6.0 23 Feb 2015 10:29:19
  |
rm  |
devel/py-robotframework-selenium2library: update to 1.6.0
PR: 197523
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
1.5.0 30 Sep 2014 13:56:02
  |
wg  |
devel/py-robotframework-selenium2library: USES python
PR: 193787
Submitted by: maintainer |
1.5.0 19 Jan 2014 13:55:57
  |
mva  |
- Update version 1.4.0 to version 1.5.0
- Convert to PYDISTUTILS_AUTOPLIST
- Convert deprecated USE_PYDISTUTILS=easy_install to yes
Changes made within the 1.5 release include ...
- Added new 'Create Webdriver' keyword to allow greater control of local
WebDrivers, such as setting a proxy or using Chrome options.
- Added support for Safari Browser.
- Copy Desired Capabilities before modifying to prevent affecting future
sesions.
- Fixed Mouse Up keyword attempting to click and hold one more time
before release.
- Refixed issue with parsing desired capabilities.
- Fixed compatibility with RobotFramework v2.8.1 (Only the first 15 lines of the commit message are shown above ) |
1.4.0 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.4.0 30 Dec 2013 20:55:19
  |
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.4.0 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.0 07 Sep 2013 09:59:41
  |
rm  |
- update to 1.4.0
PR: 181851
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) |
1.3.0 03 Sep 2013 16:27:45
  |
wg  |
devel/py-robotframework-selenium2library: update to 1.3.0
- Update to 1.3.0
PR: ports/181775
Submitted by: Vladimir Chukharev <Vladimir.Chukharev gmail.com> (maintainer) |
1.2.0 08 May 2013 23:00:47
  |
rm  |
- update to 1.2.0
PR: 178216
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) |
1.1.0 14 Feb 2013 14:31:23
  |
rm  |
- remove direct dependency on py-setuptools (this port is already depend on it
via USE_DISTUTILS)
- no PORTREVISION bump, because dependency list wasn't changed
- use CHEESESHOP shortcut in master sites, remove redundant MASTER_SITE_SUBDIR
- fix maintainer's email (Recipient address rejected: User unknown)
- remove redundancy from COMMENT
- limit python version to 2.x only (print/except)
- do not hardcode filenames in pkg-plist
Approved by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer, by
mail) |
1.1.0 08 Feb 2013 09:38:17
  |
miwi  |
Selenium2Library is a web testing library for Robot Framework that leverages
the Selenium 2 (WebDriver) libraries from the Selenium project.
It is modeled after (and forked from) the SeleniumLibrary library, but
re-implemented to use Selenium 2 and WebDriver technologies.
WWW: https://github.com/rtomac/robotframework-selenium2library/
PR: ports/175787
Submitted by: Vladimir Chukharev |