aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:05:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:16:04 +0000
commit82c54c4e8256ea2ce3242927c37212222fa32c07 (patch)
tree906b67e4b5569af06cc26fb122fe94ddcfebc39f
parentaafaf71c86b930cbd655fa6b6e5776d99684f45f (diff)
downloadports-82c54c4e8256ea2ce3242927c37212222fa32c07.tar.gz
ports-82c54c4e8256ea2ce3242927c37212222fa32c07.zip
security/py-m2crypto: Update to 0.38.0
-rw-r--r--security/py-m2crypto/Makefile3
-rw-r--r--security/py-m2crypto/distinfo6
-rw-r--r--security/py-m2crypto/files/patch-src-SWIG-_m2crypto.i (renamed from security/py-m2crypto/files/patch-SWIG-_m2crypto.i)4
3 files changed, 6 insertions, 7 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 662ba8a4adf0..6cb5f1e61024 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,7 +1,7 @@
# Created by: Peter Haight <peterh@sapros.com>
PORTNAME= m2crypto
-PORTVERSION= 0.37.1
+PORTVERSION= 0.38.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
BUILD_DEPENDS= swig>=2.0.4:devel/swig
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parameterized>=0:devel/py-parameterized@${PY_FLAVOR}
USES= python:3.6+ ssl
USE_PYTHON= autoplist concurrent distutils
diff --git a/security/py-m2crypto/distinfo b/security/py-m2crypto/distinfo
index 0d7687db3b7a..a17c75acc1f1 100644
--- a/security/py-m2crypto/distinfo
+++ b/security/py-m2crypto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607685399
-SHA256 (M2Crypto-0.37.1.tar.gz) = e4e42f068b78ccbf113e5d0a72ae5f480f6c3ace4940b91e4fff5598cfff6fb3
-SIZE (M2Crypto-0.37.1.tar.gz) = 1247031
+TIMESTAMP = 1624189755
+SHA256 (M2Crypto-0.38.0.tar.gz) = 99f2260a30901c949a8dc6d5f82cd5312ffb8abc92e76633baf231bbbcb2decb
+SIZE (M2Crypto-0.38.0.tar.gz) = 1241269
diff --git a/security/py-m2crypto/files/patch-SWIG-_m2crypto.i b/security/py-m2crypto/files/patch-src-SWIG-_m2crypto.i
index 41ad4f160074..bb334b3442b4 100644
--- a/security/py-m2crypto/files/patch-SWIG-_m2crypto.i
+++ b/security/py-m2crypto/files/patch-src-SWIG-_m2crypto.i
@@ -1,5 +1,5 @@
---- SWIG/_m2crypto.i.orig 2020-01-30 08:17:01 UTC
-+++ SWIG/_m2crypto.i
+--- src/SWIG/_m2crypto.i.orig 2020-01-30 08:17:01 UTC
++++ src/SWIG/_m2crypto.i
@@ -65,6 +65,7 @@ static PyObject *x509_store_verify_cb_func;
#ifdef _WIN32
%include <windows.i>