Date: Sat, 22 Jun 2024 07:22:31 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: 722858a55c8a - main - science/openmc: update 0.14.0 =?utf-8?Q?=E2=86=92?= 0.15.0 Message-ID: <202406220722.45M7MVf5071989@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=722858a55c8a935a8ba03a7655b1b762721446ef commit 722858a55c8a935a8ba03a7655b1b762721446ef Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-22 07:20:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-22 07:22:24 +0000 science/openmc: update 0.14.0 → 0.15.0 Reported by: portscout --- science/openmc/Makefile | 2 +- science/openmc/distinfo | 6 +++--- science/openmc/pkg-plist | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/science/openmc/Makefile b/science/openmc/Makefile index e61ad19d13cd..40968e6beedc 100644 --- a/science/openmc/Makefile +++ b/science/openmc/Makefile @@ -1,6 +1,6 @@ PORTNAME= openmc DISTVERSIONPREFIX= v -DISTVERSION= 0.14.0 +DISTVERSION= 0.15.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/openmc/distinfo b/science/openmc/distinfo index d79172a88eab..9fc845688af9 100644 --- a/science/openmc/distinfo +++ b/science/openmc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1712378090 -SHA256 (openmc-dev-openmc-v0.14.0_GH0.tar.gz) = 20ac92cc8d37a8c1180ae2df9f1dd1158f188cbf724ae64c9642db6199f3ee3f -SIZE (openmc-dev-openmc-v0.14.0_GH0.tar.gz) = 6961858 +TIMESTAMP = 1719035387 +SHA256 (openmc-dev-openmc-v0.15.0_GH0.tar.gz) = 32517c1af1abee615e0b49330fd6eb6d704dd96d903b5b415091aea8aa52bbf0 +SIZE (openmc-dev-openmc-v0.15.0_GH0.tar.gz) = 7810068 SHA256 (catchorg-Catch2-5a40b22_GH0.tar.gz) = 9f462dbbee9562a2a389755727baaa513fa8b1a7d7bbb97c38c304e2051a88d3 SIZE (catchorg-Catch2-5a40b22_GH0.tar.gz) = 1106343 SHA256 (martinmoene-gsl-lite-913e86d_GH0.tar.gz) = 53f4ad67e182d58161ec297593af4139ccb2a8fd712ba9cd77d129b6f87c6b3b diff --git a/science/openmc/pkg-plist b/science/openmc/pkg-plist index fbbc07ea1b63..874081790e4a 100644 --- a/science/openmc/pkg-plist +++ b/science/openmc/pkg-plist @@ -57,6 +57,9 @@ include/openmc/position.h include/openmc/progress_bar.h include/openmc/random_dist.h include/openmc/random_lcg.h +include/openmc/random_ray/flat_source_domain.h +include/openmc/random_ray/random_ray.h +include/openmc/random_ray/random_ray_simulation.h include/openmc/reaction.h include/openmc/reaction_product.h include/openmc/scattdata.h @@ -89,7 +92,9 @@ include/openmc/tallies/filter_energyfunc.h include/openmc/tallies/filter_legendre.h include/openmc/tallies/filter_match.h include/openmc/tallies/filter_material.h +include/openmc/tallies/filter_materialfrom.h include/openmc/tallies/filter_mesh.h +include/openmc/tallies/filter_meshborn.h include/openmc/tallies/filter_meshsurface.h include/openmc/tallies/filter_mu.h include/openmc/tallies/filter_particle.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406220722.45M7MVf5071989>