svn commit: r565628 - head/textproc/py-ftfy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 18:09:54 UTC 2021


Author: sunpoet
Date: Wed Feb 17 18:09:49 2021
New Revision: 565628
URL: https://svnweb.freebsd.org/changeset/ports/565628

Log:
  Update to 5.9
  
  Changes:	https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md

Modified:
  head/textproc/py-ftfy/Makefile
  head/textproc/py-ftfy/distinfo

Modified: head/textproc/py-ftfy/Makefile
==============================================================================
--- head/textproc/py-ftfy/Makefile	Wed Feb 17 18:09:43 2021	(r565627)
+++ head/textproc/py-ftfy/Makefile	Wed Feb 17 18:09:49 2021	(r565628)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ftfy
-PORTVERSION=	5.8
+PORTVERSION=	5.9
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/textproc/py-ftfy/distinfo
==============================================================================
--- head/textproc/py-ftfy/distinfo	Wed Feb 17 18:09:43 2021	(r565627)
+++ head/textproc/py-ftfy/distinfo	Wed Feb 17 18:09:49 2021	(r565628)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595578504
-SHA256 (ftfy-5.8.tar.gz) = 51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720
-SIZE (ftfy-5.8.tar.gz) = 64065
+TIMESTAMP = 1613478453
+SHA256 (ftfy-5.9.tar.gz) = 8c4fb2863c0b82eae2ab3cf353d9ade268dfbde863d322f78d6a9fd5cefb31e9
+SIZE (ftfy-5.9.tar.gz) = 66049


More information about the svn-ports-all mailing list