Date: Sun, 8 Dec 2019 16:42:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519313 - head/math/ascent Message-ID: <201912081642.xB8GgJL3053047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Dec 8 16:42:19 2019 New Revision: 519313 URL: https://svnweb.freebsd.org/changeset/ports/519313 Log: math/ascent: Update 0.4.0 -> 0.5.0 Reported by: portscout Modified: head/math/ascent/Makefile head/math/ascent/distinfo head/math/ascent/pkg-plist Modified: head/math/ascent/Makefile ============================================================================== --- head/math/ascent/Makefile Sun Dec 8 16:38:51 2019 (r519312) +++ head/math/ascent/Makefile Sun Dec 8 16:42:19 2019 (r519313) @@ -2,7 +2,7 @@ PORTNAME= ascent DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 +DISTVERSION= 0.5.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/ascent/distinfo ============================================================================== --- head/math/ascent/distinfo Sun Dec 8 16:38:51 2019 (r519312) +++ head/math/ascent/distinfo Sun Dec 8 16:42:19 2019 (r519313) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573951078 -SHA256 (AnyarInc-Ascent-v0.4.0_GH0.tar.gz) = ec0b17ae3890235f3e413a1955b3e6f774f4bddbc893e767c3d5e5baac84629c -SIZE (AnyarInc-Ascent-v0.4.0_GH0.tar.gz) = 56046 +TIMESTAMP = 1575823176 +SHA256 (AnyarInc-Ascent-v0.5.0_GH0.tar.gz) = 06639c4473d4340a8c7595673fdaf9ce5de02559a20bb5fc94a6573b288aa680 +SIZE (AnyarInc-Ascent-v0.5.0_GH0.tar.gz) = 57007 Modified: head/math/ascent/pkg-plist ============================================================================== --- head/math/ascent/pkg-plist Sun Dec 8 16:38:51 2019 (r519312) +++ head/math/ascent/pkg-plist Sun Dec 8 16:42:19 2019 (r519313) @@ -20,10 +20,13 @@ include/ascent/integrators/RTAM4.h include/ascent/integrators_direct/Euler.h include/ascent/integrators_direct/RK4.h include/ascent/integrators_modular/Euler.h +include/ascent/integrators_modular/Heun.h include/ascent/integrators_modular/Midpoint.h include/ascent/integrators_modular/ModularIntegrators.h +include/ascent/integrators_modular/NCRK4.h include/ascent/integrators_modular/PC233.h include/ascent/integrators_modular/RK2.h +include/ascent/integrators_modular/RK3.h include/ascent/integrators_modular/RK4.h include/ascent/modular/Link.h include/ascent/modular/Module.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912081642.xB8GgJL3053047>