Ticket #11374: postgis_update.patch

File postgis_update.patch, 889 bytes (added by seth@…, 18 years ago)

Patch to update postgis to 1.2.1

  • (a) Portfile vs. (b) /Users/seth/Portfile.postgis

    a b  
    33PortSystem 1.0
    44
    55name                    postgis
    6 version                 1.1.1
     6version                 1.2.1
    77categories              databases
    88platforms               darwin
    99maintainers             nomaintainer@macports.org
     
    1818
    1919homepage                http://postgis.refractions.net/
    2020master_sites    http://postgis.refractions.net/download/
    21 checksums               md5 3c86999ff2fa8678bb3d210202a84358
     21checksums               md5 95430ee371c64a992ebcd8ddf2801acf
    2222
    23 depends_lib             port:postgresql8 port:geos port:proj
     23depends_lib             port:postgresql82 port:geos port:proj
    2424
    2525configure.args  --libdir=${prefix}/lib/pgsql8/ \
    2626                                --datadir=${prefix}/share/${name} \
    27                                 --with-pgsql=${prefix}/lib/pgsql8/bin/pg_config \
     27                                --with-pgsql=${prefix}/lib/postgresql82/bin/pg_config \
    2828                                --with-geos=${prefix}/bin/geos-config \
    2929                                --with-proj=${prefix}
    3030