Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 16:56:08 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r552345 - branches/2020Q4/devel/libvirt
Message-ID:  <202010141656.09EGu8xN089561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Wed Oct 14 16:56:08 2020
New Revision: 552345
URL: https://svnweb.freebsd.org/changeset/ports/552345

Log:
  MFH: r552344
  
  devel/libvirt: use flavored py-docutils in right way
  
  PR:		250344
  Submitted by:	fluffy
  Approved by:	maintainer (novel)
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q4/devel/libvirt/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/devel/libvirt/Makefile
==============================================================================
--- branches/2020Q4/devel/libvirt/Makefile	Wed Oct 14 16:54:19 2020	(r552344)
+++ branches/2020Q4/devel/libvirt/Makefile	Wed Oct 14 16:56:08 2020	(r552345)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libgnutls.so:security/gnutls \
 		libxml2.so:textproc/libxml2
 BUILD_DEPENDS=	dnsmasq:dns/dnsmasq \
-		rst2html:textproc/py-docutils \
+		rst2html-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR} \
 		xsltproc:textproc/libxslt
 RUN_DEPENDS=	dnsmasq:dns/dnsmasq
 
@@ -108,7 +108,9 @@ SHLIB_VER=	0.6008.0
 PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*
 SHEBANG_FILES=	src/keycodemapdb/tools/keymap-gen
-BINARY_ALIAS=	python3=${PYTHON_CMD}
+BINARY_ALIAS=	python3=${PYTHON_CMD} \
+		rst2man.py=rst2man.py-${PYTHON_VER} \
+		rst2html5.py=rst2html5.py-${PYTHON_VER}
 
 SUB_FILES=	pkg-message
 



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