Ticket #26200: Portfile.diff
File Portfile.diff, 679 bytes (added by Veence (Vincent), 14 years ago) |
---|
-
Portfile
old new 55 55 # Patches for universal build 56 56 57 57 post-configure { 58 reinplace -E "s|XXX|${PYINST}|" ${worksrcpath}/swig/python/GNUmakefile 58 reinplace -E "s|INST_PYMOD.*|INST_PYMOD = ${PYINST}|" \ 59 ${worksrcpath}/GDALmake.opt 60 59 61 if {[variant_isset universal]} { 60 62 system "cd ${worksrcpath} && patch -p0 < ${portpath}/files/patch_cpl_config_h" 61 63 } … … 207 209 208 210 livecheck.type regex 209 211 livecheck.url http://download.osgeo.org/gdal/ 210 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar 211 No newline at end of file 212 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar