[88298] trunk/dports/python/py26-robotframework-ride/Portfile

jwa at macports.org jwa at macports.org
Tue Dec 27 07:41:31 PST 2011


Revision: 88298
          http://trac.macports.org/changeset/88298
Author:   jwa at macports.org
Date:     2011-12-27 07:41:28 -0800 (Tue, 27 Dec 2011)
Log Message:
-----------
version bump to 0.39.1, fix livecheck and distname, add a note on running the program

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

Modified: trunk/dports/python/py26-robotframework-ride/Portfile
===================================================================
--- trunk/dports/python/py26-robotframework-ride/Portfile	2011-12-27 15:08:29 UTC (rev 88297)
+++ trunk/dports/python/py26-robotframework-ride/Portfile	2011-12-27 15:41:28 UTC (rev 88298)
@@ -8,7 +8,7 @@
 set internal_name	robotframework-ride
 set short_name		robotide
 
-version             0.22.1
+version             0.39.1
 categories-append   devel
 maintainers         jwa
 description         Robot Framework test case editor
@@ -21,16 +21,19 @@
     port:py26-wxpython
 
 master_sites        http://${internal_name}.googlecode.com/files/
-distname            ${short_name}-${version}
+distname            ${internal_name}-${version}
 
-checksums           md5     b578f265ec67889c22cdb0e46386ed66 \
-                    sha1    96f78013bc4db9b1405f8fb1731ebea2015fc727 \
-                    rmd160  6ebe8bfe5f01d3fef350cfe77722ca275ddd863b
+checksums           md5     efc7dcad494844d743f05f8744adf761 \
+                    sha1    92752cb3558c64d6ef7d6bcbe33fee9f59094ce5 \
+                    rmd160  d5c01c909f8e1acaeac587b08f56340586aa4261
 
 python.link_binaries no
 post-destroot {
     ln -s ${python.prefix}/bin/ride.py ${destroot}${prefix}/bin/ride-${python.branch}.py
 }
+
+notes To run, use 'arch -i386 ride-2.7.py' to use 32bit architecture
+
 livecheck.type     regex
 livecheck.url      ${homepage}
-livecheck.regex    ${short_name}-(0\\.\[0-9\]+\[0-9.\]*)\\.tar\\.\[bg\]z
+livecheck.regex    ${internal_name}-(0\\.\[0-9.\]+)\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111227/420189a3/attachment.html>


More information about the macports-changes mailing list