svn commit: r430279 - head/security/py-m2crypto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 1 19:39:22 UTC 2017


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>


More information about the svn-ports-all mailing list