summaryrefslogtreecommitdiff
path: root/security/py-OpenSSL/Makefile
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2008-08-21 10:29:31 +0000
committertonnerre <tonnerre@pkgsrc.org>2008-08-21 10:29:31 +0000
commite188148e85c1fcd0f5afab1a5ca051224824ee8e (patch)
treead4bb752e2752b656a485c25481a61d019569fb4 /security/py-OpenSSL/Makefile
parent12145f1ffcaac603a01c930ac36ceb423a1558b9 (diff)
downloadpkgsrc-e188148e85c1fcd0f5afab1a5ca051224824ee8e.tar.gz
Push new Python OpenSSL module. Changes since version 0.6:
- Removed some unused variables. - Improved Python 2.3 compatibility. - Fixed various threading bugs. - Some improvements in the test suite.
Diffstat (limited to 'security/py-OpenSSL/Makefile')
-rw-r--r--security/py-OpenSSL/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index 1cd2d93c13b..406d1174bbd 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2008/08/21 10:29:31 tonnerre Exp $
#
-DISTNAME= pyOpenSSL-0.6
+DISTNAME= pyOpenSSL-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopenssl/}