You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user