Revision
133359
Author
mmoll@macports.org
Date
2015-02-27 09:18:12 -0800 (Fri, 27 Feb 2015)

Log Message

pytables: fix homepage, livecheck

Modified Paths

Diff

Modified: trunk/dports/python/py-tables/Portfile (133358 => 133359)


--- trunk/dports/python/py-tables/Portfile	2015-02-27 17:00:44 UTC (rev 133358)
+++ trunk/dports/python/py-tables/Portfile	2015-02-27 17:18:12 UTC (rev 133359)
@@ -22,7 +22,7 @@
                     and designed to efficiently and easily cope with \
                     extremely large amounts of data
 
-homepage            http://www.pytables.org/
+homepage            https://pytables.github.io/
 master_sites        http://sourceforge.net/projects/pytables/files/pytables/${version}
 
 checksums           rmd160  f4c4c68c931fe8d3c5817f2619e699bab6fc7f07 \
@@ -86,7 +86,7 @@
 if {${name} eq ${subport}} {
     livecheck.type      regex
     livecheck.url       ${homepage}
-    livecheck.regex     {PyTables ([0-9]+\.[0-9]+\.[0-9]+) \(?final\)? released}
+    livecheck.regex     {PyTables ([0-9]+\.[0-9]+\.[0-9]+) documentation}
 } else {
     livecheck.type      none
 }