Changeset 7525 for trunk/dports


Ignore:
Timestamp:
Jun 16, 2004, 8:40:58 AM (20 years ago)
Author:
mww
Message:

Bug: #1948
Submitted by: ryanwilcox@…
Reviewed by: mww@

version bump to 7.12

Location:
trunk/dports/python/py-curl
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-curl/Portfile

    r6607 r7525  
    1 # $Id: Portfile,v 1.3 2004/04/21 18:10:52 mww Exp $
     1# $Id: Portfile,v 1.4 2004/06/16 08:40:58 mww Exp $
    22
    33PortSystem 1.0
     
    55
    66name            py-curl
    7 version         7.11.1
     7version         7.12
    88categories      python net devel
    99maintainers     mww@opendarwin.org
     
    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
Note: See TracChangeset for help on using the changeset viewer.