git: 90125dc86e1d - main - devel/viewvc-devel: 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=90125dc86e1d4dba53103f2208f5b3d5413b1028

commit 90125dc86e1d4dba53103f2208f5b3d5413b1028
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:17 +0000

    devel/viewvc-devel: Remove PY_PYGMENTS
    
    With hat:       python
---
 devel/viewvc-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/viewvc-devel/Makefile b/devel/viewvc-devel/Makefile
index a2e87201f8c5..a5b093eba12d 100644
--- a/devel/viewvc-devel/Makefile
+++ b/devel/viewvc-devel/Makefile
@@ -37,7 +37,7 @@ MODWSGI_RUN_DEPENDS=	${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4
 
 SVN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR}
 
-RUN_DEPENDS+=		${PY_PYGMENTS}
+RUN_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}pygments>=1.1:textproc/py-pygments@${PY_FLAVOR}
 
 CONFLICTS_INSTALL=      viewvc-1.[12].[0-9]*
 


More information about the dev-commits-ports-main mailing list