From owner-svn-ports-all@freebsd.org Tue Mar 16 21:10:09 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D440A56DD18; Tue, 16 Mar 2021 21:10:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0Qss5fQXz3QvZ; Tue, 16 Mar 2021 21:10:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4BA52A6C7; Tue, 16 Mar 2021 21:10:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12GLA9i2060454; Tue, 16 Mar 2021 21:10:09 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12GLA8CD060444; Tue, 16 Mar 2021 21:10:08 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202103162110.12GLA8CD060444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 16 Mar 2021 21:10:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568615 - in head: devel/cmake-doc lang/ghc misc/py-powerline-status textproc/py-sphinx X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: devel/cmake-doc lang/ghc misc/py-powerline-status textproc/py-sphinx X-SVN-Commit-Revision: 568615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2021 21:10:09 -0000 Author: dbaio Date: Tue Mar 16 21:10:07 2021 New Revision: 568615 URL: https://svnweb.freebsd.org/changeset/ports/568615 Log: textproc/py-sphinx: Update to 3.5.2 Add patches to fix Sphinx consumers; The most common issues are related with pkg-plist, the output files for Sphinx changes between versions, keep this dynamically is the better approach and will save time in future Sphinx updates. Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.5.2/CHANGES PR: 254185 Approved by: python (with hat) Exp-run by: antoine Modified: head/devel/cmake-doc/Makefile head/devel/cmake-doc/pkg-plist head/lang/ghc/Makefile head/lang/ghc/pkg-plist head/misc/py-powerline-status/Makefile head/misc/py-powerline-status/pkg-plist head/textproc/py-sphinx/Makefile head/textproc/py-sphinx/distinfo Modified: head/devel/cmake-doc/Makefile ============================================================================== --- head/devel/cmake-doc/Makefile Tue Mar 16 21:09:34 2021 (r568614) +++ head/devel/cmake-doc/Makefile Tue Mar 16 21:10:07 2021 (r568615) @@ -2,6 +2,7 @@ PORTNAME= cmake DISTVERSION= 3.19.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -doc Modified: head/devel/cmake-doc/pkg-plist ============================================================================== --- head/devel/cmake-doc/pkg-plist Tue Mar 16 21:09:34 2021 (r568614) +++ head/devel/cmake-doc/pkg-plist Tue Mar 16 21:10:07 2021 (r568615) @@ -1635,7 +1635,6 @@ %%DOCSDIR%%/html/_static/pygments.css %%DOCSDIR%%/html/_static/searchtools.js %%DOCSDIR%%/html/_static/sidebar.js -%%DOCSDIR%%/html/_static/underscore-1.3.1.js %%DOCSDIR%%/html/_static/underscore.js %%DOCSDIR%%/html/command/add_compile_definitions.html %%DOCSDIR%%/html/command/add_compile_options.html Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Tue Mar 16 21:09:34 2021 (r568614) +++ head/lang/ghc/Makefile Tue Mar 16 21:10:07 2021 (r568615) @@ -3,6 +3,7 @@ PORTNAME= ghc PORTVERSION= ${GHC_VERSION} +PORTREVISION= 1 CATEGORIES= lang haskell MASTER_SITES= https://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ LOCAL/arrowd/:boot \ Modified: head/lang/ghc/pkg-plist ============================================================================== --- head/lang/ghc/pkg-plist Tue Mar 16 21:09:34 2021 (r568614) +++ head/lang/ghc/pkg-plist Tue Mar 16 21:10:07 2021 (r568615) @@ -4586,7 +4586,7 @@ lib/ghc-%%GHC_VERSION%%/xhtml-3000.2.2.1/libHSxhtml-30 %%PORTDOCS%%%%DOCSDIR%%/html/haddock/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/html/haddock/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/html/haddock/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/haddock/_static/underscore-1.3.1.js +%%PORTDOCS%%%%DOCSDIR%%/html/haddock/_static/underscore-1.12.0.js %%PORTDOCS%%%%DOCSDIR%%/html/haddock/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/html/haddock/genindex.html %%PORTDOCS%%%%DOCSDIR%%/html/haddock/index.html @@ -6881,7 +6881,7 @@ lib/ghc-%%GHC_VERSION%%/xhtml-3000.2.2.1/libHSxhtml-30 %%PORTDOCS%%%%DOCSDIR%%/html/users_guide/_static/prof_scc.svg %%PORTDOCS%%%%DOCSDIR%%/html/users_guide/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/html/users_guide/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/users_guide/_static/underscore-1.3.1.js +%%PORTDOCS%%%%DOCSDIR%%/html/users_guide/_static/underscore-1.12.0.js %%PORTDOCS%%%%DOCSDIR%%/html/users_guide/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/html/users_guide/bugs.html %%PORTDOCS%%%%DOCSDIR%%/html/users_guide/codegens.html Modified: head/misc/py-powerline-status/Makefile ============================================================================== --- head/misc/py-powerline-status/Makefile Tue Mar 16 21:09:34 2021 (r568614) +++ head/misc/py-powerline-status/Makefile Tue Mar 16 21:10:07 2021 (r568615) @@ -2,6 +2,7 @@ PORTNAME= powerline-status PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,6 +30,8 @@ USE_GITHUB= yes GH_ACCOUNT= powerline GH_PROJECT= powerline +PORTDOCS= * + do-build-DOCS-on: @make -C ${WRKSRC}/docs man html @@ -36,7 +39,7 @@ do-install-DOCS-on: .for file in powerline.1 powerline-daemon.1 powerline-lint.1 powerline-config.1 ${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${file} ${STAGEDIR}${MAN1PREFIX}/man/man1 .endfor - cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo' post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline Modified: head/misc/py-powerline-status/pkg-plist ============================================================================== --- head/misc/py-powerline-status/pkg-plist Tue Mar 16 21:09:34 2021 (r568614) +++ head/misc/py-powerline-status/pkg-plist Tue Mar 16 21:10:07 2021 (r568615) @@ -2,182 +2,3 @@ %%PORTDOCS%%man/man1/powerline-daemon.1.gz %%PORTDOCS%%man/man1/powerline-lint.1.gz %%PORTDOCS%%man/man1/powerline.1.gz -%%PORTDOCS%%%%DOCSDIR%%/.buildinfo -%%PORTDOCS%%%%DOCSDIR%%/_images/cross.png -%%PORTDOCS%%%%DOCSDIR%%/_images/error.png -%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-insert.png -%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-normal.png -%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-replace.png -%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-visual.png -%%PORTDOCS%%%%DOCSDIR%%/_images/pl-truncate1.png -%%PORTDOCS%%%%DOCSDIR%%/_images/pl-truncate2.png -%%PORTDOCS%%%%DOCSDIR%%/_images/pl-truncate3.png -%%PORTDOCS%%%%DOCSDIR%%/_images/tick.png -%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/lib/encoding.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/listers/i3wm.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/listers/pdb.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/listers/vim.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/renderer.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/bat.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/env.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/mail.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/net.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/players.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/sys.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/time.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/vcs.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/wthr.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/i3wm.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/pdb.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/shell.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/tmux.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/ale.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/capslock.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/commandt.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/nerdtree.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/syntastic.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/tagbar.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/selectors/vim.html -%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/vim.html -%%PORTDOCS%%%%DOCSDIR%%/_sources/commands.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/config.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/daemon.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/lint.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/main.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/listers.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/local.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/reference.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/common.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/i3wm.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/pdb.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/shell.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/tmux.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/vim.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/selectors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/selectors/vim.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/develop.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/extensions.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/listers.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/local-themes.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/segments.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/tips-and-tricks.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/installation.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/installation/linux.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/installation/osx.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/license-and-credits.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/overview.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/tips-and-tricks.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/troubleshooting.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/troubleshooting/linux.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/troubleshooting/osx.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/usage.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/usage/other.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/usage/shell-prompts.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/usage/wm-widgets.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css -%%PORTDOCS%%%%DOCSDIR%%/_static/css/badge_only.css -%%PORTDOCS%%%%DOCSDIR%%/_static/css/theme.css -%%PORTDOCS%%%%DOCSDIR%%/_static/css/theme_overrides.css -%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js -%%PORTDOCS%%%%DOCSDIR%%/_static/documentation_options.js -%%PORTDOCS%%%%DOCSDIR%%/_static/file.png -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.eot -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.ttf -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.woff -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.woff2 -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.eot -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.ttf -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.woff -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.woff2 -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.eot -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.ttf -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.woff -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.eot -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.ttf -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.woff -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.woff2 -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.eot -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.svg -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.ttf -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.woff -%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.woff2 -%%PORTDOCS%%%%DOCSDIR%%/_static/img/icons/cross.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/icons/error.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/icons/tick.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-insert.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-normal.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-replace.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-visual.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-truncate1.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-truncate2.png -%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-truncate3.png -%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-3.5.1.js -%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/_static/js/modernizr.min.js -%%PORTDOCS%%%%DOCSDIR%%/_static/js/theme.js -%%PORTDOCS%%%%DOCSDIR%%/_static/language_data.js -%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png -%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png -%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js -%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/commands/config.html -%%PORTDOCS%%%%DOCSDIR%%/commands/daemon.html -%%PORTDOCS%%%%DOCSDIR%%/commands/lint.html -%%PORTDOCS%%%%DOCSDIR%%/commands/main.html -%%PORTDOCS%%%%DOCSDIR%%/configuration.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/listers.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/local.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/reference.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/segments.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/common.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/i3wm.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/pdb.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/shell.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/tmux.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/vim.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/selectors.html -%%PORTDOCS%%%%DOCSDIR%%/configuration/selectors/vim.html -%%PORTDOCS%%%%DOCSDIR%%/develop.html -%%PORTDOCS%%%%DOCSDIR%%/develop/extensions.html -%%PORTDOCS%%%%DOCSDIR%%/develop/listers.html -%%PORTDOCS%%%%DOCSDIR%%/develop/local-themes.html -%%PORTDOCS%%%%DOCSDIR%%/develop/segments.html -%%PORTDOCS%%%%DOCSDIR%%/develop/tips-and-tricks.html -%%PORTDOCS%%%%DOCSDIR%%/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/installation.html -%%PORTDOCS%%%%DOCSDIR%%/installation/linux.html -%%PORTDOCS%%%%DOCSDIR%%/installation/osx.html -%%PORTDOCS%%%%DOCSDIR%%/license-and-credits.html -%%PORTDOCS%%%%DOCSDIR%%/objects.inv -%%PORTDOCS%%%%DOCSDIR%%/overview.html -%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html -%%PORTDOCS%%%%DOCSDIR%%/search.html -%%PORTDOCS%%%%DOCSDIR%%/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/tips-and-tricks.html -%%PORTDOCS%%%%DOCSDIR%%/troubleshooting.html -%%PORTDOCS%%%%DOCSDIR%%/troubleshooting/linux.html -%%PORTDOCS%%%%DOCSDIR%%/troubleshooting/osx.html -%%PORTDOCS%%%%DOCSDIR%%/usage.html -%%PORTDOCS%%%%DOCSDIR%%/usage/other.html -%%PORTDOCS%%%%DOCSDIR%%/usage/shell-prompts.html -%%PORTDOCS%%%%DOCSDIR%%/usage/wm-widgets.html Modified: head/textproc/py-sphinx/Makefile ============================================================================== --- head/textproc/py-sphinx/Makefile Tue Mar 16 21:09:34 2021 (r568614) +++ head/textproc/py-sphinx/Makefile Tue Mar 16 21:10:07 2021 (r568615) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sphinx -PORTVERSION= 3.4.3 +PORTVERSION= 3.5.2 PORTEPOCH= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP Modified: head/textproc/py-sphinx/distinfo ============================================================================== --- head/textproc/py-sphinx/distinfo Tue Mar 16 21:09:34 2021 (r568614) +++ head/textproc/py-sphinx/distinfo Tue Mar 16 21:10:07 2021 (r568615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610396333 -SHA256 (python/Sphinx-3.4.3.tar.gz) = 41cad293f954f7d37f803d97eb184158cfd90f51195131e94875bc07cd08b93c -SIZE (python/Sphinx-3.4.3.tar.gz) = 5997116 +TIMESTAMP = 1615136512 +SHA256 (python/Sphinx-3.5.2.tar.gz) = 672cfcc24b6b69235c97c750cb190a44ecd72696b4452acaf75c2d9cc78ca5ff +SIZE (python/Sphinx-3.5.2.tar.gz) = 5907358