svn commit: r519313 - head/math/ascent

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 8 16:42:20 UTC 2019


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 at 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


More information about the svn-ports-head mailing list