git: de4be6ac4a0a - main - textproc/py-mkdocs-include-markdown-plugin: Update 7.1.5 => 7.1.6

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sat, 14 Jun 2025 19:52:57 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de4be6ac4a0a63bdd8ecd82c0167264ba1502688

commit de4be6ac4a0a63bdd8ecd82c0167264ba1502688
Author:     Vladyslav Movchan <vladislav.movchan@gmail.com>
AuthorDate: 2025-06-14 19:45:02 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-06-14 19:49:44 +0000

    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
---
 textproc/py-mkdocs-include-markdown-plugin/Makefile | 5 +++--
 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