git: 14f1f5a3b8c2 - main - security/py-m2crypto: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 19:21:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=14f1f5a3b8c2dc785c0bc4d9960f18cdba13b402 commit 14f1f5a3b8c2dc785c0bc4d9960f18cdba13b402 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:14:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:14:55 +0000 security/py-m2crypto: Cosmetic change --- security/py-m2crypto/Makefile | 5 +++-- security/py-m2crypto/pkg-descr | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index c1ea2fb9f12f..0c2e1ff3053d 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -16,12 +16,13 @@ LICENSE_FILE= ${WRKSRC}/LICENCE BUILD_DEPENDS= swig>=2.0.4:devel/swig USES= cpe python:3.6+ ssl -CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_BUILDARGS= build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig +CPE_VENDOR= m2crypto_project + post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/_m2crypto*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk> diff --git a/security/py-m2crypto/pkg-descr b/security/py-m2crypto/pkg-descr index d973ef18b329..6b008eaf1f39 100644 --- a/security/py-m2crypto/pkg-descr +++ b/security/py-m2crypto/pkg-descr @@ -5,5 +5,4 @@ xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An S/MIME messenger for Zope. -WWW: https://pypi.org/project/M2Crypto/ WWW: https://gitlab.com/m2crypto/m2crypto