Ticket #25590: Portfile.patch

File Portfile.patch, 1.8 KB (added by adfernandes (Andrew Fernandes), 14 years ago)
  • Portfile

     
    55
    66set realname        MMTK
    77name                py26-${realname}
    8 version             2.6.0
     8version             2.7.1
    99revision            1
    1010categories          python science
    1111maintainers         mmoll openmaintainer
     
    1414long_description    $description
    1515homepage            http://sourcesup.cru.fr/projects/mmtk/
    1616platforms           darwin
    17 master_sites        http://sourcesup.cru.fr/frs/download.php/2469/
    18 checksums           md5     225c2379f6ee140e301f7e9603e99093 \
    19                     sha1    49a20959fd373ce34d1fa652d2d1247fb7ca9b6c \
    20                     rmd160  c8bb0c6b02039b43f65809df12885fe8c12beeb7
     17distname            ${realname}-${version}.tar.gz
     18master_sites        https://sourcesup.cru.fr/frs/download.php/2936/
     19checksums           md5     29638a6fdcc4fd8e4d3acf90645dac54 \
     20                    sha1    cc858a6a7134ef620dac1851b38bb6f2b784d3f5 \
     21                    rmd160  721d85799466a383a7e8dca01c5ecdbce9ab13a3
    2122distname            ${realname}-${version}
    2223patchfiles          patch-setup.py.diff
    2324depends_build           port:py26-distribute
    2425depends_lib         port:py26-scientific
    2526build.env           CPPFLAGS="-I${prefix}/include -I${prefix}/include/python2.6"
    2627
    27 livecheck.type      regex
    28 livecheck.url       ${homepage}
    29 livecheck.regex     Stable Releases</strong></td><td>(\[0-9.\]+)
     28livecheck.type      none
     29
     30# The strings are multi-line, and hence fail (see r64144). Also, the dev
     31# version is really the "stable" branch, given the infrequency of updates.
     32
     33# livecheck.type      regex
     34# livecheck.url       ${homepage}
     35# livecheck.regex     "Development Releases</strong>\\s*</td>\\s*<td>\\s*(\[0-9.\]+)"