svn commit: r553821 - branches/2020Q4/textproc/py-docutils

Danilo G. Baio dbaio at FreeBSD.org
Sun Nov 1 01:21:31 UTC 2020


Author: dbaio
Date: Sun Nov  1 01:21:30 2020
New Revision: 553821
URL: https://svnweb.freebsd.org/changeset/ports/553821

Log:
  MFH: r553820
  
  textproc/py-docutils: Fix build with PYGMENTS option and Python 2
  
  PR:		250395
  Submitted by:	Ting-Wei Lan <lantw44 at gmail.com>
  Approved by:	python (with hat)
  
  Approved by:	ports-secteam (blanket, build fix)

Modified:
  branches/2020Q4/textproc/py-docutils/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/textproc/py-docutils/Makefile
==============================================================================
--- branches/2020Q4/textproc/py-docutils/Makefile	Sun Nov  1 01:19:31 2020	(r553820)
+++ branches/2020Q4/textproc/py-docutils/Makefile	Sun Nov  1 01:21:30 2020	(r553821)
@@ -22,7 +22,7 @@ PORTSCOUT=	limit:^[0-9\.]*$$
 
 OPTIONS_DEFINE=	PYGMENTS
 PYGMENTS_DESC=	Syntax highlighting
-PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR}
+PYGMENTS_RUN_DEPENDS=	${PY_PYGMENTS}
 
 SCRIPTS=	rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \
 		rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html


More information about the svn-ports-all mailing list