New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13699: geos_portfile_3.0.0.patch

File geos_portfile_3.0.0.patch, 0.6 KB (added by mark.m.fredrickson@…, 4 years ago)

Patch against GEOS portfile for 3.0.0

  • Portfile

    === modified file 'Portfile'
     
    33PortSystem 1.0 
    44 
    55name            geos 
    6 version         2.2.3 
     6version         3.0.0 
    77categories      science 
    88maintainers     opendarwin@gaige.net 
    99description     GEOS Geomety Engine - Open Source 
     
    1414homepage        http://geos.refractions.net/ 
    1515master_sites    ${homepage}downloads/ 
    1616use_bzip2       yes 
    17 checksums       md5 440be2b11fd3d711e950a47ea6f1b424 
     17checksums       md5 3f7940abee9fec69a9787878cd3ae771 
    1818 
    1919platform darwin 8 { 
    2020        configure.compiler      gcc-4.0 
    2121} 
    2222 
    23 platform darwin 9 { 
    24         patchfiles patch-test_XMLTester.cpp.diff 
    25 }