diff options
author | recht <recht@pkgsrc.org> | 2004-11-28 13:04:03 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-11-28 13:04:03 +0000 |
commit | fc950e852c2c3a472234f723b7cb4bd7f07eed3e (patch) | |
tree | 2d6e5e8b5957f38cfd660131ef33620df6b6f381 /www/py-curl/Makefile | |
parent | 93c73b87223f691ee882a9010bfd2f5049734f1e (diff) | |
download | pkgsrc-fc950e852c2c3a472234f723b7cb4bd7f07eed3e.tar.gz |
update to pycurl-7.12.2
Version 7.12.2 [requires libcurl-7.12.2 or better]
--------------
2004-10-15 Kjetil Jacobsen <kjetilja>
* Added CURLOPT_FTPSSLAUTH (and CURLFTPAUTH_*).
* Added CURLINFO_OS_ERRNO.
2004-08-17 Kjetil Jacobsen <kjetilja>
* Use LONG_LONG instead of PY_LONG_LONG to make pycurl compile
on Python versions < 2.3 (fix from Domenico Andreoli
<cavok at libero.it>).
Diffstat (limited to 'www/py-curl/Makefile')
-rw-r--r-- | www/py-curl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index d6d2e5a98f8..298299b9ff9 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:27 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/11/28 13:04:03 recht Exp $ -DISTNAME= pycurl-7.12.1 +DISTNAME= pycurl-7.12.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://pycurl.sourceforge.net/download/ |