Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:47:03 +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: 6b1c17384bf7 - main - www/py-aiohttp-session: Fix deprecated CPE data
Message-ID:  <6a1fea07.3bd5c.58edaadc@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=6b1c17384bf79a666cf975e3c7e22ff920d3618a

commit 6b1c17384bf79a666cf975e3c7e22ff920d3618a
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-03 08:34:15 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-03 08:43:09 +0000

    www/py-aiohttp-session: Fix deprecated CPE data
---
 www/py-aiohttp-session/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-aiohttp-session/Makefile b/www/py-aiohttp-session/Makefile
index c65d170fe7ce..3cf110df9caa 100644
--- a/www/py-aiohttp-session/Makefile
+++ b/www/py-aiohttp-session/Makefile
@@ -22,7 +22,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}PyNaCl>0:security/py-pynacl@${PY_FLAVOR}
 
 USES=		cpe python
-CPE_VENDOR=	${PORTNAME}_project
+CPE_VENDOR=	aio-libs
+CPE_PRODUCT=	aiohttp_session
 USE_PYTHON=	autoplist distutils cython
 
 NO_ARCH=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fea07.3bd5c.58edaadc>