diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-06-19 01:36:23 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-06-19 01:36:23 +0800 |
commit | ec23a214c47c5b3cd06f5e55ab023f791361110c (patch) | |
tree | f721f711994b871ea90541f451669ee1b7ac9c5a /textproc/py-rst2html5 | |
parent | e46eda479871be468b91042559092efa8a487e7e (diff) | |
download | freebsd-ports-gnome-ec23a214c47c5b3cd06f5e55ab023f791361110c.tar.gz freebsd-ports-gnome-ec23a214c47c5b3cd06f5e55ab023f791361110c.tar.zst freebsd-ports-gnome-ec23a214c47c5b3cd06f5e55ab023f791361110c.zip |
- Update to 1.0
Diffstat (limited to 'textproc/py-rst2html5')
-rw-r--r-- | textproc/py-rst2html5/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-rst2html5/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-rst2html5/Makefile b/textproc/py-rst2html5/Makefile index 241cccc95911..a8d8ed48af64 100644 --- a/textproc/py-rst2html5/Makefile +++ b/textproc/py-rst2html5/Makefile @@ -3,7 +3,7 @@ # PORTNAME= rst2html5 -PORTVERSION= 0.10 +PORTVERSION= 1.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olivierd@FreeBSD.org COMMENT= Produces HTML5 documents from reStructuredText sources -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.6:${PORTSDIR}/textproc/py-genshi \ - ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:${PORTSDIR}/textproc/py-pygments \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:${PORTSDIR}/textproc/py-genshi \ + ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils USE_PYTHON= yes diff --git a/textproc/py-rst2html5/distinfo b/textproc/py-rst2html5/distinfo index 2f52c301e666..cb53f4d25825 100644 --- a/textproc/py-rst2html5/distinfo +++ b/textproc/py-rst2html5/distinfo @@ -1,2 +1,2 @@ -SHA256 (rst2html5-0.10.tar.gz) = c59b46943bf6ead1b3ad456d8defad4241f8c4961692172bf5ef186fa122d415 -SIZE (rst2html5-0.10.tar.gz) = 43867 +SHA256 (rst2html5-1.0.tar.gz) = 3727991f63cdb165e69cc895bb764fee21e17e85b8c51ddab57144c923db5518 +SIZE (rst2html5-1.0.tar.gz) = 49201 |