Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:46:52 +0000
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5583e119d34 - main - security/py-cryptography-legacy: Fix deprecated CPE_VENDOR
Message-ID:  <6a1fe9fc.3d022.6e3cfa20@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5583e119d3407297b7c8b18bb92c2cb800fd4da

commit c5583e119d3407297b7c8b18bb92c2cb800fd4da
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 08:13:33 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:07 +0000

    security/py-cryptography-legacy: Fix deprecated CPE_VENDOR
---
 security/py-cryptography-legacy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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} {} +


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fe9fc.3d022.6e3cfa20>