Ticket #38258: Portfile.diff

File Portfile.diff, 1.5 KB (added by jdgleeson, 11 years ago)
  • Portfile

    old new  
    55PortGroup       python 1.0
    66
    77name            py-scientific
    8 version         2.9.1
     8version         2.9.2
    99categories-append     science
    1010license         CeCILL-C
    1111platforms       darwin
     
    2020    are useful for scientific computing.
    2121
    2222homepage        http://dirac.cnrs-orleans.fr/ScientificPython/
    23 master_sites    https://sourcesup.cru.fr/frs/download.php/3420/
     23master_sites    https://sourcesup.renater.fr/frs/download.php/4153/
     24fetch.ignore_sslcert    yes
    2425distname        ScientificPython-${version}
    2526
    26 checksums           md5     f27bfb3abda022b73a93cd6ada06338f \
    27                     sha1    595f62133d6a013e4298e7c4e80e755ad971fe89 \
    28                     rmd160  d2c1822cd4ec0b42588f90fa2551d109f462f43b
     27checksums           md5     5fb53f29126316ae2628e74e629312d5 \
     28                    sha1    387b0ed5600b0f08301412745aab2da72e1459d7 \
     29                    rmd160  aa9aa06a09645e422ed6174d745bacd4c6404885
    2930
    3031if {$subport != $name} {
    3132    depends_lib     port:netcdf \
     
    7778}
    7879}
    7980
    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+)*)}
     81livecheck.type  regexm
     82livecheck.url   http://sourcesup.renater.fr/projects/scientific-py/
     83livecheck.regex {<strong>Development Releases</strong>\s*</td>\s*<td>(\d+(?:\.\d+)*)}