svn commit: r523114 - head/security/py-service_identity

Antoine Brodin antoine at FreeBSD.org
Wed Jan 15 14:21:04 UTC 2020


Author: antoine
Date: Wed Jan 15 14:21:03 2020
New Revision: 523114
URL: https://svnweb.freebsd.org/changeset/ports/523114

Log:
  Cleanup depends

Modified:
  head/security/py-service_identity/Makefile

Modified: head/security/py-service_identity/Makefile
==============================================================================
--- head/security/py-service_identity/Makefile	Wed Jan 15 14:08:00 2020	(r523113)
+++ head/security/py-service_identity/Makefile	Wed Jan 15 14:21:03 2020	(r523114)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
+		${PY_IPADDRESS} \
 		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
 
@@ -23,10 +24,4 @@ USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_VER} < 3.3
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list