Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 13:18:28 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 006a90e1f88c - main - security/py-cryptography: Add CPE information
Message-ID:  <202110131318.19DDISAY078520@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit 006a90e1f88c54123ef45b1bead8c815ad97b962
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:14:06 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:14:06 +0000

    security/py-cryptography: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/py-cryptography/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index daf7f3a4d732..94025e6d63df 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -25,7 +25,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography-vectors>=${PORTVERSION}:securi
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
 # Python 2.7, 3.5-3.8
-USES=		compiler:env python:3.6+ ssl
+USES=		cpe compiler:env python:3.6+ ssl
+CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist concurrent distutils
 
 CFLAGS+=	-I${OPENSSLINC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110131318.19DDISAY078520>