Date: Sat, 30 Sep 2023 11:01:33 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 75377ca30731 - main - science/clhep: Update version 2.4.6.4=>2.4.7.0 Message-ID: <202309301101.38UB1XQq062306@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=75377ca307312051a9eb305c2f27f0daa684b966 commit 75377ca307312051a9eb305c2f27f0daa684b966 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-30 10:21:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-30 11:01:21 +0000 science/clhep: Update version 2.4.6.4=>2.4.7.0 Changelog: https://gitlab.cern.ch/CLHEP/CLHEP/-/blob/CLHEP_2_4_7_0/ChangeLog?ref_type=tags --- science/clhep/Makefile | 4 +++- science/clhep/distinfo | 6 +++--- science/clhep/pkg-plist | 2 -- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/science/clhep/Makefile b/science/clhep/Makefile index a667914621f5..94c768cdc965 100644 --- a/science/clhep/Makefile +++ b/science/clhep/Makefile @@ -1,5 +1,5 @@ PORTNAME= clhep -PORTVERSION= 2.4.6.4 +PORTVERSION= 2.4.7.0 CATEGORIES= science math MASTER_SITES= https://proj-clhep.web.cern.ch/proj-clhep/dist1/ @@ -22,5 +22,7 @@ post-patch: @${REINPLACE_CMD} -e \ '/DESTINATION/s|lib$${LIB_SUFFIX}|libdata|' \ ${WRKSRC}/cmake/Modules/ClhepToolchain.cmake + @${REINPLACE_CMD} -e '/mixmax_skip_N8.icc/d; s/mixmax_skip_N240.icc//g' \ + ${WRKSRC}/Random/Random/CMakeLists.txt .include <bsd.port.mk> diff --git a/science/clhep/distinfo b/science/clhep/distinfo index dc72b4fd46d4..d2eed3b807d6 100644 --- a/science/clhep/distinfo +++ b/science/clhep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677505790 -SHA256 (clhep-2.4.6.4.tgz) = 49c89330f1903ef707d3c5d79c16a7c5a6f2c90fc290e2034ee3834809489e57 -SIZE (clhep-2.4.6.4.tgz) = 1550911 +TIMESTAMP = 1696065745 +SHA256 (clhep-2.4.7.0.tgz) = 7fa460030bc1a804ea7da8cce7611b93261493bbb66c3cfd3ceec935d7e1b8d3 +SIZE (clhep-2.4.7.0.tgz) = 1228885 diff --git a/science/clhep/pkg-plist b/science/clhep/pkg-plist index 11e0609acf50..f0b3cbec3f31 100644 --- a/science/clhep/pkg-plist +++ b/science/clhep/pkg-plist @@ -251,8 +251,6 @@ include/CLHEP/Random/TripleRand.h include/CLHEP/Random/defs.h include/CLHEP/Random/engineIDulong.h include/CLHEP/Random/mixmax_skip_N17.icc -include/CLHEP/Random/mixmax_skip_N240.icc -include/CLHEP/Random/mixmax_skip_N8.icc include/CLHEP/RandomObjects/RandMultiGauss.h include/CLHEP/RandomObjects/RandomVector.h include/CLHEP/RandomObjects/RandomVector.icc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301101.38UB1XQq062306>