Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 08:49:08 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a9994c5b118 - main - misc/{,py-}fastscapelib: update 0.2.1 =?utf-8?Q?=E2=86=92?= 0.2.2
Message-ID:  <202406060849.4568n80k002989@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a9994c5b1184564b4f3b392dc89ca0fa784ab50

commit 7a9994c5b1184564b4f3b392dc89ca0fa784ab50
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-06 06:33:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-06 08:48:59 +0000

    misc/{,py-}fastscapelib: update 0.2.1 → 0.2.2
    
    Reported by:    portscout
---
 misc/fastscapelib/Makefile    |  2 +-
 misc/fastscapelib/distinfo    |  6 +++---
 misc/fastscapelib/pkg-plist   | 40 ++++++++++++++++++++--------------------
 misc/py-fastscapelib/Makefile |  2 +-
 misc/py-fastscapelib/distinfo |  6 +++---
 5 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/misc/fastscapelib/Makefile b/misc/fastscapelib/Makefile
index dc4b54c0e221..f12e771e44b3 100644
--- a/misc/fastscapelib/Makefile
+++ b/misc/fastscapelib/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fastscapelib
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.1
+DISTVERSION=	0.2.2
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/fastscapelib/distinfo b/misc/fastscapelib/distinfo
index 8104904a9ac7..0f410933e158 100644
--- a/misc/fastscapelib/distinfo
+++ b/misc/fastscapelib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698169447
-SHA256 (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 6cfc73ad6f0feae4eecdc49a40ee2e58182ac34e2ad0260a194c819ec400f4cf
-SIZE (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 538142
+TIMESTAMP = 1717650943
+SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566
+SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207
diff --git a/misc/fastscapelib/pkg-plist b/misc/fastscapelib/pkg-plist
index b550d3d4b3ae..96e75d975c40 100644
--- a/misc/fastscapelib/pkg-plist
+++ b/misc/fastscapelib/pkg-plist
@@ -1,24 +1,24 @@
-include/fastscapelib/base.hpp
-include/fastscapelib/basin_graph.hpp
-include/fastscapelib/consts.hpp
-include/fastscapelib/diffusion_adi.hpp
-include/fastscapelib/flow_graph.hpp
-include/fastscapelib/flow_graph_impl.hpp
-include/fastscapelib/flow_operator.hpp
-include/fastscapelib/flow_router.hpp
-include/fastscapelib/flow_snapshot.hpp
-include/fastscapelib/iterators.hpp
-include/fastscapelib/pflood.hpp
-include/fastscapelib/profile_grid.hpp
-include/fastscapelib/raster_grid.hpp
-include/fastscapelib/sink_resolver.hpp
-include/fastscapelib/spl.hpp
-include/fastscapelib/structured_grid.hpp
-include/fastscapelib/trimesh.hpp
-include/fastscapelib/union_find.hpp
-include/fastscapelib/utils.hpp
+include/fastscapelib/algo/pflood.hpp
+include/fastscapelib/eroders/diffusion_adi.hpp
+include/fastscapelib/eroders/spl.hpp
+include/fastscapelib/flow/basin_graph.hpp
+include/fastscapelib/flow/flow_graph.hpp
+include/fastscapelib/flow/flow_graph_impl.hpp
+include/fastscapelib/flow/flow_operator.hpp
+include/fastscapelib/flow/flow_router.hpp
+include/fastscapelib/flow/flow_snapshot.hpp
+include/fastscapelib/flow/sink_resolver.hpp
+include/fastscapelib/grid/base.hpp
+include/fastscapelib/grid/profile_grid.hpp
+include/fastscapelib/grid/raster_grid.hpp
+include/fastscapelib/grid/structured_grid.hpp
+include/fastscapelib/grid/trimesh.hpp
+include/fastscapelib/utils/consts.hpp
+include/fastscapelib/utils/iterators.hpp
+include/fastscapelib/utils/union_find.hpp
+include/fastscapelib/utils/utils.hpp
+include/fastscapelib/utils/xtensor_utils.hpp
 include/fastscapelib/version.hpp
-include/fastscapelib/xtensor_utils.hpp
 lib/cmake/fastscapelib/fastscapelibConfig.cmake
 lib/cmake/fastscapelib/fastscapelibConfigVersion.cmake
 lib/cmake/fastscapelib/fastscapelibTargets.cmake
diff --git a/misc/py-fastscapelib/Makefile b/misc/py-fastscapelib/Makefile
index 2f0f5dacca05..50c91c14342e 100644
--- a/misc/py-fastscapelib/Makefile
+++ b/misc/py-fastscapelib/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fastscapelib
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.1
+DISTVERSION=	0.2.2
 CATEGORIES=	misc
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/misc/py-fastscapelib/distinfo b/misc/py-fastscapelib/distinfo
index ea4d5a102c2e..0acea30dc66f 100644
--- a/misc/py-fastscapelib/distinfo
+++ b/misc/py-fastscapelib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698169620
-SHA256 (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 6cfc73ad6f0feae4eecdc49a40ee2e58182ac34e2ad0260a194c819ec400f4cf
-SIZE (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 538142
+TIMESTAMP = 1717651075
+SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566
+SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406060849.4568n80k002989>