[89895] trunk/dports/python/py-robotframework-ride/Portfile

jwa at macports.org jwa at macports.org
Mon Feb 13 22:37:11 PST 2012


Revision: 89895
          http://trac.macports.org/changeset/89895
Author:   jwa at macports.org
Date:     2012-02-13 22:37:09 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
version bump to 0.41, improve livecheck

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

Modified: trunk/dports/python/py-robotframework-ride/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-ride/Portfile	2012-02-14 05:47:04 UTC (rev 89894)
+++ trunk/dports/python/py-robotframework-ride/Portfile	2012-02-14 06:37:09 UTC (rev 89895)
@@ -7,7 +7,7 @@
 name				py-robotframework-ride
 set internal_name	robotframework-ride
 
-version             0.40.2
+version             0.41
 categories-append   devel
 maintainers         jwa
 description         Robot Framework test case editor
@@ -25,8 +25,8 @@
 master_sites        https://github.com/downloads/robotframework/RIDE/
 distname            ${internal_name}-${version}
 
-checksums           rmd160  38dc720675bcf15ac0dcca718ace313b3965ab72 \
-                    sha256  a879c1d709081c642620ae306626632b9479289ebe84af84bb5efb40bd69cdae
+checksums           rmd160  102e69c1c90372008eba4aebe517045adebcd77b \
+                    sha256  758e77a4a10deef8fc96c2033a8c3519853fef69c4f67ec6055bd55b16163281
 
 #python.link_binaries no
 
@@ -43,6 +43,10 @@
     notes "To run, use 'arch -i386 ride-${python.branch}.py' to use 32bit architecture"
 }
 
-livecheck.type     regex
-livecheck.url      https://github.com/robotframework/RIDE/downloads
-livecheck.regex    ${internal_name}-(0\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+if {$subport == $name} {
+    livecheck.type     regex
+    livecheck.url      https://github.com/robotframework/RIDE/downloads
+    livecheck.regex    ${internal_name}-(0\\.\[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/20120213/16f64a98/attachment-0001.html>


More information about the macports-changes mailing list