Date: Wed, 03 Jun 2026 08:46:51 +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: cf2fcef89e2e - main - security/py-cryptography: Fix deprecated CPE_VENDOR Message-ID: <6a1fe9fb.3ceb1.73b212ef@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=cf2fcef89e2e6a9e7335394a1376f514b1c1401d commit cf2fcef89e2e6a9e7335394a1376f514b1c1401d Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2026-06-03 08:12:09 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2026-06-03 08:43:07 +0000 security/py-cryptography: Fix deprecated CPE_VENDOR --- security/py-cryptography/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index ddc8560b6ead..c56508640d77 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -41,7 +41,7 @@ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} -CPE_VENDOR= cryptography_project +CPE_VENDOR= cryptography.io OPTIONS_DEFINE= SSHhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fe9fb.3ceb1.73b212ef>
