Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:25 GMT
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: 39bfd25dacb0 - main - security/py-pycrypto: Add CPE information
Message-ID:  <202109102120.18ALKPf4014095@gitrepo.freebsd.org>

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

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

commit 39bfd25dacb00ec4bf38c8d0b4f8a19f5eef5e66
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:22:06 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:55 +0000

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

diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile
index ed6500c84c99..03bba728b81b 100644
--- a/security/py-pycrypto/Makefile
+++ b/security/py-pycrypto/Makefile
@@ -15,9 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pycryptodome-*
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
 USE_PYTHON=	distutils autoplist
 
+CPE_VENDOR=	dlitz
+
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=		GMP



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