From 4e78002e2bec6512b5acfbc0d795f855fb3bc2c9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 26 Feb 2018 09:24:00 +0100 Subject: [PATCH] security/py-pycrypto: sync with upstream Taken from: HardenedBSD --- security/py-pycrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index 6f50b012781..07a63cc0393 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -3,7 +3,7 @@ PORTNAME= pycrypto PORTVERSION= 2.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Python Cryptography Toolkit LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -CONFLICTS_INSTALL= ${PYTHONPKGNAMEPREFIX}pycryptodome-* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycryptodome-* USES= python USE_PYTHON= distutils autoplist