Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 18:03:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532835 - head/www/py-wagtail
Message-ID:  <202004241803.03OI3tVF060351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 24 18:03:54 2020
New Revision: 532835
URL: https://svnweb.freebsd.org/changeset/ports/532835

Log:
  Add USES=cpe

Modified:
  head/www/py-wagtail/Makefile

Modified: head/www/py-wagtail/Makefile
==============================================================================
--- head/www/py-wagtail/Makefile	Fri Apr 24 18:03:49 2020	(r532834)
+++ head/www/py-wagtail/Makefile	Fri Apr 24 18:03:54 2020	(r532835)
@@ -28,10 +28,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup460>=
 		${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.14<2.0:converters/py-unidecode@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}willow>=1.3<1.4:graphics/py-willow@${PY_FLAVOR}
 
-USES=		python:3.5+ shebangfix
+USES=		cpe python:3.5+ shebangfix
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
+
+CPE_VENDOR=	torchbox
 
 SHEBANG_FILES=	wagtail/project_template/manage.py
 



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