Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 01:21:30 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553821 - branches/2020Q4/textproc/py-docutils
Message-ID:  <202011010121.0A11LUqE068658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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