git: 84dbad8f921e - main - math/ascent: Update 0.6.0-16 -> 0.7.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 13 Dec 2021 17:19:14 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84dbad8f921e8e85c28405c173c426626690fed9

commit 84dbad8f921e8e85c28405c173c426626690fed9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-13 16:52:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-13 17:19:08 +0000

    math/ascent: Update 0.6.0-16 -> 0.7.0
    
    Reported by:    portscout
---
 math/ascent/Makefile  | 3 +--
 math/ascent/distinfo  | 6 +++---
 math/ascent/pkg-plist | 3 +++
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/math/ascent/Makefile b/math/ascent/Makefile
index e97701f3fc46..53178366ae31 100644
--- a/math/ascent/Makefile
+++ b/math/ascent/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	ascent
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.6.0-16
-DISTVERSIONSUFFIX=	-gb2a39d0
+DISTVERSION=	0.7.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/ascent/distinfo b/math/ascent/distinfo
index a6f2ad0dcd48..f3d5b66cc628 100644
--- a/math/ascent/distinfo
+++ b/math/ascent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631809147
-SHA256 (AnyarInc-Ascent-v0.6.0-16-gb2a39d0_GH0.tar.gz) = f0ef852b6f11d85313f756425159fbddf7266d12a8ed0f9e80ca883f3f2a8f8a
-SIZE (AnyarInc-Ascent-v0.6.0-16-gb2a39d0_GH0.tar.gz) = 182887
+TIMESTAMP = 1639413807
+SHA256 (AnyarInc-Ascent-v0.7.0_GH0.tar.gz) = 4e7bf6275bb38459a3a00c355eb5e9815efa056b689877404456c50d6b75f308
+SIZE (AnyarInc-Ascent-v0.7.0_GH0.tar.gz) = 186688
diff --git a/math/ascent/pkg-plist b/math/ascent/pkg-plist
index d79e74358f79..3a2d9a646186 100644
--- a/math/ascent/pkg-plist
+++ b/math/ascent/pkg-plist
@@ -10,6 +10,7 @@ include/ascent/algorithms/Derivative.h
 include/ascent/containers/flat_id_map.h
 include/ascent/containers/stack.h
 include/ascent/direct/State.h
+include/ascent/integrators/ABM4.h
 include/ascent/integrators/DOPRI45.h
 include/ascent/integrators/Euler.h
 include/ascent/integrators/Midpoint.h
@@ -20,6 +21,7 @@ include/ascent/integrators/RKMM.h
 include/ascent/integrators/RTAM4.h
 include/ascent/integrators_direct/Euler.h
 include/ascent/integrators_direct/RK4.h
+include/ascent/integrators_modular/ABM4.h
 include/ascent/integrators_modular/DOPRI45.h
 include/ascent/integrators_modular/Euler.h
 include/ascent/integrators_modular/Heun.h
@@ -34,6 +36,7 @@ include/ascent/integrators_modular/RTAM2.h
 include/ascent/integrators_modular/RTAM3.h
 include/ascent/integrators_modular/RTAM4.h
 include/ascent/integrators_modular/Ralston4.h
+include/ascent/integrators_modular/VABM.h
 include/ascent/modular/Link.h
 include/ascent/modular/Module.h
 include/ascent/threading/Pool.h