Date: Wed, 15 Jul 2015 09:28:50 -0400 From: Kris Moore <kris@pcbsd.org> To: Li-Wen Hsu <lwhsu@FreeBSD.org>, Kris Moore <kmoore@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392004 - in head/textproc: py-sphinx py-sphinx_rtd_theme Message-ID: <55A66012.1050000@pcbsd.org> In-Reply-To: <20150715042554.GA77591@FreeBSD.cs.nctu.edu.tw> References: <201507141432.t6EEWfVi034732@repo.freebsd.org> <20150715042554.GA77591@FreeBSD.cs.nctu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07/15/2015 00:25, Li-Wen Hsu wrote: > 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@FreeBSD.org >> +MAINTAINER= kmoore@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? > Looks fine to me, feel free to commit! -- Kris Moore PC-BSD Software / iXsystems Enterprise Storage & Servers Driven By Open Source
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55A66012.1050000>