ports/core (3.2): libmpfr: update to 3.1.4
commit 992481590b85088ce869ae4090b93260a1094b6b Author: Juergen Daubert <jue@jue.li> Date: Mon Mar 7 11:57:01 2016 +0100 libmpfr: update to 3.1.4 diff --git a/libmpfr/.footprint b/libmpfr/.footprint index 7aafd09..aa9b216 100644 --- a/libmpfr/.footprint +++ b/libmpfr/.footprint @@ -5,6 +5,6 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libmpfr.a -rwxr-xr-x root/root usr/lib/libmpfr.la -lrwxrwxrwx root/root usr/lib/libmpfr.so -> libmpfr.so.4.1.3 -lrwxrwxrwx root/root usr/lib/libmpfr.so.4 -> libmpfr.so.4.1.3 --rwxr-xr-x root/root usr/lib/libmpfr.so.4.1.3 +lrwxrwxrwx root/root usr/lib/libmpfr.so -> libmpfr.so.4.1.4 +lrwxrwxrwx root/root usr/lib/libmpfr.so.4 -> libmpfr.so.4.1.4 +-rwxr-xr-x root/root usr/lib/libmpfr.so.4.1.4 diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum index ec6667d..9b714dd 100644 --- a/libmpfr/.md5sum +++ b/libmpfr/.md5sum @@ -1,2 +1 @@ -4865a847bc5a1b1062d193c3cb6fa3b6 libmpfr-3.1.3-p17.patch.gz -6969398cd2fbc56a6af570b5273c56a9 mpfr-3.1.3.tar.xz +064b2c18185038e404a401b830d59be8 mpfr-3.1.4.tar.xz diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile index b58d31c..d9bcf78 100644 --- a/libmpfr/Pkgfile +++ b/libmpfr/Pkgfile @@ -4,15 +4,12 @@ # Depends on: libgmp name=libmpfr -version=3.1.3-p17 +version=3.1.4 release=1 -source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz - $name-$version.patch.gz) +source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz) build() { cd mpfr-${version%-*} - gunzip -c $SRC/$name-$version.patch.gz | patch -p1 - touch doc/mpfr.info ./configure --prefix=/usr make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu