python/py-tables: don't run livecheck on all subports

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@86900 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Mark Moll
2011-11-06 22:44:31 +00:00
parent 625551fa6d
commit 0e9ea487d2
+7 -3
View File
@@ -50,6 +50,10 @@ if {$subport != $name} {
}
}
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {PyTables ([0-9]+\.[0-9]+\.[0-9]+) \(final\) released}
if {${name} == ${subport}} {
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {PyTables ([0-9]+\.[0-9]+\.[0-9]+) \(final\) released}
} else {
livecheck.type none
}