git: d532b88f5e8e - main - graphics/opencolorio: Fix BUILD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Apr 2023 18:26:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d532b88f5e8e59ae26d242a88d3f4b610c35c1a1 commit d532b88f5e8e59ae26d242a88d3f4b610c35c1a1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-17 18:23:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-17 18:25:58 +0000 graphics/opencolorio: Fix BUILD After textproc/py-sphinx_press_theme was updated it merged some of it's html and css stuffs in other files and removes two other files that were generated in the build of opencolorio. This patch fixes the build. Also bump so that the package is newly built with the latest textproc/py-sphinx_press_theme. Reported by: antoine --- graphics/opencolorio/Makefile | 2 +- graphics/opencolorio/pkg-plist-docs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index 52829765b0fc..282601d3bcb8 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 2.1.3 # py-opencolorio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/opencolorio/pkg-plist-docs b/graphics/opencolorio/pkg-plist-docs index 34d19bed1102..79339162d229 100644 --- a/graphics/opencolorio/pkg-plist-docs +++ b/graphics/opencolorio/pkg-plist-docs @@ -116,10 +116,8 @@ %%PORTDOCS%%%%DOCSDIR%%/html/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/html/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/html/_static/sphinx_highlight.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/sphinx_press_theme.css %%PORTDOCS%%%%DOCSDIR%%/html/_static/tabs.css %%PORTDOCS%%%%DOCSDIR%%/html/_static/tabs.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/theme-vendors.js %%PORTDOCS%%%%DOCSDIR%%/html/_static/theme.css %%PORTDOCS%%%%DOCSDIR%%/html/_static/theme.js %%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore-1.13.1.js