[145124] trunk/dports/python/py-robotframework-seleniumlibrary/Portfile
jwa at macports.org
jwa at macports.org
Tue Jan 26 06:07:20 PST 2016
Revision: 145124
https://trac.macports.org/changeset/145124
Author: jwa at macports.org
Date: 2016-01-26 06:07:19 -0800 (Tue, 26 Jan 2016)
Log Message:
-----------
py-robotframework-seleniumlibrary: version bump to 2.9.2, fix homepage, dl site and livecheck accordingly
Modified Paths:
--------------
trunk/dports/python/py-robotframework-seleniumlibrary/Portfile
Modified: trunk/dports/python/py-robotframework-seleniumlibrary/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-seleniumlibrary/Portfile 2016-01-26 13:41:23 UTC (rev 145123)
+++ trunk/dports/python/py-robotframework-seleniumlibrary/Portfile 2016-01-26 14:07:19 UTC (rev 145124)
@@ -5,9 +5,9 @@
PortGroup python 1.0
name py-robotframework-seleniumlibrary
-set internal_name robotframework-seleniumlibrary
+set internal_name SeleniumLibrary
-version 2.9.1
+version 2.9.2
license Apache-2
categories-append devel
@@ -16,17 +16,18 @@
long_description Library to run web-based tests with Selenium \
using Selenium server included in the package
-homepage http://code.google.com/p/${internal_name}
+homepage https://github.com/robotframework/${internal_name}
platforms darwin
python.versions 26 27
python.default_version 27
-master_sites http://${internal_name}.googlecode.com/files/
-distname ${internal_name}-${version}
+master_sites ${homepage}/archive
+distname ${version}
+set worksrcdir ${internal_name}-${version}
-checksums rmd160 8b22a1d2827e584a9a161d7f9cee2d8125864040 \
- sha256 84b6e707c0c658de3da65eb7b65c99c1730358c3822c0aeef2860370469fee83
+checksums rmd160 3a73c9b167ec9252197c3614d675753c51ebfbf2 \
+ sha256 cff84f0c44ec8fdffece600ce3b52a9f1252d4f63dc367d42a56c38ade3c8bce
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-robotframework
@@ -34,8 +35,8 @@
if {${name} eq ${subport}} {
livecheck.type regex
- livecheck.url ${homepage}
- livecheck.regex ${internal_name}-(\[2-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+ livecheck.url ${homepage}/releases
+ livecheck.regex (\[2-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
} else {
livecheck.type none
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160126/b3cc425e/attachment.html>
More information about the macports-changes
mailing list