Date: Fri, 15 Mar 2024 15:46:35 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: 6d3a33bcff47 - main - misc/ecflow: update 5.11.3 =?utf-8?Q?=E2=86=92?= 5.12.3 Message-ID: <202403151546.42FFkZNN081784@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=6d3a33bcff473945442a00efb9a605c6a0e20b9f commit 6d3a33bcff473945442a00efb9a605c6a0e20b9f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-15 15:44:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-15 15:46:26 +0000 misc/ecflow: update 5.11.3 → 5.12.3 Reported by: portscout --- misc/ecflow/Makefile | 17 +++++++++-------- misc/ecflow/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/misc/ecflow/Makefile b/misc/ecflow/Makefile index ad7b9dff72e0..7cc9d7556043 100644 --- a/misc/ecflow/Makefile +++ b/misc/ecflow/Makefile @@ -1,5 +1,5 @@ PORTNAME= ecflow -DISTVERSION= 5.11.3 +DISTVERSION= 5.12.3 CATEGORIES= misc MASTER_SITES= https://confluence.ecmwf.int/download/attachments/8650755/ DISTNAME= ecFlow-${DISTVERSION}-Source @@ -17,8 +17,9 @@ BUILD_DEPENDS= bash:shells/bash \ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs RUN_DEPENDS= ${PY_DEPENDS} -USES= cmake compiler:c++17-lang localbase perl5 pkgconfig python qt:5 shebangfix ssl -USE_QT= charts core gui network svg widgets buildtools:build qmake:build +USES= cmake compiler:c++17-lang gl localbase perl5 pkgconfig python qt:6 shebangfix ssl +USE_QT= 5compat base charts svg tools:build +USE_GL= gl opengl SHEBANG_GLOB= *.sh *.in *.py @@ -31,10 +32,10 @@ CONFLICTS_BUILD= python27 # build attempts to find python-2.7 and use it .include <bsd.port.pre.mk> -post-patch: -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 - @${REINPLACE_CMD} -e 's|std::binary_function|std::__binary_function|' \ - ${WRKSRC}/ACore/src/Str.cpp -.endif +#post-patch: +#.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 +# @${REINPLACE_CMD} -e 's|std::binary_function|std::__binary_function|' \ +# ${WRKSRC}/ACore/src/Str.cpp +#.endif .include <bsd.port.post.mk> diff --git a/misc/ecflow/distinfo b/misc/ecflow/distinfo index f038007591e4..0a83af35e3d1 100644 --- a/misc/ecflow/distinfo +++ b/misc/ecflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691030657 -SHA256 (ecFlow-5.11.3-Source.tar.gz) = 66f4959e88b94dfecb7901a9370916bb57fa8b2cdaa2889099a907a706b655ec -SIZE (ecFlow-5.11.3-Source.tar.gz) = 16713592 +TIMESTAMP = 1710484427 +SHA256 (ecFlow-5.12.3-Source.tar.gz) = 2caaf64bf1e0ced87fd0bf42c2ee3385093420e5c4609ad4117b8251420d1cf0 +SIZE (ecFlow-5.12.3-Source.tar.gz) = 16863495
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403151546.42FFkZNN081784>