[97253] trunk/dports/python/py-robotframework-sshlibrary/Portfile

jwa at macports.org jwa at macports.org
Sat Sep 1 03:54:21 PDT 2012


Revision: 97253
          https://trac.macports.org/changeset/97253
Author:   jwa at macports.org
Date:     2012-09-01 03:54:19 -0700 (Sat, 01 Sep 2012)
Log Message:
-----------
py-robotframework-sshlibrary: version bump to 1.1, do livecheck only once

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

Modified: trunk/dports/python/py-robotframework-sshlibrary/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-sshlibrary/Portfile	2012-09-01 10:21:43 UTC (rev 97252)
+++ trunk/dports/python/py-robotframework-sshlibrary/Portfile	2012-09-01 10:54:19 UTC (rev 97253)
@@ -8,7 +8,7 @@
 set internal_name	robotframework-sshlibrary
 set short_name		SSHLibrary
 
-version             1.0
+version             1.1
 categories-append   devel
 maintainers         jwa
 description         Robot Framework library to handle ssh 
@@ -21,16 +21,18 @@
 python.default_version	27
 
 master_sites        http://${internal_name}.googlecode.com/files/
-distname            ${short_name}-${version}
+distname            ${internal_name}-${version}
 
-checksums           rmd160  c6e46e907ed8981ef371323b0260ffb44cdcdec8 \
-                    sha256  16f0b0927fef7b38d41b188b9050b326f7d25b001fa2f49649fc354ce589213a
+checksums           rmd160  c50fbadae964a3e27cdcf8b6a559ef7fe39678b0 \
+                    sha256  f83341741684231b91982be8c53cfb7990cb94f51a43d36cd1010dccc393efb2
 
 if {$subport != $name} {
     depends_lib-append	port:py${python.version}-robotframework \
         port:py${python.version}-paramiko
+
+    livecheck.type none
+} else {
+    livecheck.type     regex
+    livecheck.url      ${homepage}
+    livecheck.regex    ${internal_name}-(\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
 }
-
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.regex    ${short_name}-(\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120901/058d2906/attachment.html>


More information about the macports-changes mailing list