git: ffbb11a7fc77 - main - science/octopus: Update 11.3 -> 11.4

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 31 May 2022 09:01:31 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffbb11a7fc771fe0d00ffa61872b28fc744d1326

commit ffbb11a7fc771fe0d00ffa61872b28fc744d1326
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-31 09:00:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-31 09:01:23 +0000

    science/octopus: Update 11.3 -> 11.4
---
 science/octopus/Makefile                                    |  9 ++++-----
 science/octopus/distinfo                                    |  6 +++---
 .../octopus/files/patch-testsuite_oct-run__testsuite.sh.in  | 13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/science/octopus/Makefile b/science/octopus/Makefile
index 402dd3d580a5..cd8c418b00a5 100644
--- a/science/octopus/Makefile
+++ b/science/octopus/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	octopus
-DISTVERSION=	11.3
-PORTREVISION=	1
+DISTVERSION=	11.4
 CATEGORIES=	science
 MASTER_SITES=	https://octopus-code.org/download/${DISTVERSION}/
 
@@ -31,8 +30,8 @@ LIB_DEPENDS=	libarpack.so:math/arpack-ng \
 		libxc.so:science/libxc \
 		libyaml.so:textproc/libyaml
 
-USES=		compiler:c++11-lang fortran gmake jpeg libtool localbase:ldflags perl5 python shebangfix
-USE_CXXSTD=	c++11
+USES=		compiler:c++14-lang fortran gmake jpeg libtool localbase:ldflags perl5 python shebangfix
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
 
 SHEBANG_FILES=	src/fdep/fortran_dependencies.pl testsuite/performance/create_combinations.py
@@ -45,7 +44,7 @@ LDFLAGS+=	-lsymspg
 FCFLAGS+=	-I${LOCALBASE}/include -ffree-line-length-none
 
 INSTALL_TARGET=	install-strip
-TEST_TARGET=	check-short # some tests fail
+TEST_TARGET=	check-short # some tests fail, see https://gitlab.com/octopus-code/octopus/-/issues/558
 
 OPTIONS_DEFINE=			OPENMP
 OPTIONS_DEFAULT=		OPENMP
diff --git a/science/octopus/distinfo b/science/octopus/distinfo
index 26109c9e7d3f..f03711b03cd7 100644
--- a/science/octopus/distinfo
+++ b/science/octopus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641425551
-SHA256 (octopus-11.3.tar.gz) = 0c98417071b5e38ba6cbdd409adf917837c387a010e321c0a7f94d9bd9478930
-SIZE (octopus-11.3.tar.gz) = 51465860
+TIMESTAMP = 1653983494
+SHA256 (octopus-11.4.tar.gz) = 73bb872bff8165ddd8efc5b891f767cb3fe575b5a4b518416c834450a4492da7
+SIZE (octopus-11.4.tar.gz) = 51465556
diff --git a/science/octopus/files/patch-testsuite_oct-run__testsuite.sh.in b/science/octopus/files/patch-testsuite_oct-run__testsuite.sh.in
deleted file mode 100644
index 11d7827d709c..000000000000
--- a/science/octopus/files/patch-testsuite_oct-run__testsuite.sh.in
+++ /dev/null
@@ -1,13 +0,0 @@
-- backport of https://gitlab.com/octopus-code/octopus/-/merge_requests/1598
-
---- testsuite/oct-run_testsuite.sh.in.orig	2022-01-06 16:59:24 UTC
-+++ testsuite/oct-run_testsuite.sh.in
-@@ -141,7 +141,7 @@ function checkqueue {
-                 break;
-             fi
-         done
--        sleep 0.1s;
-+        sleep 0.1;
-     done
- 
-     logfile=`basename $test_name .test`.log