git: f486cbcb072f - main - science/ALPSCore: Update 2.3.1 => 2.3.2

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sun, 30 Mar 2025 12:35:49 UTC
The branch main has been updated by vvd:

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

commit f486cbcb072f0ce5cd339db0575194d8afed3efd
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-03-30 11:29:36 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-03-30 12:33:37 +0000

    science/ALPSCore: Update 2.3.1 => 2.3.2
    
    Changelog:
    https://github.com/ALPSCore/ALPSCore/releases/tag/v2.3.2
    
    * Some port linting
    * Fix dependencies
    
    PR:             285761
    Co-authored-by: Älven <alster@vinterdalen.se>
---
 science/ALPSCore/Makefile | 30 ++++++++++++++----------------
 science/ALPSCore/distinfo |  6 +++---
 2 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile
index 651fe633f6bb..65111185c4e7 100644
--- a/science/ALPSCore/Makefile
+++ b/science/ALPSCore/Makefile
@@ -1,43 +1,41 @@
 PORTNAME=	ALPSCore
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.3.1
-PORTREVISION=	4
+DISTVERSION=	2.3.2
 CATEGORIES=	science
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generic algorithms and utilities for condensed matter physics
-WWW=		https://github.com/ALPSCore/ALPSCore
+WWW=		https://alpscore.org/ \
+		https://github.com/ALPSCore/ALPSCore/
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
-LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
-		libhdf5.so:science/hdf5 \
-		libsz.so:science/libaec
+BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
+LIB_DEPENDS=	libhdf5.so:science/hdf5
 
-USES=		cmake compiler:c++11-lang eigen:3
+USES=		cmake compiler:c++14-lang eigen:3
 USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 
+CMAKE_ARGS+=		-DTesting:BOOL=OFF # enable only for the 'test' target
+CMAKE_TESTING_ON=	Testing ExtensiveTesting
+
 TEST_TARGET=	test # 2 to 3 tests fail: https://github.com/ALPSCore/ALPSCore/issues/388
 
-CMAKE_ARGS+=	-DTesting:BOOL=OFF # enable only for the 'test' target
-CMAKE_ARGS_TEST=	-DTesting:BOOL=ON -DExtensiveTesting:BOOL=ON
-CXXFLAGS+=	-DNDEBUG # see https://github.com/ALPSCore/ALPSCore/issues/389
-LDFLAGS+=	-lexecinfo # https://github.com/ALPSCore/ALPSCore/issues/390
+PORTDOCS=	*
 
-OPTIONS_DEFINE=	DOXYGEN DOCS OPENMPI
+OPTIONS_DEFINE=		DOCS DOXYGEN OPENMPI
 OPTIONS_DEFAULT=	OPENMPI
 
 DOXYGEN_IMPLIES=	DOCS
-DOXYGEN_CMAKE_BOOL=	Documentation
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOXYGEN_CMAKE_BOOL=	Documentation
 
+OPENMPI_LIB_DEPENDS=	libgcc_s.so:lang/gcc${GCC_DEFAULT} \
+			libmpi_cxx.so:net/openmpi4
 OPENMPI_CMAKE_BOOL=	ENABLE_MPI
-OPENMPI_LIB_DEPENDS=	libmpi_cxx.so:net/openmpi4
-
-PORTDOCS=	*
 
 .include <bsd.port.pre.mk>
 
diff --git a/science/ALPSCore/distinfo b/science/ALPSCore/distinfo
index 9e2c5864d9d2..444a26ba83fd 100644
--- a/science/ALPSCore/distinfo
+++ b/science/ALPSCore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694807138
-SHA256 (ALPSCore-ALPSCore-v2.3.1_GH0.tar.gz) = 384f25cd543ded1ac99fe8238db97a5d90d24e1bf83ca8085f494acdd12ed86c
-SIZE (ALPSCore-ALPSCore-v2.3.1_GH0.tar.gz) = 1431788
+TIMESTAMP = 1743281566
+SHA256 (ALPSCore-ALPSCore-v2.3.2_GH0.tar.gz) = bd9b5af0a33acc825ffedfaa0bf794a420ab2b9b50f6a4e634ecbde43ae9cc24
+SIZE (ALPSCore-ALPSCore-v2.3.2_GH0.tar.gz) = 1432377