Date: Fri, 31 Mar 2023 07:59:58 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: 14523c8f5f48 - main - =?utf-8?Q?science/{,py-}openmc:=20Update=200.13.1=20=E2=86=92=200.13.3?= Message-ID: <202303310759.32V7xwlZ092188@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=14523c8f5f486696aa392ecd926ec3b17fe87bed commit 14523c8f5f486696aa392ecd926ec3b17fe87bed Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-31 06:49:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-31 07:59:52 +0000 science/{,py-}openmc: Update 0.13.1 → 0.13.3 Reported by: portscout --- science/openmc/Makefile | 10 ++++++---- science/openmc/distinfo | 8 +++++--- science/openmc/pkg-plist | 18 +++--------------- science/py-OpenMC/Makefile | 2 +- science/py-OpenMC/distinfo | 6 +++--- 5 files changed, 18 insertions(+), 26 deletions(-) diff --git a/science/openmc/Makefile b/science/openmc/Makefile index 3542f2054308..685318aedfa5 100644 --- a/science/openmc/Makefile +++ b/science/openmc/Makefile @@ -1,7 +1,6 @@ PORTNAME= openmc DISTVERSIONPREFIX= v -DISTVERSION= 0.13.1 -PORTREVISION= 1 +DISTVERSION= 0.13.3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,11 +17,14 @@ LIB_DEPENDS= libfmt.so:devel/libfmt \ libpugixml.so:textproc/pugixml \ libsz.so:science/libaec -USES= cmake:noninja eigen:3 pkgconfig +USES= cmake:noninja,testing eigen:3 pkgconfig USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-dev -GH_TUPLE= martinmoene:gsl-lite:913e86d:gsl_lite/vendor/gsl-lite +GH_TUPLE= martinmoene:gsl-lite:913e86d:gsl_lite/vendor/gsl-lite # gsl-lite isn't ported yet + +CMAKE_OFF= OPENMC_BUILD_TESTS +CMAKE_TESTING_ON= OPENMC_BUILD_TESTS # tests are broken, see https://github.com/openmc-dev/openmc/issues/2449 BINARY_ALIAS= git=false diff --git a/science/openmc/distinfo b/science/openmc/distinfo index 00341abd1642..38895db3959a 100644 --- a/science/openmc/distinfo +++ b/science/openmc/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1661013486 -SHA256 (openmc-dev-openmc-v0.13.1_GH0.tar.gz) = 358965ed4083e68c56ed7cd10ba6a1b63db68aab5dec81ad7200198386326c1f -SIZE (openmc-dev-openmc-v0.13.1_GH0.tar.gz) = 5438707 +TIMESTAMP = 1680243782 +SHA256 (openmc-dev-openmc-v0.13.3_GH0.tar.gz) = dbdd0f9ee1cbfccfeefcdb7b50e9b9c9d57ffdb76fa0e2bf4144508c2b7f482e +SIZE (openmc-dev-openmc-v0.13.3_GH0.tar.gz) = 5398650 SHA256 (martinmoene-gsl-lite-913e86d_GH0.tar.gz) = 53f4ad67e182d58161ec297593af4139ccb2a8fd712ba9cd77d129b6f87c6b3b SIZE (martinmoene-gsl-lite-913e86d_GH0.tar.gz) = 105966 +SHA256 (catchorg-Catch2-41990e0_GH0.tar.gz) = 6d213b050b512ede309a30654ebefdae855eb3797f7b8f1e97f976041a34a680 +SIZE (catchorg-Catch2-41990e0_GH0.tar.gz) = 1039451 diff --git a/science/openmc/pkg-plist b/science/openmc/pkg-plist index 006ecfc18c9e..fbbc07ea1b63 100644 --- a/science/openmc/pkg-plist +++ b/science/openmc/pkg-plist @@ -30,14 +30,17 @@ include/openmc/geometry.h include/openmc/geometry_aux.h include/openmc/hdf5_interface.h include/openmc/initialize.h +include/openmc/interpolate.h include/openmc/lattice.h include/openmc/material.h include/openmc/math_functions.h +include/openmc/mcpl_interface.h include/openmc/memory.h include/openmc/mesh.h include/openmc/message_passing.h include/openmc/mgxs.h include/openmc/mgxs_interface.h +include/openmc/ncrystal_interface.h include/openmc/neighbor_list.h include/openmc/nuclide.h include/openmc/openmp_interface.h @@ -122,18 +125,3 @@ lib/cmake/gsl-lite/gsl-lite-config.cmake lib/cmake/gsl-lite/gsl-lite-targets.cmake lib/libopenmc.so share/man/man1/openmc.1.gz -%%DATADIR%%/relaxng/cross_sections.rnc -%%DATADIR%%/relaxng/cross_sections.rng -%%DATADIR%%/relaxng/geometry.rnc -%%DATADIR%%/relaxng/geometry.rng -%%DATADIR%%/relaxng/materials.rnc -%%DATADIR%%/relaxng/materials.rng -%%DATADIR%%/relaxng/mg_cross_sections.rnc -%%DATADIR%%/relaxng/mg_cross_sections.rng -%%DATADIR%%/relaxng/plots.rnc -%%DATADIR%%/relaxng/plots.rng -%%DATADIR%%/relaxng/readme.rst -%%DATADIR%%/relaxng/settings.rnc -%%DATADIR%%/relaxng/settings.rng -%%DATADIR%%/relaxng/tallies.rnc -%%DATADIR%%/relaxng/tallies.rng diff --git a/science/py-OpenMC/Makefile b/science/py-OpenMC/Makefile index a24b8fb8a670..91fdbd38d559 100644 --- a/science/py-OpenMC/Makefile +++ b/science/py-OpenMC/Makefile @@ -1,6 +1,6 @@ PORTNAME= OpenMC DISTVERSIONPREFIX= v -DISTVERSION= 0.13.1 +DISTVERSION= 0.13.3 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-OpenMC/distinfo b/science/py-OpenMC/distinfo index 1119d7dc2c6e..2ccfb190046d 100644 --- a/science/py-OpenMC/distinfo +++ b/science/py-OpenMC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661014166 -SHA256 (openmc-dev-openmc-v0.13.1_GH0.tar.gz) = 358965ed4083e68c56ed7cd10ba6a1b63db68aab5dec81ad7200198386326c1f -SIZE (openmc-dev-openmc-v0.13.1_GH0.tar.gz) = 5438707 +TIMESTAMP = 1680244213 +SHA256 (openmc-dev-openmc-v0.13.3_GH0.tar.gz) = dbdd0f9ee1cbfccfeefcdb7b50e9b9c9d57ffdb76fa0e2bf4144508c2b7f482e +SIZE (openmc-dev-openmc-v0.13.3_GH0.tar.gz) = 5398650
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303310759.32V7xwlZ092188>