diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2019-03-17 11:34:58 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2019-03-17 11:34:58 +0000 |
commit | e056b6ebfcd38445244807170f42995bd8a58a53 (patch) | |
tree | 1113b1232d9b6a19ac04f2b36239221fd617fbc5 /textproc/py-csvkit | |
parent | Fix build with OpenSSL 1.1.x. (diff) |
Update to 1.0.4
ChangeLog: https://csvkit.readthedocs.io/en/latest/changelog.html
Notes
Notes:
svn path=/head/; revision=496046
Diffstat (limited to 'textproc/py-csvkit')
-rw-r--r-- | textproc/py-csvkit/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-csvkit/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/py-csvkit/Makefile b/textproc/py-csvkit/Makefile index 8cfa078fe96c..529f6151aac1 100644 --- a/textproc/py-csvkit/Makefile +++ b/textproc/py-csvkit/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csvkit -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,5 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.4:textproc/py-agate@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-csvkit/distinfo b/textproc/py-csvkit/distinfo index 84fe7dc8d669..005f2821f0e9 100644 --- a/textproc/py-csvkit/distinfo +++ b/textproc/py-csvkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521096886 -SHA256 (csvkit-1.0.3.tar.gz) = a6c859c1321d4697dc41252877249091681297f093e08d9c1e1828a6d52c260c -SIZE (csvkit-1.0.3.tar.gz) = 3780150 +TIMESTAMP = 1552817393 +SHA256 (csvkit-1.0.4.tar.gz) = 1353a383531bee191820edfb88418c13dfe1cdfa9dd3dc46f431c05cd2a260a0 +SIZE (csvkit-1.0.4.tar.gz) = 3782239 |