RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/python/py-curl/Portfile,v
retrieving revision 1.3
diff -u -r1.3 Portfile
|
|
|
4 | 4 | PortGroup python 1.0 |
5 | 5 | |
6 | 6 | name py-curl |
7 | | version 7.11.1 |
| 7 | version 7.12 |
8 | 8 | categories python net devel |
9 | 9 | maintainers mww@opendarwin.org |
10 | 10 | description python interface to libcurl |
… |
… |
|
15 | 15 | homepage http://pycurl.sourceforge.net |
16 | 16 | master_sites ${homepage}/download |
17 | 17 | distname pycurl-${version} |
18 | | checksums md5 d9228f7c482c867920ddd8a5cf66e087 |
19 | | patchfiles patch-setup.py.diff |
| 18 | checksums md5 379b050e9fbac136a42b855981a7b053 |
20 | 19 | |
21 | 20 | depends_lib-append path:${prefix}/bin/curl:curl |
22 | | |
23 | | post-patch { |
24 | | reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py |
25 | | } |
26 | 21 | |
27 | 22 | build.args --curl-config=${prefix}/bin/curl-config |
28 | 23 | |