Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 16:20:12 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: 07a2b21bcef5 - main - www/trac-devel: Remove PY_PYGMENTS
Message-ID:  <202106201620.15KGKC0v086227@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=07a2b21bcef50d221c85c844d1b8ca440771c248

commit 07a2b21bcef50d221c85c844d1b8ca440771c248
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-20 16:09:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-20 16:16:19 +0000

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

diff --git a/www/trac-devel/Makefile b/www/trac-devel/Makefile
index d0a9620a8030..c46b59613535 100644
--- a/www/trac-devel/Makefile
+++ b/www/trac-devel/Makefile
@@ -45,7 +45,7 @@ GIT_DESC=		Enable GIT support
 FCGI_DESC=		Enable FastCGI support
 
 DOCUTILS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR}
-PYGMENTS_RUN_DEPENDS=	${PY_PYGMENTS}
+PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.0:textproc/py-pygments@${PY_FLAVOR}
 TZ_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 PGSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR}
 SQLITE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}



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