Ticket #1948: pycurl.patch

File pycurl.patch, 923 bytes (added by ryanwilcox@…, 20 years ago)

the patch to update the port to 7.12

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/python/py-curl/Portfile,v
    retrieving revision 1.3
    diff -u -r1.3 Portfile
     
    44PortGroup python 1.0
    55
    66name            py-curl
    7 version         7.11.1
     7version         7.12
    88categories      python net devel
    99maintainers     mww@opendarwin.org
    1010description     python interface to libcurl
     
    1515homepage        http://pycurl.sourceforge.net
    1616master_sites    ${homepage}/download
    1717distname        pycurl-${version}
    18 checksums       md5 d9228f7c482c867920ddd8a5cf66e087
    19 patchfiles      patch-setup.py.diff
     18checksums       md5 379b050e9fbac136a42b855981a7b053
    2019
    2120depends_lib-append      path:${prefix}/bin/curl:curl
    22 
    23 post-patch      {
    24         reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py
    25 }
    2621
    2722build.args      --curl-config=${prefix}/bin/curl-config
    2823