diff options
author | adam <adam@pkgsrc.org> | 2017-09-28 10:44:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-28 10:44:11 +0000 |
commit | 1f6a02ed8d0e37dc693eac1ff46e139946ffb450 (patch) | |
tree | 00748a3cdc74cce0248df04945f41769bfc09779 /security/py-m2crypto/Makefile | |
parent | de98a20fdab701fcdc69bba226315b3faeabeb6a (diff) | |
download | pkgsrc-1f6a02ed8d0e37dc693eac1ff46e139946ffb450.tar.gz |
py-m2crypto: update to 0.26.4
0.26.3:
- Fix a syntax typo.
0.26.2:
- port to support OpenSSL 1.1.0 API
- add generated Sphinx documentation
- another set of cleanups
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r-- | security/py-m2crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 49c0e20e5d3..5acc8dbe547 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2017/05/10 17:03:42 adam Exp $ +# $NetBSD: Makefile,v 1.43 2017/09/28 10:44:11 adam Exp $ -DISTNAME= M2Crypto-0.26.0 +DISTNAME= M2Crypto-0.26.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=M/M2Crypto/} |