Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Submitted by:   ryanwilcox@mac.com
Reviewed by:    mww@

version bump to 7.12

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@7525 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Jun 16, 2004
1 parent 8812634 commit f53e7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
11 changes: 3 additions & 8 deletions python/py-curl/Portfile
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.3 2004/04/21 18:10:52 mww Exp $ # $Id: Portfile,v 1.4 2004/06/16 08:40:58 mww Exp $


PortSystem 1.0 PortSystem 1.0
PortGroup python 1.0 PortGroup python 1.0


name py-curl name py-curl
version 7.11.1 version 7.12
categories python net devel categories python net devel
maintainers mww@opendarwin.org maintainers mww@opendarwin.org
description python interface to libcurl description python interface to libcurl
Expand All @@ -15,15 +15,10 @@ platforms darwin
homepage http://pycurl.sourceforge.net homepage http://pycurl.sourceforge.net
master_sites ${homepage}/download master_sites ${homepage}/download
distname pycurl-${version} distname pycurl-${version}
checksums md5 d9228f7c482c867920ddd8a5cf66e087 checksums md5 379b050e9fbac136a42b855981a7b053
patchfiles patch-setup.py.diff


depends_lib-append path:${prefix}/bin/curl:curl depends_lib-append path:${prefix}/bin/curl:curl


post-patch {
reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py
}

build.args --curl-config=${prefix}/bin/curl-config build.args --curl-config=${prefix}/bin/curl-config


destroot.args ${build.args} destroot.args ${build.args}
11 changes: 0 additions & 11 deletions python/py-curl/files/patch-setup.py.diff

This file was deleted.

0 comments on commit f53e7e8

Please sign in to comment.