diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-08-30 06:01:17 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-08-30 06:01:17 +0800 |
commit | d19881e448b03f65010b3c5c6b19da64cc903117 (patch) | |
tree | 61b71778e8ba35d296d77c77f2dde147106b5ec5 /textproc/py-rst2html5 | |
parent | 283b86da2dfebea1f6404d41d47133c64863c892 (diff) | |
download | freebsd-ports-graphics-d19881e448b03f65010b3c5c6b19da64cc903117.tar.gz freebsd-ports-graphics-d19881e448b03f65010b3c5c6b19da64cc903117.tar.zst freebsd-ports-graphics-d19881e448b03f65010b3c5c6b19da64cc903117.zip |
- Update to 1.3
Diffstat (limited to 'textproc/py-rst2html5')
-rw-r--r-- | textproc/py-rst2html5/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-rst2html5/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/py-rst2html5/Makefile b/textproc/py-rst2html5/Makefile index 3d7dbee3272..bc7e1378fe2 100644 --- a/textproc/py-rst2html5/Makefile +++ b/textproc/py-rst2html5/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rst2html5 -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:${PORTSDIR}/textproc/py-genshi \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.11:${PORTSDIR}/textproc/py-docutils -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/textproc/py-rst2html5/distinfo b/textproc/py-rst2html5/distinfo index 88f963f85ae..3cc0b387294 100644 --- a/textproc/py-rst2html5/distinfo +++ b/textproc/py-rst2html5/distinfo @@ -1,2 +1,2 @@ -SHA256 (rst2html5-1.2.tar.gz) = a678f742c58c5f25a67633ec6a275837efb613aab085c405fe39eee3a33da10e -SIZE (rst2html5-1.2.tar.gz) = 49965 +SHA256 (rst2html5-1.3.tar.gz) = 4c448315e7e3b95ca53b99878540c214bbac14b38cec7480fd692d7ac11c464a +SIZE (rst2html5-1.3.tar.gz) = 50873 |