git: 5b5aa15ca0e1 - main - devel/viewvc: Remove PY_PYGMENTS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 16:20:12 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5b5aa15ca0e1a1f777016a863335355619c28813
commit 5b5aa15ca0e1a1f777016a863335355619c28813
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:22 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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>
More information about the dev-commits-ports-all
mailing list