From owner-svn-ports-all@freebsd.org Sun Dec 8 16:42:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43D1A1E791D; Sun, 8 Dec 2019 16:42:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47WBv016NSz4CHY; Sun, 8 Dec 2019 16:42:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 218E151EB; Sun, 8 Dec 2019 16:42:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB8GgKRv053050; Sun, 8 Dec 2019 16:42:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB8GgJL3053047; Sun, 8 Dec 2019 16:42:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912081642.xB8GgJL3053047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 8 Dec 2019 16:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519313 - head/math/ascent X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/ascent X-SVN-Commit-Revision: 519313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2019 16:42:20 -0000 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