aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-sphinx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-sphinx/Makefile')
-rw-r--r--textproc/py-sphinx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index 311e5db31096..35abbf7501cd 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sphinx
-PORTVERSION= 0.5.1
+PORTVERSION= 0.6.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python documentation generator
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments \
- ${PYTHON_PKGNAMEPREFIX}Jinja>=1.1:${PORTSDIR}/devel/py-Jinja \
+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \
${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
USE_PYTHON= yes