Date: Sun, 1 Jan 2017 19:39:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430279 - head/security/py-m2crypto Message-ID: <201701011939.v01JdL4s058893@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 1 19:39:21 2017 New Revision: 430279 URL: https://svnweb.freebsd.org/changeset/ports/430279 Log: Remove outdated OSVERSION check Modified: head/security/py-m2crypto/Makefile Modified: head/security/py-m2crypto/Makefile ============================================================================== --- head/security/py-m2crypto/Makefile Sun Jan 1 19:39:16 2017 (r430278) +++ head/security/py-m2crypto/Makefile Sun Jan 1 19:39:21 2017 (r430279) @@ -20,13 +20,7 @@ PYDISTUTILS_BUILDARGS= build_ext --opens USE_PYTHON= autoplist concurrent distutils USES= python ssl -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base -IGNORE= py-m2crypto requires OpenSSL 1.0.1e+ -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/__m2crypto.so -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701011939.v01JdL4s058893>