Ticket #38258: Portfile.diff
File Portfile.diff, 1.5 KB (added by jdgleeson, 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-scientific 8 version 2.9. 18 version 2.9.2 9 9 categories-append science 10 10 license CeCILL-C 11 11 platforms darwin … … 20 20 are useful for scientific computing. 21 21 22 22 homepage http://dirac.cnrs-orleans.fr/ScientificPython/ 23 master_sites https://sourcesup.cru.fr/frs/download.php/3420/ 23 master_sites https://sourcesup.renater.fr/frs/download.php/4153/ 24 fetch.ignore_sslcert yes 24 25 distname ScientificPython-${version} 25 26 26 checksums md5 f27bfb3abda022b73a93cd6ada06338f\27 sha1 595f62133d6a013e4298e7c4e80e755ad971fe89\28 rmd160 d2c1822cd4ec0b42588f90fa2551d109f462f43b27 checksums md5 5fb53f29126316ae2628e74e629312d5 \ 28 sha1 387b0ed5600b0f08301412745aab2da72e1459d7 \ 29 rmd160 aa9aa06a09645e422ed6174d745bacd4c6404885 29 30 30 31 if {$subport != $name} { 31 32 depends_lib port:netcdf \ … … 77 78 } 78 79 } 79 80 80 livecheck.type regex 81 livecheck.url http://sourcesup. cru.fr/projects/scientific-py/82 livecheck.regex {<strong> Stable Releases</strong></td><td>(\d+(?:\.\d+)*)}81 livecheck.type regexm 82 livecheck.url http://sourcesup.renater.fr/projects/scientific-py/ 83 livecheck.regex {<strong>Development Releases</strong>\s*</td>\s*<td>(\d+(?:\.\d+)*)}