Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:15:12 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: 73800a4375f4 - main - www/mod_wsgi4: Add CPE information
Message-ID:  <202109301515.18UFFCOF047059@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=73800a4375f41bdf94737186a70ccb0612fb6277

commit 73800a4375f41bdf94737186a70ccb0612fb6277
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 14:53:33 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 15:14:19 +0000

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

diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile
index 1dc653744172..c77d197235bd 100644
--- a/www/mod_wsgi4/Makefile
+++ b/www/mod_wsgi4/Makefile
@@ -9,9 +9,11 @@ COMMENT=	Python WSGI adapter module for Apache
 
 LICENSE=	APACHE20
 
-USES=		apache:2.4+ gettext python:3.6+
+USES=		apache:2.4+ cpe gettext python:3.6+
 USE_PYTHON=	flavors
 
+CPE_VENDOR=	modwsgi
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
 



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