mpfr: Update vcs URL

The mpfr project is now using git. Update the repository field
accordingly.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2022-04-22 11:29:57 +12:00
parent aa46366fc3
commit fcea8e33ac

View File

@ -1,4 +1,4 @@
repository='svn https://scm.gforge.inria.fr/anonscm/svn/mpfr'
repository='git https://gitlab.inria.fr/mpfr/mpfr.git'
# TBD: meta-package autoconf-archive to install extra m4's
bootstrap='wget -O m4/ax_pthread.m4 \\"http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_pthread.m4\\" && ./autogen.sh'
mirrors='http://www.mpfr.org/mpfr-${CT_MPFR_VERSION} $(CT_Mirrors GNU mpfr)'