# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354650595 21600
# Node ID acdedcb5735cf7990c16d75a7ceeb39eba480ed0
# Parent 01ccba12aead438d43ea06f77d7b53723762802e
py-pynifti: update livecheck to none since project renamed
diff --git a/dports/python/py-pynifti/Portfile b/dports/python/py-pynifti/Portfile
a
|
b
|
|
62 | 62 | |
63 | 63 | if {![variant_isset gcc43] && ![variant_isset gcc44]} { |
64 | 64 | default_variants +gcc47 |
65 | 65 | } |
66 | 66 | |
67 | | livecheck.type none |
68 | | } else { |
69 | | livecheck.regex {pynifti_([0-9.]+).tar.gz} |
70 | 67 | } |
| 68 | |
| 69 | livecheck.type none |