Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:58 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31c37d51388a - main - textproc/py-markdown: Update to 3.10.2
Message-ID:  <69af107a.1f512.46a38be6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 31c37d51388acbe2658438496c26c7a865606fb1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:15 +0000

    textproc/py-markdown: Update to 3.10.2
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/Python-Markdown/markdown/releases
                    https://python-markdown.github.io/changelog/
---
 textproc/py-markdown/Makefile | 5 +++--
 textproc/py-markdown/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile
index 3393e5a5d0e5..98ce7f5cdbd8 100644
--- a/textproc/py-markdown/Makefile
+++ b/textproc/py-markdown/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	markdown
-PORTVERSION=	3.10
+PORTVERSION=	3.10.2
 CATEGORIES=	textproc python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/Python-Markdown/markdown/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/textproc/py-markdown/distinfo b/textproc/py-markdown/distinfo
index 6fdea9c182ae..9fe31a7d9fc0 100644
--- a/textproc/py-markdown/distinfo
+++ b/textproc/py-markdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853446
-SHA256 (markdown-3.10.tar.gz) = 37062d4f2aa4b2b6b32aefb80faa300f82cc790cb949a35b8caede34f2b68c0e
-SIZE (markdown-3.10.tar.gz) = 364931
+TIMESTAMP = 1771421746
+SHA256 (markdown-3.10.2.tar.gz) = 994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950
+SIZE (markdown-3.10.2.tar.gz) = 368805


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af107a.1f512.46a38be6>