svn commit: r449195 - head/security/py-cryptography

Rene Ladan rene at FreeBSD.org
Sun Sep 3 10:28:01 UTC 2017


Author: rene
Date: Sun Sep  3 10:28:00 2017
New Revision: 449195
URL: https://svnweb.freebsd.org/changeset/ports/449195

Log:
  security/py-cryptography: remove support for expired Python 3.3

Modified:
  head/security/py-cryptography/Makefile

Modified: head/security/py-cryptography/Makefile
==============================================================================
--- head/security/py-cryptography/Makefile	Sun Sep  3 10:12:26 2017	(r449194)
+++ head/security/py-cryptography/Makefile	Sun Sep  3 10:28:00 2017	(r449195)
@@ -35,8 +35,6 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/p
 
 .if ${PYTHON_REL} < 3300
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34
-.elif ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py3-enum34
 .endif
 
 post-install:


More information about the svn-ports-all mailing list