summaryrefslogtreecommitdiff
path: root/www/py-curl/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-02-15 18:44:01 +0000
committerrecht <recht@pkgsrc.org>2004-02-15 18:44:01 +0000
commit549bad81212d4ada4226185911cc52c22e45f12c (patch)
treeea62b78e9e12bf17a0348299b82fe5adb877c786 /www/py-curl/Makefile
parent7c50b14b62a8387e9c6c632a617ded10ee4cb361 (diff)
downloadpkgsrc-549bad81212d4ada4226185911cc52c22e45f12c.tar.gz
update to 7.11.0
* Added support for libcurl 7.11.0 CURLOPT features: INFILESIZE_LARGE, RESUME_FROM_LARGE, MAXFILESIZE_LARGE and FTP_SSL. * Circular garbage collection support can now be enabled or disabled by passing the '--use-gc=[0|1]' parameter to setup.py when building pycurl. * HTTP_VERSION options are known as CURL_HTTP_VERSION_NONE, CURL_HTTP_VERSION_1_0, CURL_HTTP_VERSION_1_1 and CURL_HTTP_VERSION_LAST. * Added support for these new libcurl 7.11.0 features: CURLOPT_NETRC_FILE.
Diffstat (limited to 'www/py-curl/Makefile')
-rw-r--r--www/py-curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile
index 41713302f9f..f881933f227 100644
--- a/www/py-curl/Makefile
+++ b/www/py-curl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2004/01/23 23:08:01 recht Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/15 18:44:01 recht Exp $
-DISTNAME= pycurl-7.10.8
+DISTNAME= pycurl-7.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= www
MASTER_SITES= http://pycurl.sourceforge.net/download/