Ticket #21719: Portfile.diff

File Portfile.diff, 1.2 KB (added by stromnov (Andrey Stromnov), 15 years ago)
  • Portfile

    old new  
    44PortGroup       python26 1.0
    55
    66name            py26-shapely
    7 version         1.0.12
     7version         1.0.13
    88categories      python devel
    99platforms       darwin
    10 maintainers     openmaintainer
     10maintainers     nomaintainer
    1111description     Shapely is a Python package for manipulation \
    1212                and analysis of 2D geospatial geometries
    1313
     
    2525depends_lib     port:python26 \
    2626                port:geos
    2727
    28 checksums       md5     0122c53ec3ba1c4b805afce43d0aa039 \
    29                 sha1    f7180a0428f8e7290362e1b4abd088a6c3ba361e \
    30                 rmd160  06b28ab318456c2a7b27bd1b2a23985da7466f6b
     28depends_build   port:py26-setuptools
     29
     30checksums       md5     90ebe2cd7dc2f11ed903242ab95b4abb \
     31                sha1    d27a4fb0007b7bef27a4bc3002ecfe00985586ef \
     32                rmd160  9720cca7b9286ce8143c1474a33db66d7756c024
    3133
    3234patchfiles      patch-shapely_geos.py
    3335
    3436post-patch {
    3537        reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py
    3638}
     39
     40livecheck.type  regex
     41livecheck.url   http://pypi.python.org/pypi/Shapely/
     42livecheck.regex "<h1>Shapely (\[0-9\](\\.\[0-9\]+)*)</h1>"