diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/geant4/Makefile | 2 | ||||
-rw-r--r-- | science/geant4/distinfo | 6 | ||||
-rw-r--r-- | science/geant4/pkg-plist | 1 | ||||
-rw-r--r-- | science/mcpl/Makefile | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/science/geant4/Makefile b/science/geant4/Makefile index 3d527521a6fe..13a6e2808ff2 100644 --- a/science/geant4/Makefile +++ b/science/geant4/Makefile @@ -1,6 +1,6 @@ PORTNAME= geant4 DISTVERSIONPREFIX= v -DISTVERSION= 11.3.1 +DISTVERSION= 11.3.2 CATEGORIES= science parallel devel cad MASTER_SITES= https://cern.ch/geant4-data/releases/ \ https://cern.ch/geant4-data/datasets/:data diff --git a/science/geant4/distinfo b/science/geant4/distinfo index 7e8f7b7fdd31..bc419cb189e9 100644 --- a/science/geant4/distinfo +++ b/science/geant4/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1743342896 -SHA256 (geant4/geant4-v11.3.1.tar.gz) = c93ca996f6f35aa43f948ffcaba9603468df01deeb62f61c33ba769227c319fe -SIZE (geant4/geant4-v11.3.1.tar.gz) = 36801325 +TIMESTAMP = 1746783497 +SHA256 (geant4/geant4-v11.3.2.tar.gz) = 892aedd7425262a50ac3d3c7117d81c0c0da4b408c6880dbaf5478b9301e488c +SIZE (geant4/geant4-v11.3.2.tar.gz) = 36805069 SHA256 (geant4/G4ABLA.3.3.tar.gz) = 1e041b3252ee9cef886d624f753e693303aa32d7e5ef3bba87b34f36d92ea2b1 SIZE (geant4/G4ABLA.3.3.tar.gz) = 170253 SHA256 (geant4/G4CHANNELING.1.0.tar.gz) = 203e3c69984ca09acd181a1d31a9b0efafad4bc12e6c608f0b05e695120d67f2 diff --git a/science/geant4/pkg-plist b/science/geant4/pkg-plist index e40687c69236..b04cb4eb627b 100644 --- a/science/geant4/pkg-plist +++ b/science/geant4/pkg-plist @@ -62660,6 +62660,7 @@ share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka4_w share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka4_wrapper/cpp/procedures/flabrt.h share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka4_wrapper/cpp/procedures/oauxf.cc share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka4_wrapper/cpp/procedures/oauxf.h +share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka4_wrapper/fortran/procedures/declare_commons.f share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka4_wrapper/fortran/procedures/flabrw.f share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka4_wrapper/fortran/procedures/oauxfw.f share/Geant4/examples/extended/hadronic/FlukaCern/FlukaInterface/source/fluka5/hadronic_interactions/interface_to_G4/cmcyl.hh diff --git a/science/mcpl/Makefile b/science/mcpl/Makefile index 7022caab1e3d..c9a1ab93c9d6 100644 --- a/science/mcpl/Makefile +++ b/science/mcpl/Makefile @@ -5,11 +5,14 @@ CATEGORIES= science # physics MAINTAINER= yuri@FreeBSD.org COMMENT= Monte Carlo Particle Lists library -WWW= https://mctools.github.io/mcpl/ +WWW= https://mctools.github.io/mcpl/ \ + https://github.com/mctools/mcpl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails, see https://github.com/mctools/mcpl/issues/88 + USES= cmake:testing USE_LDCONFIG= yes |