Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 05:42:50 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: 89fff1fdf82c - main - =?utf-8?Q?math/cm:=20Update=200.4.0=20=E2=86=92=200.4.1?=
Message-ID:  <202307200542.36K5go6g042438@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=89fff1fdf82cd213b0d6e09663b3d5ba22dfe4c1

commit 89fff1fdf82cd213b0d6e09663b3d5ba22dfe4c1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-18 14:09:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-20 05:42:41 +0000

    math/cm: Update 0.4.0 → 0.4.1
    
    Reported by:    portscout
---
 math/cm/Makefile  | 6 +++---
 math/cm/distinfo  | 6 +++---
 math/cm/pkg-plist | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/math/cm/Makefile b/math/cm/Makefile
index 7d651d23e73e..4491f9592f2d 100644
--- a/math/cm/Makefile
+++ b/math/cm/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	cm
-DISTVERSION=	0.4.0
-PORTREVISION=	2
+DISTVERSION=	0.4.1
 CATEGORIES=	math
 MASTER_SITES=	http://www.multiprecision.org/downloads/
 
@@ -11,7 +10,8 @@ WWW=		https://www.multiprecision.org/cm/home.html
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libgmp.so:math/gmp \
+LIB_DEPENDS=	libflint.so:math/flint2 \
+		libgmp.so:math/gmp \
 		libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr \
 		libmpfrcx.so:math/mpfrcx \
diff --git a/math/cm/distinfo b/math/cm/distinfo
index 5d11581a028b..0957a63a2b23 100644
--- a/math/cm/distinfo
+++ b/math/cm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659329675
-SHA256 (cm-0.4.0.tar.gz) = 39a398f49240977ee79b8246ba7e6e8fde1fc4ad19e15c32b08050ec948d8312
-SIZE (cm-0.4.0.tar.gz) = 731818
+TIMESTAMP = 1689828402
+SHA256 (cm-0.4.1.tar.gz) = 07bc4f62623dc1fcc2d6c264f467ce79d345e6fd67a5fcc64082797a94e16aab
+SIZE (cm-0.4.1.tar.gz) = 750044
diff --git a/math/cm/pkg-plist b/math/cm/pkg-plist
index 127f91ac3941..f4d1eb25d05f 100644
--- a/math/cm/pkg-plist
+++ b/math/cm/pkg-plist
@@ -5,8 +5,8 @@ include/cm-arith.h
 include/cm.h
 lib/libcm.a
 lib/libcm.so
-lib/libcm.so.0
-lib/libcm.so.0.0.0
+lib/libcm.so.1
+lib/libcm.so.1.0.0
 %%DATADIR%%/af/af_0047.dat.gz
 %%DATADIR%%/af/af_0059.dat.gz
 %%DATADIR%%/af/af_0071.dat.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307200542.36K5go6g042438>