[133359] trunk/dports/python/py-tables/Portfile

mmoll at macports.org mmoll at macports.org
Fri Feb 27 09:18:12 PST 2015


Revision: 133359
          https://trac.macports.org/changeset/133359
Author:   mmoll at macports.org
Date:     2015-02-27 09:18:12 -0800 (Fri, 27 Feb 2015)
Log Message:
-----------
pytables: fix homepage, livecheck

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

Modified: trunk/dports/python/py-tables/Portfile
===================================================================
--- 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150227/74d21c88/attachment.html>


More information about the macports-changes mailing list