Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 12:26:54 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: 9e6e9f1c024e - main - graphics/py-OWSLib: Add CPE information
Message-ID:  <202206031226.253CQsoD068413@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=9e6e9f1c024eb6d1c10d8c7b134d953cf4f75908

commit 9e6e9f1c024eb6d1c10d8c7b134d953cf4f75908
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-06-03 12:26:16 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-06-03 12:26:16 +0000

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

diff --git a/graphics/py-OWSLib/Makefile b/graphics/py-OWSLib/Makefile
index 621bda099510..437c59f29257 100644
--- a/graphics/py-OWSLib/Makefile
+++ b/graphics/py-OWSLib/Makefile
@@ -16,9 +16,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.7+ cpe
 USE_PYTHON=	autoplist distutils
 
+CPE_VENDOR=	osgeo
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>



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