Date: Sun, 20 Jun 2021 16:19:59 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b5aa15ca0e1 - main - devel/viewvc: Remove PY_PYGMENTS Message-ID: <202106201619.15KGJxeX081883@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b5aa15ca0e1a1f777016a863335355619c28813 commit 5b5aa15ca0e1a1f777016a863335355619c28813 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:08:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:16:17 +0000 devel/viewvc: Remove PY_PYGMENTS With hat: python --- devel/viewvc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile index 32147a2a90e9..a75639ccfdab 100644 --- a/devel/viewvc/Makefile +++ b/devel/viewvc/Makefile @@ -36,7 +36,7 @@ MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4 SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR} -RUN_DEPENDS+= ${PY_PYGMENTS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments-25>=0.9:textproc/py-pygments-25@${PY_FLAVOR} .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201619.15KGJxeX081883>