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

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 14 14:39:03 UTC 2015


On Tue, Jul 14, 2015 at 02:32:41PM +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
>  
>  USES=		python
>  USE_PYTHON=	autoplist distutils
> 
> Modified: head/textproc/py-sphinx/distinfo
> ==============================================================================
> --- head/textproc/py-sphinx/distinfo	Tue Jul 14 14:31:42 2015	(r392003)
> +++ head/textproc/py-sphinx/distinfo	Tue Jul 14 14:32:40 2015	(r392004)
> @@ -1,2 +1,2 @@
> -SHA256 (python/Sphinx-1.2.3.tar.gz) = 94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04
> -SIZE (python/Sphinx-1.2.3.tar.gz) = 3200548
> +SHA256 (python/Sphinx-1.3.1.tar.gz) = 1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114
> +SIZE (python/Sphinx-1.3.1.tar.gz) = 3469782
> 
> Modified: head/textproc/py-sphinx_rtd_theme/Makefile
> ==============================================================================
> --- head/textproc/py-sphinx_rtd_theme/Makefile	Tue Jul 14 14:31:42 2015	(r392003)
> +++ head/textproc/py-sphinx_rtd_theme/Makefile	Tue Jul 14 14:32:40 2015	(r392004)
> @@ -11,8 +11,6 @@ COMMENT=	Mobile-friendly py-sphinx theme
>  
>  LICENSE=	MIT
>  
> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.1:${PORTSDIR}/textproc/py-sphinx

You are changing a dependency so you do need to bump the revision

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150714/d92cb641/attachment.bin>


More information about the svn-ports-all mailing list