Ticket #21719: Portfile.diff
File Portfile.diff, 1.2 KB (added by stromnov (Andrey Stromnov), 15 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-shapely 7 version 1.0.1 27 version 1.0.13 8 8 categories python devel 9 9 platforms darwin 10 maintainers openmaintainer10 maintainers nomaintainer 11 11 description Shapely is a Python package for manipulation \ 12 12 and analysis of 2D geospatial geometries 13 13 … … 25 25 depends_lib port:python26 \ 26 26 port:geos 27 27 28 checksums md5 0122c53ec3ba1c4b805afce43d0aa039 \ 29 sha1 f7180a0428f8e7290362e1b4abd088a6c3ba361e \ 30 rmd160 06b28ab318456c2a7b27bd1b2a23985da7466f6b 28 depends_build port:py26-setuptools 29 30 checksums md5 90ebe2cd7dc2f11ed903242ab95b4abb \ 31 sha1 d27a4fb0007b7bef27a4bc3002ecfe00985586ef \ 32 rmd160 9720cca7b9286ce8143c1474a33db66d7756c024 31 33 32 34 patchfiles patch-shapely_geos.py 33 35 34 36 post-patch { 35 37 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py 36 38 } 39 40 livecheck.type regex 41 livecheck.url http://pypi.python.org/pypi/Shapely/ 42 livecheck.regex "<h1>Shapely (\[0-9\](\\.\[0-9\]+)*)</h1>"