svn commit: r565614 - head/devel/py-tabulator
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 17 18:08:38 UTC 2021
Author: sunpoet
Date: Wed Feb 17 18:08:26 2021
New Revision: 565614
URL: https://svnweb.freebsd.org/changeset/ports/565614
Log:
Update to 1.53.2
- Fix CCHARDET_RUN_DEPENDS
Changes: https://github.com/frictionlessdata/tabulator-py/blob/master/README.md#changelog
https://github.com/frictionlessdata/tabulator-py/commits/master
Modified:
head/devel/py-tabulator/Makefile
head/devel/py-tabulator/distinfo
Modified: head/devel/py-tabulator/Makefile
==============================================================================
--- head/devel/py-tabulator/Makefile Wed Feb 17 18:08:20 2021 (r565613)
+++ head/devel/py-tabulator/Makefile Wed Feb 17 18:08:26 2021 (r565614)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tabulator
-PORTVERSION= 1.53.1
-PORTREVISION= 1
+PORTVERSION= 1.53.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -35,6 +34,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= CCHARDET
CCHARDET_DESC= Character encoding detection via cchardet
-CCHARDET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cchardet>=1.0:textproc/py-cchardet@${PY_FLAVOR}
+CCHARDET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cchardet>=2.0:textproc/py-cchardet@${PY_FLAVOR}
.include <bsd.port.mk>
Modified: head/devel/py-tabulator/distinfo
==============================================================================
--- head/devel/py-tabulator/distinfo Wed Feb 17 18:08:20 2021 (r565613)
+++ head/devel/py-tabulator/distinfo Wed Feb 17 18:08:26 2021 (r565614)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607539753
-SHA256 (tabulator-1.53.1.tar.gz) = c6e9a508dd2f657357c12d2248c7e2098bba43de72bffd27f38efeabd47536f0
-SIZE (tabulator-1.53.1.tar.gz) = 77658
+TIMESTAMP = 1613478425
+SHA256 (tabulator-1.53.2.tar.gz) = ec3400b18a125a4318f33ae6d1b98a8ef0d3a1d75378f430a2618f3f24117ba0
+SIZE (tabulator-1.53.2.tar.gz) = 77954
More information about the svn-ports-head
mailing list