diff options
| author | Vladyslav Movchan <vladislav.movchan@gmail.com> | 2025-06-14 22:45:02 +0300 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-06-14 22:49:44 +0300 |
| commit | de4be6ac4a0a63bdd8ecd82c0167264ba1502688 (patch) | |
| tree | 674af3fcadfa747eaeb72c2dd832c66ae7ba1c94 /textproc/py-mkdocs-include-markdown-plugin | |
| parent | 1307207800b37b2e31b3eb5d22010987742206ca (diff) | |
textproc/py-mkdocs-include-markdown-plugin: Update 7.1.5 => 7.1.6
Changelog:
- Fix internal anchor in included file incorrectly rewritten
https://github.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v7.1.6
- Also add platformdir as a port dependency. platformdir is an optional
dependency in upstream, but mkdocs already depends on it, so this just
makes use of dependency explicit.
PR: 287550
Diffstat (limited to 'textproc/py-mkdocs-include-markdown-plugin')
| -rw-r--r-- | textproc/py-mkdocs-include-markdown-plugin/Makefile | 5 | ||||
| -rw-r--r-- | textproc/py-mkdocs-include-markdown-plugin/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-mkdocs-include-markdown-plugin/Makefile b/textproc/py-mkdocs-include-markdown-plugin/Makefile index 7b24eb8e063e..a55ff4800c34 100644 --- a/textproc/py-mkdocs-include-markdown-plugin/Makefile +++ b/textproc/py-mkdocs-include-markdown-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocs-include-markdown-plugin -DISTVERSION= 7.1.5 +DISTVERSION= 7.1.6 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.4:textproc/py-mkdocs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wcmatch>=0:textproc/py-wcmatch@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wcmatch>=0:textproc/py-wcmatch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}platformdirs>0:devel/py-platformdirs@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=6.4:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}covdefaults>=0:devel/py-covdefaults@${PY_FLAVOR} diff --git a/textproc/py-mkdocs-include-markdown-plugin/distinfo b/textproc/py-mkdocs-include-markdown-plugin/distinfo index 3eea91153279..b071448d487b 100644 --- a/textproc/py-mkdocs-include-markdown-plugin/distinfo +++ b/textproc/py-mkdocs-include-markdown-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749451106 -SHA256 (mkdocs_include_markdown_plugin-7.1.5.tar.gz) = a986967594da6789226798e3c41c70bc17130fadb92b4313f42bd3defdac0adc -SIZE (mkdocs_include_markdown_plugin-7.1.5.tar.gz) = 23329 +TIMESTAMP = 1749914985 +SHA256 (mkdocs_include_markdown_plugin-7.1.6.tar.gz) = a0753cb82704c10a287f1e789fc9848f82b6beb8749814b24b03dd9f67816677 +SIZE (mkdocs_include_markdown_plugin-7.1.6.tar.gz) = 23391 |
