diff options
-rw-r--r-- | math/mpfr/Makefile | 7 | ||||
-rw-r--r-- | math/mpfr/PLIST | 5 | ||||
-rw-r--r-- | math/mpfr/distinfo | 27 | ||||
-rw-r--r-- | math/mpfr/patches/patch-aa | 15 |
4 files changed, 19 insertions, 35 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index bef455f791b..c8594872ed2 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2010/03/24 19:43:26 asau Exp $ +# $NetBSD: Makefile,v 1.17 2010/07/15 20:30:40 asau Exp $ # -DISTNAME= mpfr-2.4.2 +DISTNAME= mpfr-3.0.0 PKGNAME= ${DISTNAME}.3 # append patch level -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.mpfr.org/mpfr-current/ @@ -15,7 +14,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.mpfr.org/ COMMENT= GMP-based library for multiple-precision floating-point computations -LICENSE= gnu-lgpl-v2.1 +LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/mpfr/PLIST b/math/mpfr/PLIST index 3b8b471e6bd..28768281b45 100644 --- a/math/mpfr/PLIST +++ b/math/mpfr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/12/15 12:35:57 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/07/15 20:30:40 asau Exp $ include/mpf2mpfr.h include/mpfr.h info/mpfr.info @@ -6,7 +6,7 @@ lib/libmpfr.la share/doc/mpfr/AUTHORS share/doc/mpfr/BUGS share/doc/mpfr/COPYING -share/doc/mpfr/COPYING.LIB +share/doc/mpfr/COPYING.LESSER share/doc/mpfr/FAQ.html share/doc/mpfr/NEWS share/doc/mpfr/TODO @@ -14,3 +14,4 @@ share/doc/mpfr/examples/ReadMe share/doc/mpfr/examples/divworst.c share/doc/mpfr/examples/rndo-add.c share/doc/mpfr/examples/sample.c +share/doc/mpfr/examples/version.c diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 94e9aa1da6b..73011e90e18 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,15 +1,14 @@ -$NetBSD: distinfo,v 1.9 2010/01/15 14:04:36 asau Exp $ +$NetBSD: distinfo,v 1.10 2010/07/15 20:30:40 asau Exp $ -SHA1 (mpfr-2.4.2/mpfr-2.4.2.tar.gz) = d2c3504bd0318dda8332ca80523659e9779c367c -RMD160 (mpfr-2.4.2/mpfr-2.4.2.tar.gz) = 97f90103dd791b860a2736a73391a300441bcd35 -Size (mpfr-2.4.2/mpfr-2.4.2.tar.gz) = 1412116 bytes -SHA1 (mpfr-2.4.2/patch01) = 9c8a8325848b4331e5c032abee1c765ad2e56de2 -RMD160 (mpfr-2.4.2/patch01) = e612c1f8013860bbe53354022700855fdbc804f2 -Size (mpfr-2.4.2/patch01) = 7136 bytes -SHA1 (mpfr-2.4.2/patch02) = 39d921bd8d9b9f6abbd7d0311bcceaab7e0b77a6 -RMD160 (mpfr-2.4.2/patch02) = 9d68771b4e7b267d20140a6e7b6fb55ddf38ef80 -Size (mpfr-2.4.2/patch02) = 2538 bytes -SHA1 (mpfr-2.4.2/patch03) = 2dbc76735798c72340e92f4746dd951c7d5aacc5 -RMD160 (mpfr-2.4.2/patch03) = 9c62165ce20c0a9f3bc30989cf88955f0081b547 -Size (mpfr-2.4.2/patch03) = 2544 bytes -SHA1 (patch-aa) = c86d768a642287fe6c4ef011f65aba7c59e089c0 +SHA1 (mpfr-3.0.0/mpfr-3.0.0.tar.gz) = d45409b4586c7dda9cc0c0953f27e6dd5188a908 +RMD160 (mpfr-3.0.0/mpfr-3.0.0.tar.gz) = 274831f73f213d61a091ddda56066aa4108d06ec +Size (mpfr-3.0.0/mpfr-3.0.0.tar.gz) = 1457040 bytes +SHA1 (mpfr-3.0.0/patch01) = 906e7a111ffcfb488307067e295af6a35a5a9d14 +RMD160 (mpfr-3.0.0/patch01) = 34696d29a854c4d5a56dbb6a81991b088ab30091 +Size (mpfr-3.0.0/patch01) = 6577 bytes +SHA1 (mpfr-3.0.0/patch02) = 8d692a797f848b9b3e9b886f9e68285885fe00b0 +RMD160 (mpfr-3.0.0/patch02) = 06c763e58524b6e5ff96e538a70ae725fe97d615 +Size (mpfr-3.0.0/patch02) = 11400 bytes +SHA1 (mpfr-3.0.0/patch03) = f30cf103229b85137a5f3f368e174209ff4fa8e3 +RMD160 (mpfr-3.0.0/patch03) = 79712f3b0d1cb1607a2a5988c980376cd6d23f10 +Size (mpfr-3.0.0/patch03) = 2932 bytes diff --git a/math/mpfr/patches/patch-aa b/math/mpfr/patches/patch-aa deleted file mode 100644 index f334eb4162e..00000000000 --- a/math/mpfr/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2009/03/19 11:54:53 drochner Exp $ - ---- mpfr.h.orig 2009-03-18 19:16:07.000000000 +0100 -+++ mpfr.h -@@ -23,6 +23,10 @@ MA 02110-1301, USA. */ - #ifndef __MPFR_H - #define __MPFR_H - -+#ifdef HAVE_STDINT_H -+#include <stdint.h> -+#endif -+ - /* Define MPFR version number */ - #define MPFR_VERSION_MAJOR 2 - #define MPFR_VERSION_MINOR 4 |