Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 14:41:43 GMT
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: 218f120f7fe4 - main - textproc/py-ftfy: Update to 6.3.1
Message-ID:  <202410291441.49TEfhTq065054@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 218f120f7fe461725bd0aa15bb65245eec60ee11
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:19:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-29 14:38:39 +0000

    textproc/py-ftfy: Update to 6.3.1
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/rspeer/python-ftfy/releases
---
 textproc/py-ftfy/Makefile | 5 +++--
 textproc/py-ftfy/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile
index 931bf3d202ea..aa47254d3b4c 100644
--- a/textproc/py-ftfy/Makefile
+++ b/textproc/py-ftfy/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	ftfy
-PORTVERSION=	6.3.0
+PORTVERSION=	6.3.1
 CATEGORIES=	textproc python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/rspeer/python-ftfy/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/textproc/py-ftfy/distinfo b/textproc/py-ftfy/distinfo
index 211bf7cc2ea7..fd2e01f62cb4 100644
--- a/textproc/py-ftfy/distinfo
+++ b/textproc/py-ftfy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728632478
-SHA256 (ftfy-6.3.0.tar.gz) = 1c7d6418e72b25a7760feb150acf574b86924dbb2e95b32c0b3abbd1ba3d7ad6
-SIZE (ftfy-6.3.0.tar.gz) = 362118
+TIMESTAMP = 1729994346
+SHA256 (ftfy-6.3.1.tar.gz) = 9b3c3d90f84fb267fe64d375a07b7f8912d817cf86009ae134aa03e1819506ec
+SIZE (ftfy-6.3.1.tar.gz) = 308927



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410291441.49TEfhTq065054>