diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2014-09-03 00:49:03 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2014-09-03 00:49:03 +0800 |
commit | 1003d0b03f14fb86ce60bae80c37519ea925f5cb (patch) | |
tree | 352a7ebf5dfa63c89ae706750bb251a34dedceeb /textproc | |
parent | b37ba60d57b65c22a6a865d8aa37a5cfd4886554 (diff) | |
download | freebsd-ports-gnome-1003d0b03f14fb86ce60bae80c37519ea925f5cb.tar.gz freebsd-ports-gnome-1003d0b03f14fb86ce60bae80c37519ea925f5cb.tar.zst freebsd-ports-gnome-1003d0b03f14fb86ce60bae80c37519ea925f5cb.zip |
- Update to 1.2.3
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-sphinx/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index c6010f92bf41..19391f76be1b 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sphinx -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils post-build: cd ${WRKSRC}/build/lib && \ diff --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo index 9e1f67dfb59c..2ded12bdafa5 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/Sphinx-1.2.2.tar.gz) = 2d3415f5b3e6b7535877f4c84fe228bdb802a8993c239b2d02c23169d67349bd -SIZE (python/Sphinx-1.2.2.tar.gz) = 3143671 +SHA256 (python/Sphinx-1.2.3.tar.gz) = 94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04 +SIZE (python/Sphinx-1.2.3.tar.gz) = 3200548 |