Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 21:33:31 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: 1bc45e11ea85 - main - devel/py-avro: Add CPE information
Message-ID:  <202110142133.19ELXVu0080309@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=1bc45e11ea859e8de09813e043daedc8932c4f16

commit 1bc45e11ea859e8de09813e043daedc8932c4f16
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:38 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:38 +0000

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

diff --git a/devel/py-avro/Makefile b/devel/py-avro/Makefile
index 50cdb5c210c3..4211f00ff207 100644
--- a/devel/py-avro/Makefile
+++ b/devel/py-avro/Makefile
@@ -12,7 +12,8 @@ COMMENT=	Data serialization system for python
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/avro/LICENSE
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	apache
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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