Date: Sun, 20 Jun 2021 16:18:52 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 82c54c4e8256 - main - security/py-m2crypto: Update to 0.38.0 Message-ID: <202106201618.15KGIqW8080425@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82c54c4e8256ea2ce3242927c37212222fa32c07 commit 82c54c4e8256ea2ce3242927c37212222fa32c07 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:05:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:16:04 +0000 security/py-m2crypto: Update to 0.38.0 Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES https://gitlab.com/m2crypto/m2crypto/commits/master --- security/py-m2crypto/Makefile | 3 +-- security/py-m2crypto/distinfo | 6 +++--- .../files/{patch-SWIG-_m2crypto.i => patch-src-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 similarity index 72% rename from security/py-m2crypto/files/patch-SWIG-_m2crypto.i rename to 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201618.15KGIqW8080425>