This port has a history of maintainer timeouts, going back to June 2013.
To list a few PRs that timed out: 179825, 184544, 184559, 184564, 184634,
184709, 184727, and apparently private mail (~2 Dec 2013)
Approved by: portmgr (bapt)
While here, stop using MAN1 now that the port supports staging.
PR: ports/185492
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by: maintainer timeout (14 days)
Changes:
* Fix dependencies when existing packages have their origins moved
via MOVED by now loading and parsing MOVED for existing packages
only.
* Force umount some directories to avoid desktop utils traversing them
causing them to remain mounted.
* Fix stage orphan false-positives with KDE4_PREFIX
* Fix a race condition in bulk which could lead to 'unknown stuck queue bug'
* Fix usage of cpdup(1) -X [no functional change]
* Speedup bulk startup by not rolling back fresh builder jails
* Various parallel execution fixes
* Parallel execution errors now wait up to 30 seconds for children to
finish before ending the build.
* Ignore home directory of users created by ports during leftover check
RUN_DEPENDS, simplfy things by calculating RUN_DEPENDS based on
the OPTIONS settings, then just append that to BUILD_DEPENDS.
No functional change to the generated packaage, so no
PORTREVISION bump.
* Add the missing HTML_DOC_DEPS
* Use 'DEVELOPER' rather than 'DEV' consistently for that option
* Since BUILD_DEPENDS is always going to be a super-set of
RUN_DEPENDS for this port, simplify things by generating
RUN_DEPENDS from the OPTIONS choices, and then just append that
to the BUILD_DEPENDS.
This port was added at a time when people could not easily enable all the
bindings offered in textproc/redland-bindings using options, which has not
been the case for quite a while.
The same files installed by redland-bindings-python can also be installed
using redland-bindings with the PYTHON option on. In fact, ever since we
moved away from WITH_<LANG> redland-bindings-python has worked simply
because PYTHON is a default option in the master port.
PR: ports/185215
Submitted by: rakuco@
Approved by: maintainer timeout (24 days)
- 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
- Modified how internal tests are run and ignore known browser issues.
Known Issues:
- There is currently an issue with Firefox and 'Click Element At Coordinates'
(added in Selenium2Library 1.3.0) does not currently work at Firefox. If
this keyword is used in Firefox it will behave in same manner as the Click
Element keyword (which always click in the center of an element).
PR: ports/185443
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer)
- Update MASTER_SITES (links on new vendor website are dynamic and subject to changes, so I'm hosting distfiles on googledrive)
- Update WWW
Approved by: flo (mentor)