[91230] trunk/dports/python/py-robotframework/Portfile

jwa at macports.org jwa at macports.org
Mon Mar 26 07:32:01 PDT 2012


Revision: 91230
          https://trac.macports.org/changeset/91230
Author:   jwa at macports.org
Date:     2012-03-26 07:32:00 -0700 (Mon, 26 Mar 2012)
Log Message:
-----------
version bump to 2.7.1

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

Modified: trunk/dports/python/py-robotframework/Portfile
===================================================================
--- trunk/dports/python/py-robotframework/Portfile	2012-03-26 14:03:28 UTC (rev 91229)
+++ trunk/dports/python/py-robotframework/Portfile	2012-03-26 14:32:00 UTC (rev 91230)
@@ -7,14 +7,15 @@
 name                py-robotframework
 set internal_name   robotframework
 
-version             2.7
+version             2.7.1
 
 categories-append   devel
 maintainers         jwa
 description         ATDD framework
 long_description    ATDD framework with plugins
 
-homepage	http://robotframework.org/
+#homepage	http://robotframework.org/
+homepage	http://code.google.com/p/robotframework/
 
 platforms           darwin
 python.versions		26 27
@@ -27,8 +28,8 @@
 distname            ${internal_name}-${version}
 #use_bzip2           yes
 
-checksums           rmd160  27133327b57b360f116de503bcd088f19e1ca320 \
-                    sha256  a5a65fc55cae0dfa3ce858934a7c92d30b2e47515e59020826278d7d79abda1d
+checksums           rmd160  65e46e89bd2922792b7fb8fc74cf0c413dac7551 \
+                    sha256  5c3c2ece74acac4059f3411c30bf6e9166525b3dcb5bf0701e18fb189d790839
 
 if {$subport != $name} {
     post-destroot		{
@@ -40,7 +41,7 @@
 if {$subport == $name} {
     livecheck.type     regex
     livecheck.url      ${homepage}
-    livecheck.regex    ${internal_name}-(2\\.\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
+    livecheck.regex    ${internal_name}-(2\\.\[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/20120326/e6178732/attachment.html>


More information about the macports-changes mailing list