Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:34 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: ab79178f4546 - main - www/uwsgi: Add CPE information
Message-ID:  <202109211259.18LCxYmO068630@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=ab79178f4546a4640e3ccd905b0a5e3aecefe6d8

commit ab79178f4546a4640e3ccd905b0a5e3aecefe6d8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:39:06 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:58:12 +0000

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

diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile
index 934ff8f3789a..ef5d5fa87dd1 100644
--- a/www/uwsgi/Makefile
+++ b/www/uwsgi/Makefile
@@ -12,9 +12,10 @@ COMMENT=	Developer-friendly WSGI server which uses uwsgi protocol
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		pkgconfig python:3.6+
+USES=		cpe pkgconfig python:3.6+
 USE_PYTHON=	distutils concurrent optsuffix
 USE_RC_SUBR=	uwsgi
+CPE_VENDOR=	unbit
 
 MAKE_ENV+=	CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi
 



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