[92860] trunk/dports/python/py-robotframework-seleniumlibrary/Portfile

jwa at macports.org jwa at macports.org
Tue May 8 23:24:45 PDT 2012


Revision: 92860
          https://trac.macports.org/changeset/92860
Author:   jwa at macports.org
Date:     2012-05-08 23:24:45 -0700 (Tue, 08 May 2012)
Log Message:
-----------
version bump to 2.9, modernise checksums, fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-robotframework-seleniumlibrary/Portfile

Modified: trunk/dports/python/py-robotframework-seleniumlibrary/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-seleniumlibrary/Portfile	2012-05-09 05:54:43 UTC (rev 92859)
+++ trunk/dports/python/py-robotframework-seleniumlibrary/Portfile	2012-05-09 06:24:45 UTC (rev 92860)
@@ -7,7 +7,7 @@
 name				py-robotframework-seleniumlibrary
 set internal_name	robotframework-seleniumlibrary
 
-version             2.8.1
+version             2.9
 categories-append   devel
 maintainers         jwa
 description         Robot Framework library to run web-based tests
@@ -23,15 +23,18 @@
 master_sites        http://${internal_name}.googlecode.com/files/
 distname            ${internal_name}-${version}
 
-checksums           md5     c89a18b7e2ac01ab9f279b75826c5580 \
-                    sha1    4c1da2112b11bf586dddb7d5812986d3c7af2d2a \
-                    rmd160  d51c35ec7fcf7b3e0f00d35d62cec7b04bc2f5c5
+checksums           rmd160  0ba8b2a4f144f20edef00a7072c1501e03748095 \
+                    sha256  7f79a78abe57b149a418f4a16dbbeba3ddb87cef3afbd16d05ad1306f1771d3f
 
 if {$subport != $name} {
     depends_lib-append	port:py${python.version}-robotframework
 }
 
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.regex    ${internal_name}-(2\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+if {$subport == $name} {
+    livecheck.type		regex
+    livecheck.url		${homepage}
+    livecheck.regex		${internal_name}-(\[2-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+} else {
+    livecheck.type		none
+}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120508/5fde61a2/attachment.html>


More information about the macports-changes mailing list