Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 21:06:38 +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: 5a812cabd355 - main - math/lcalc: upgrade to 2.2.1
Message-ID:  <69d9665e.18aa0.3624ee8c@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=5a812cabd355fc510d0983a4b21f355422207827

commit 5a812cabd355fc510d0983a4b21f355422207827
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-04-10 21:04:20 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-04-10 21:06:26 +0000

    math/lcalc: upgrade to 2.2.1
    
    Release notes: OpenMP support improved.
---
 math/lcalc/Makefile | 12 +++++++-----
 math/lcalc/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/math/lcalc/Makefile b/math/lcalc/Makefile
index 573e6a6e7aef..572d244aeee7 100644
--- a/math/lcalc/Makefile
+++ b/math/lcalc/Makefile
@@ -1,8 +1,6 @@
 PORTNAME=	lcalc
-DISTVERSION=	2.1.1
-PORTREVISION=	1
+DISTVERSION=	2.2.1
 CATEGORIES=	math
-MASTER_SITES=	https://gitlab.com/-/project/12934202/uploads/487082fc3449dea93e9b85904a589742/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	L-function c++ class library and the CLI program lcalc
@@ -14,10 +12,14 @@ LICENSE_FILE=	${WRKSRC}/doc/COPYING
 BUILD_DEPENDS=	gengetopt:devel/gengetopt
 LIB_DEPENDS=	libpari.so:math/pari
 
-USES=		compiler:c++11-lang gmake libtool localbase pkgconfig tar:xz
-USE_LDCONFIG=	yes
+USES=		autoreconf compiler:c++11-lang gmake libtool localbase pkgconfig	\
+		tar:bz2
+
+USE_GITLAB=	yes
+GL_ACCOUNT=	sagemath
 
 GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/math/lcalc/distinfo b/math/lcalc/distinfo
index e29b1a02c2f3..32378bff616b 100644
--- a/math/lcalc/distinfo
+++ b/math/lcalc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762282299
-SHA256 (lcalc-2.1.1.tar.xz) = e513995b2ee9df8447e13dbdecce3cfb2eb66d9cf09a3b0e6603c736ebadb945
-SIZE (lcalc-2.1.1.tar.xz) = 831648
+TIMESTAMP = 1775854068
+SHA256 (lcalc-2.2.1.tar.bz2) = 5ea5325c35e031f681d586f0daed7782277cd41101b5bdf778e02587077c59cb
+SIZE (lcalc-2.2.1.tar.bz2) = 663330


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9665e.18aa0.3624ee8c>