diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-12 16:50:07 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-12 16:50:07 +0000 |
commit | 180907b39c8afd0ee055fa90e40b6425b012b695 (patch) | |
tree | fb28353e77a4d166018372de87f99ab8efb6bb53 /math/py-pdal | |
parent | b1b77e952ba42cf3271fd5cc4062b3907b703026 (diff) | |
download | ports-180907b39c8afd0ee055fa90e40b6425b012b695.tar.gz ports-180907b39c8afd0ee055fa90e40b6425b012b695.zip |
math/py-pdal: Update to 2.3.5
- Fix memory leak
- Handle metadata with invalid unicode by erroring
Notes
Notes:
svn path=/head/; revision=554973
Diffstat (limited to 'math/py-pdal')
-rw-r--r-- | math/py-pdal/Makefile | 2 | ||||
-rw-r--r-- | math/py-pdal/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/py-pdal/Makefile b/math/py-pdal/Makefile index 99ec4c138fa2..4ecf49f5e09a 100644 --- a/math/py-pdal/Makefile +++ b/math/py-pdal/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pdal -DISTVERSION= 2.3.4 +DISTVERSION= 2.3.5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pdal/distinfo b/math/py-pdal/distinfo index 696574f28747..5c024be88328 100644 --- a/math/py-pdal/distinfo +++ b/math/py-pdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599047005 -SHA256 (PDAL-2.3.4.tar.gz) = 49dbc095f10e0ce105254e84b468eca7bb5f906404f07fab5da5534565cb35cb -SIZE (PDAL-2.3.4.tar.gz) = 945032 +TIMESTAMP = 1605199158 +SHA256 (PDAL-2.3.5.tar.gz) = 234e335c27a0fdd39f77c1fae4c9dd17ad748abc7908368e6aaedb4fb7f7da21 +SIZE (PDAL-2.3.5.tar.gz) = 945024 |