svn commit: r554973 - head/math/py-pdal

Loïc Bartoletti lbartoletti at FreeBSD.org
Thu Nov 12 16:50:08 UTC 2020


Author: lbartoletti
Date: Thu Nov 12 16:50:07 2020
New Revision: 554973
URL: https://svnweb.freebsd.org/changeset/ports/554973

Log:
  math/py-pdal: Update to 2.3.5
  
    - Fix memory leak
    - Handle metadata with invalid unicode by erroring

Modified:
  head/math/py-pdal/Makefile
  head/math/py-pdal/distinfo

Modified: head/math/py-pdal/Makefile
==============================================================================
--- head/math/py-pdal/Makefile	Thu Nov 12 16:46:09 2020	(r554972)
+++ head/math/py-pdal/Makefile	Thu Nov 12 16:50:07 2020	(r554973)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pdal
-DISTVERSION=	2.3.4
+DISTVERSION=	2.3.5
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/math/py-pdal/distinfo
==============================================================================
--- head/math/py-pdal/distinfo	Thu Nov 12 16:46:09 2020	(r554972)
+++ head/math/py-pdal/distinfo	Thu Nov 12 16:50:07 2020	(r554973)
@@ -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


More information about the svn-ports-head mailing list