Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2026 18:57:57 +0000
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: 37bcacfe88c7 - main - math/eigen5: Remove GL_TAGNAME
Message-ID:  <69beea35.3f7d3.28dda726@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit 37bcacfe88c7c9234d4aa6c673b438f4a5eef697
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-21 18:05:11 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-21 18:57:55 +0000

    math/eigen5: Remove GL_TAGNAME
    
    This didn't work iin GitLab a long time ago, GL_TAGNAME
    was mandatory, amd the latent memory of this caused me
    to add GL_TAGNAME.
    
    Reported by:    Gleb Popov <arrowd@freebsd.org>
---
 math/eigen5/Makefile | 1 -
 math/eigen5/distinfo | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/math/eigen5/Makefile b/math/eigen5/Makefile
index 2f7368dcb87c..d9236458898d 100644
--- a/math/eigen5/Makefile
+++ b/math/eigen5/Makefile
@@ -25,7 +25,6 @@ TEST_DEPENDS=	suitesparse-cholmod>0:math/suitesparse-cholmod \
 USES=		cmake:testing
 USE_GITLAB=	yes
 GL_ACCOUNT=	libeigen
-GL_TAGNAME=	bc3b39870ecb690a623a3f49149a358b95c5781d
 
 CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="libdata/pkgconfig"
 CMAKE_ON=	EIGEN_TEST_CXX11 # This is to set the C++ standard to C++11, instead of 03
diff --git a/math/eigen5/distinfo b/math/eigen5/distinfo
index 54570fbfd7a5..a6467047d52b 100644
--- a/math/eigen5/distinfo
+++ b/math/eigen5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774110122
-SHA256 (libeigen-eigen-bc3b39870ecb690a623a3f49149a358b95c5781d_GL0.tar.gz) = 5f6557d1aca6e959a4b955c55f2935261fd30de59c0c79e35bc6d5cbe1de22d1
-SIZE (libeigen-eigen-bc3b39870ecb690a623a3f49149a358b95c5781d_GL0.tar.gz) = 2969440
+TIMESTAMP = 1774115939
+SHA256 (eigen-5.0.1.tar.bz2) = e4de6b08f33fd8b8985d2f204381408c660bffa6170ac65b68ae1bd3cd575c0a
+SIZE (eigen-5.0.1.tar.bz2) = 2335713


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69beea35.3f7d3.28dda726>