svn commit: r392004 - in head/textproc: py-sphinx py-sphinx_rtd_theme

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 15 04:25:55 UTC 2015


On Tue, Jul 14, 2015 at 14:32:41 +0000, Kris Moore wrote:
> Author: kmoore
> Date: Tue Jul 14 14:32:40 2015
> New Revision: 392004
> URL: https://svnweb.freebsd.org/changeset/ports/392004
> 
> Log:
>   - Update textproc/py-sphinx to 1.3.1
>   - Reverse depend upon textproc/py-sphinx_rtd_theme
>   - Take maintainership of textproc/py-sphinx
>   
>   Approved by: lwhsu@
> 
> Modified:
>   head/textproc/py-sphinx/Makefile
>   head/textproc/py-sphinx/distinfo
>   head/textproc/py-sphinx_rtd_theme/Makefile
> 
> Modified: head/textproc/py-sphinx/Makefile
> ==============================================================================
> --- head/textproc/py-sphinx/Makefile	Tue Jul 14 14:31:42 2015	(r392003)
> +++ head/textproc/py-sphinx/Makefile	Tue Jul 14 14:32:40 2015	(r392004)
> @@ -2,23 +2,28 @@
>  # $FreeBSD$
>  
>  PORTNAME=	sphinx
> -PORTVERSION=	1.2.3
> +PORTVERSION=	1.3.1
>  CATEGORIES=	textproc python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  DISTNAME=	Sphinx-${PORTVERSION}
>  DIST_SUBDIR=	python
>  
> -MAINTAINER=	lwhsu at FreeBSD.org
> +MAINTAINER=	kmoore at FreeBSD.org
>  COMMENT=	Python documentation generator
>  
>  LICENSE=	BSD2CLAUSE
>  
>  BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \
> -		${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils
> +		${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \
> +		${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six
>  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
> +		${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments \
> +		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0.1.6:${PORTSDIR}/textproc/py-sphinx_rtd_theme \
> +		${PYTHON_PKGNAMEPREFIX}alabaster>=0.7.6:${PORTSDIR}/textproc/py-alabaster \
> +		${PYTHON_PKGNAMEPREFIX}snowballstemmer>=1.2.0:${PORTSDIR}/textproc/py-snowballstemmer \
> +		${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six

If you looked at work/Sphinx-1.3.1/setup.py , there were also some dependencies
versions changed.  How do you feel about attached patch?

-- 
Li-Wen Hsu <lwhsu at FreeBSD.org>
http://lwhsu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py-sphinx.diff
Type: text/x-diff
Size: 1678 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150715/e5c3de90/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150715/e5c3de90/attachment-0001.bin>


More information about the svn-ports-all mailing list