svn commit: r535069 - head/textproc/py-sphinx18

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 12 22:31:40 UTC 2020


Author: sunpoet
Date: Tue May 12 22:31:34 2020
New Revision: 535069
URL: https://svnweb.freebsd.org/changeset/ports/535069

Log:
  Change RUN_DEPENDS for py-sphinxcontrib-websupport 1.2.2 update
  
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/py-sphinx18/Makefile

Modified: head/textproc/py-sphinx18/Makefile
==============================================================================
--- head/textproc/py-sphinx18/Makefile	Tue May 12 22:31:29 2020	(r535068)
+++ head/textproc/py-sphinx18/Makefile	Tue May 12 22:31:34 2020	(r535069)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sphinx
 PORTVERSION=	1.8.5
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
@@ -26,7 +27,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:deve
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sphinxcontrib-websupport>=1.0.1:textproc/py-sphinxcontrib-websupport@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinxcontrib-websupport11>=1.0.1:textproc/py-sphinxcontrib-websupport11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0.1:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}alabaster>=0.7<0.8:textproc/py-alabaster@${PY_FLAVOR} \


More information about the svn-ports-head mailing list