Received: by mail.netbsd.org (Postfix, from userid 605) id 2109685487; Fri, 23 Aug 2019 13:19:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9DC0584D62 for ; Fri, 23 Aug 2019 13:19:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3txHERkmbjcb for ; Fri, 23 Aug 2019 13:19:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 067F384D49 for ; Fri, 23 Aug 2019 13:19:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E16BFBF4; Fri, 23 Aug 2019 13:18:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566566332100380" MIME-Version: 1.0 Date: Fri, 23 Aug 2019 13:18:52 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/textproc/py-sphinx To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190823131852.7E16BFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566566332100380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Aug 23 13:18:52 UTC 2019 Modified Files: pkgsrc/textproc/py-sphinx: Makefile Log Message: Fix runtime error when building docs in mail/notmuch, bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/textproc/py-sphinx/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566566332100380 Content-Disposition: inline Content-Length: 950 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-sphinx/Makefile diff -u pkgsrc/textproc/py-sphinx/Makefile:1.63 pkgsrc/textproc/py-sphinx/Makefile:1.64 --- pkgsrc/textproc/py-sphinx/Makefile:1.63 Thu May 2 09:27:09 2019 +++ pkgsrc/textproc/py-sphinx/Makefile Fri Aug 23 13:18:52 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2019/05/02 09:27:09 adam Exp $ +# $NetBSD: Makefile,v 1.64 2019/08/23 13:18:52 ryoon Exp $ DISTNAME= Sphinx-1.8.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} @@ -10,6 +11,7 @@ HOMEPAGE= http://sphinx.pocoo.org/ COMMENT= Python documentation generator LICENSE= modified-bsd +DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils --_----------=_1566566332100380--