summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrodent <rodent>2017-01-12 16:36:35 +0000
committerrodent <rodent>2017-01-12 16:36:35 +0000
commitdf96efb1dccef18ff0a87e1f60fc2cb8cc9b4565 (patch)
tree1b108ca744ae37db744162a31caa217d6726f9f2 /security
parentd4b3ae7d1235f97a2d4b3c076166bbbba4842b70 (diff)
downloadpkgsrc-df96efb1dccef18ff0a87e1f60fc2cb8cc9b4565.tar.gz
Revert last commit. According to wiz@ in private mail, CONFLICTS is needed
for configuration files only.
Diffstat (limited to 'security')
-rw-r--r--security/py-crypto/Makefile3
-rwxr-xr-xsecurity/py-cryptodome/Makefile4
2 files changed, 2 insertions, 5 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile
index 5645db075ef..9fe529d6131 100644
--- a/security/py-crypto/Makefile
+++ b/security/py-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2017/01/12 11:53:16 rodent Exp $
+# $NetBSD: Makefile,v 1.39 2017/01/12 16:36:35 rodent Exp $
DISTNAME= pycrypto-2.6.1
PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
@@ -12,7 +12,6 @@ COMMENT= Cryptographic and hash functions for Python
LICENSE= public-domain AND python-software-foundation
CONFLICTS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*
-CONFLICTS+= ${PYPKGPREFIX}-cryptodome-[0-9]*
SUPERSEDES+= ${PYPKGPREFIX}-amkCrypto-[0-9]*
GNU_CONFIGURE= yes
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile
index 2dafc2c2f13..839c1308342 100755
--- a/security/py-cryptodome/Makefile
+++ b/security/py-cryptodome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/01/12 11:53:16 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/12 16:36:36 rodent Exp $
DISTNAME= pycryptodome-3.4.3
PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
@@ -10,8 +10,6 @@ HOMEPAGE= https://www.pycryptodome.org/
COMMENT= Cryptographic and hash functions for Python
LICENSE= public-domain AND python-software-foundation
-CONFLICTS+= ${PYPKGPREFIX}-crypto-[0-9]*
-
do-test:
${RUN}cd ${WRKSRC};${SETENV} ${TEST_ENV} ${PYTHONBIN} ${PYSETUP} test