git: acf7643c9810 - main - devel/py-Jinja2: Update WWW and USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 08:18:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=acf7643c981040b4b32d8d00552a240f814a3bcd commit acf7643c981040b4b32d8d00552a240f814a3bcd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-11-19 08:13:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-11-19 08:13:43 +0000 devel/py-Jinja2: Update WWW and USES=python Approved by: portmgr (blanket) With hat: python --- devel/py-Jinja2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-Jinja2/Makefile b/devel/py-Jinja2/Makefile index ac57ecd02e1b..422edda50ac1 100644 --- a/devel/py-Jinja2/Makefile +++ b/devel/py-Jinja2/Makefile @@ -7,7 +7,7 @@ PKGNAMESUFFIX?= MAINTAINER= nivit@FreeBSD.org COMMENT= Fast and easy to use stand-alone template engine -WWW= http://jinja.pocoo.org/ +WWW= https://jinja.palletsprojects.com/en/3.1.x/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst @@ -23,7 +23,7 @@ USE_PYTHON= autoplist distutils pytest # 23 tests fail, see https://github.com/p CPE_VENDOR= pocoo .endif .if ${PKGNAMESUFFIX} == -doc -USES= gmake python:3.6+ +USES= gmake python:3.7+ USE_PYTHON= flavors .endif