Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 21:06:36 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 33a99ed74612 - main - math/libsemigroups: upgrade to v3.5.5
Message-ID:  <69d9665c.186c8.61a0df27@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

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

commit 33a99ed74612b693458484efb023a04784141d16
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-04-10 19:48:42 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-04-10 21:06:26 +0000

    math/libsemigroups: upgrade to v3.5.5
    
    Release notes at
            https://github.com/libsemigroups/libsemigroups/releases/tag/v3.5.5
---
 math/libsemigroups/Makefile  | 9 +++++----
 math/libsemigroups/distinfo  | 6 +++---
 math/libsemigroups/pkg-plist | 2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile
index 7b7649bb081a..1bb969c2205b 100644
--- a/math/libsemigroups/Makefile
+++ b/math/libsemigroups/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libsemigroups
-PORTVERSION=	3.5.4
+PORTVERSION=	3.5.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	math
 
@@ -9,13 +9,14 @@ WWW=		https://libsemigroups.readthedocs.io/en/latest/
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	HPCombi>0:math/hpcombi
+BUILD_DEPENDS=	HPCombi>0:math/hpcombi	\
+		eigen5>0:math/eigen5
 LIB_DEPENDS=	libfmt.so:devel/libfmt
+TEST_DEPENDS=	eigen5>0:math/eigen5
 
 USE_GITHUB=	yes
 
-USES=		autoreconf compiler:c++17-lang eigen:3,build \
-		libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++17-lang libtool pathfix pkgconfig
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-external-fmt=yes	\
diff --git a/math/libsemigroups/distinfo b/math/libsemigroups/distinfo
index 8e4f58d293d9..2ac734271580 100644
--- a/math/libsemigroups/distinfo
+++ b/math/libsemigroups/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774640546
-SHA256 (libsemigroups-libsemigroups-v3.5.4_GH0.tar.gz) = 8ff9d878612539d7e7d2d538237dc1c9600e861c5290f0e8d99729d1f3c5449f
-SIZE (libsemigroups-libsemigroups-v3.5.4_GH0.tar.gz) = 10298137
+TIMESTAMP = 1775846972
+SHA256 (libsemigroups-libsemigroups-v3.5.5_GH0.tar.gz) = c427d9e825e56de2cd639dd24f8574b0762c14d9ab2d26aa58be7bba1040cae8
+SIZE (libsemigroups-libsemigroups-v3.5.5_GH0.tar.gz) = 10670600
diff --git a/math/libsemigroups/pkg-plist b/math/libsemigroups/pkg-plist
index a0e5da09ff2c..46ee44b669fa 100644
--- a/math/libsemigroups/pkg-plist
+++ b/math/libsemigroups/pkg-plist
@@ -1,4 +1,4 @@
-include/libsemigroups/Catch2-3.8.0/catch_amalgamated.hpp
+include/libsemigroups/Catch2-3.14.0/catch_amalgamated.hpp
 include/libsemigroups/action.hpp
 include/libsemigroups/action.tpp
 include/libsemigroups/adapters.hpp


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9665c.186c8.61a0df27>