Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2026 17:30:17 +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: 6fec3f414e8f - main - math/mpfi: make fetchable again with a silent update
Message-ID:  <69b98fa9.251ad.ba9a1c4@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=6fec3f414e8f8c92d7d762503a07891ad8baf582

commit 6fec3f414e8f8c92d7d762503a07891ad8baf582
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-03-17 12:37:57 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-03-17 17:30:07 +0000

    math/mpfi: make fetchable again with a silent update
    
    MASTER_SITES moved to ENS Lyon.
    
    Meanwhile the tarball has been rerolled:
    - many auto* stuff: configure is now pre-generated;
    - mpfi.pc is available
    - change tests
    
    but also some code has been modified.
    
    Full diff available at https://people.freebsd.org/~thierry/mpfi-1.5.4.diff
    
    PR:             293803
    Reported by:    Daniel Engberg
---
 math/mpfi/Makefile  | 5 +++--
 math/mpfi/distinfo  | 6 +++---
 math/mpfi/pkg-descr | 2 --
 math/mpfi/pkg-plist | 1 +
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/math/mpfi/Makefile b/math/mpfi/Makefile
index da093b98420f..86f98dc4dabf 100644
--- a/math/mpfi/Makefile
+++ b/math/mpfi/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	mpfi
 PORTVERSION=	1.5.4
+PORTREVISION=	1
 CATEGORIES=	math
-MASTER_SITES=	https://gforge.inria.fr/frs/download.php/file/38111/
+MASTER_SITES=	https://perso.ens-lyon.fr/nathalie.revol/softwares/
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Multiple Precision Floating-point Interval library
@@ -14,7 +15,7 @@ BUILD_DEPENDS=	makeinfo:print/texinfo
 LIB_DEPENDS=	libgmp.so:math/gmp		\
 		libmpfr.so:math/mpfr
 
-USES=		autoreconf libtool localbase
+USES=		libtool localbase tar:bz2
 
 INFO=		${PORTNAME}
 
diff --git a/math/mpfi/distinfo b/math/mpfi/distinfo
index 409b16808dcf..ed3da7de0720 100644
--- a/math/mpfi/distinfo
+++ b/math/mpfi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585759151
-SHA256 (mpfi-1.5.4.tar.gz) = 3b3938595d720af17973deaf727cfc0dd41c8b16c20adc103a970f4a43ae3a56
-SIZE (mpfi-1.5.4.tar.gz) = 261696
+TIMESTAMP = 1773748649
+SHA256 (mpfi-1.5.4.tar.bz2) = d20ba56a8d57d0816f028be8b18a4aa909a068efcb9a260e69577939e4199752
+SIZE (mpfi-1.5.4.tar.bz2) = 456917
diff --git a/math/mpfi/pkg-descr b/math/mpfi/pkg-descr
index ac769e65868a..839d231f8635 100644
--- a/math/mpfi/pkg-descr
+++ b/math/mpfi/pkg-descr
@@ -12,5 +12,3 @@ MPFR in order to benefit from the correct rounding provided, for each
 operation or function, by MPFR.  Further advantages of using MPFR are
 its portability and compliance with the IEEE 754 standard for
 floating-point arithmetic.
-
-www: http://mpfi.gforge.inria.fr/
diff --git a/math/mpfi/pkg-plist b/math/mpfi/pkg-plist
index 52ca3dd62023..2f99197780d4 100644
--- a/math/mpfi/pkg-plist
+++ b/math/mpfi/pkg-plist
@@ -4,3 +4,4 @@ lib/libmpfi.a
 lib/libmpfi.so
 lib/libmpfi.so.0
 lib/libmpfi.so.0.0.0
+libdata/pkgconfig/mpfi.pc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b98fa9.251ad.ba9a1c4>