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

jwa at macports.org jwa at macports.org
Thu Dec 20 07:02:15 PST 2012


Revision: 100688
          https://trac.macports.org/changeset/100688
Author:   jwa at macports.org
Date:     2012-12-20 07:02:15 -0800 (Thu, 20 Dec 2012)
Log Message:
-----------
py-robotframework-ride: version bump to 1.0, change livecheck, project reorganised releases

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-12-20 13:58:56 UTC (rev 100687)
+++ trunk/dports/python/py-robotframework-ride/Portfile	2012-12-20 15:02:15 UTC (rev 100688)
@@ -7,7 +7,7 @@
 name				py-robotframework-ride
 set internal_name	robotframework-ride
 
-version             0.54
+version             1.0
 
 license             Apache-2
 
@@ -25,11 +25,11 @@
 universal_variant	no
 supported_archs	i386
 
-master_sites        https://github.com/downloads/robotframework/RIDE/
+master_sites        googlecode:${internal_name}
 distname            ${internal_name}-${version}
 
-checksums           rmd160  b8567a2f3b9c941279608f0110dbfad05a696f4f \
-                    sha256  8a160529058f37babc98b05694ddc07e7a9456bac8bd0d7bc3105791efd7a0f5
+checksums           rmd160  49bd958f43c6b9c94987039fe695a38e24955241 \
+                    sha256  e73fe78ab7d357b5111af6789ca8469f2c83e428199366b3df0247dbea14edc7
 
 if {$subport != $name} {
     build.cmd           ${python.bin} setup.py
@@ -53,8 +53,8 @@
 
 if {$subport == $name} {
     livecheck.type     regex
-    livecheck.url      https://github.com/robotframework/RIDE/downloads
-    livecheck.regex    ${internal_name}-(0\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+    livecheck.url      ${homepage}
+    livecheck.regex    ${internal_name}-(\[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/20121220/b5a275e9/attachment-0001.html>


More information about the macports-changes mailing list