git: ddfee9685743 - main - science/elk: update 9.5.1 → 9.5.14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Apr 2024 19:07:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddfee96857439d0c1a88a00396eb012fd45c1661 commit ddfee96857439d0c1a88a00396eb012fd45c1661 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-14 15:53:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-14 19:07:34 +0000 science/elk: update 9.5.1 → 9.5.14 Reported by: portscout --- science/elk/Makefile | 2 +- science/elk/distinfo | 6 +++--- science/elk/files/patch-src_Makefile | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/science/elk/Makefile b/science/elk/Makefile index 08433bd4fe2d..cbc68cd1cdad 100644 --- a/science/elk/Makefile +++ b/science/elk/Makefile @@ -1,5 +1,5 @@ PORTNAME= elk -DISTVERSION= 9.5.1 +DISTVERSION= 9.5.14 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX= -chemistry diff --git a/science/elk/distinfo b/science/elk/distinfo index bed5033ea560..422a6fb69156 100644 --- a/science/elk/distinfo +++ b/science/elk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712193716 -SHA256 (elk-chemistry/elk-9.5.1.tgz) = be650cf7a2989e0a31d727a4545a3fb90b85a7fc16fb3921056d8cc8a141ae8d -SIZE (elk-chemistry/elk-9.5.1.tgz) = 3285638 +TIMESTAMP = 1713071709 +SHA256 (elk-chemistry/elk-9.5.14.tgz) = 4dfeafe251add5a86d6128058a917a2c97e475584fd0630dacdfa22f1ea9da42 +SIZE (elk-chemistry/elk-9.5.14.tgz) = 3305208 diff --git a/science/elk/files/patch-src_Makefile b/science/elk/files/patch-src_Makefile index f78fcd4f3c74..79c21efb04ea 100644 --- a/science/elk/files/patch-src_Makefile +++ b/science/elk/files/patch-src_Makefile @@ -1,11 +1,11 @@ ---- src/Makefile.orig 2024-04-04 02:43:42 UTC +--- src/Makefile.orig 2024-04-13 07:06:59 UTC +++ src/Makefile @@ -95,7 +95,7 @@ SRC_main1 = \ cpotclmt.f90 rfmtsm.f90 rbshtip.f90 rfshtip.f90 zbshtip.f90 zfshtip.f90 \ - cbsht.f90 cbshtip.f90 cfshtip.f90 gencvclmt.f90 \ - zcfmtinp.f90 zcfinp.f90 cpotcoul.f90 ggamt_3.f90 ggair_3.f90 piezoelt.f90 \ -- magnetoelt.f90 zftcf.f90 rmtavrg.f90 -+ magnetoelt.f90 zftcf.f90 rmtavrg.f90 mkl_stub.f90 + cbsht.f90 cbshtip.f90 cfshtip.f90 gencvclmt.f90 zcfmtinp.f90 zcfinp.f90 \ + cpotcoul.f90 ggamt_3.f90 ggair_3.f90 piezoelt.f90 magnetoelt.f90 zftcf.f90 \ +- rmtavrg.f90 zlrzncnv.f90 efieldmt.f90 writeefield.f90 ++ rmtavrg.f90 zlrzncnv.f90 efieldmt.f90 writeefield.f90 mkl_stub.f90 SRC_main = $(SRC_main0) $(SRC_main1)