aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2026-06-03 08:13:33 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2026-06-03 08:43:07 +0000
commitc5583e119d3407297b7c8b18bb92c2cb800fd4da (patch)
tree5bfcb0a224b71f190cd688bf1b19522912442349
parentcf2fcef89e2e6a9e7335394a1376f514b1c1401d (diff)
security/py-cryptography-legacy: Fix deprecated CPE_VENDOR
-rw-r--r--security/py-cryptography-legacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-cryptography-legacy/Makefile b/security/py-cryptography-legacy/Makefile
index bbaaac5fc60c..d14d7ff5add7 100644
--- a/security/py-cryptography-legacy/Makefile
+++ b/security/py-cryptography-legacy/Makefile
@@ -38,7 +38,7 @@ LDFLAGS+= -L${OPENSSLLIB}
MAKE_ENV= CRYPTOGRAPHY_DONT_BUILD_RUST=1
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
-CPE_VENDOR= cryptography_project
+CPE_VENDOR= cryptography.io
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +