pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mpfr Update to mpfr-2.3.1. Add new distribution ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5408ae88b4ee
branches:  trunk
changeset: 545909:5408ae88b4ee
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Sun Aug 17 07:59:13 2008 +0000

description:
Update to mpfr-2.3.1.  Add new distribution patch, appease pkglint.

Changes from version 2.3.0 to version 2.3.1:

- Changes in the behavior of mpfr_strtofr and in its documentation
  concerning particular cases where the code and the documentation
  did not match.
- Bug fixes; see <http://www.mpfr.org/mpfr-2.3.0/#bugs>.
- Configure test for TLS support.
- Improved MPFR manual.

diffstat:

 math/mpfr/Makefile |  17 ++++++++++++++---
 math/mpfr/distinfo |  11 +++++++----
 2 files changed, 21 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 2c259ce91810 -r 5408ae88b4ee math/mpfr/Makefile
--- a/math/mpfr/Makefile        Sun Aug 17 07:56:37 2008 +0000
+++ b/math/mpfr/Makefile        Sun Aug 17 07:59:13 2008 +0000
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:08 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/08/17 07:59:13 bjs Exp $
 #
 
-DISTNAME=              mpfr-2.3.0
+DISTNAME=              mpfr-2.3.1
 CATEGORIES=            math
 MASTER_SITES=          http://www.mpfr.org/mpfr-current/
 
+PATCHFILES=            patches
+PATCH_SITES=           ${MASTER_SITES}
+PATCH_DIST_STRIP=      -p1
+
 MAINTAINER=            rh%NetBSD.org@localhost
 HOMEPAGE=              http://www.mpfr.org/
 COMMENT=               GMP-based library for multiple-precision floating-point computations
@@ -14,7 +18,14 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 TEST_TARGET=           check
-INFO_FILES=            # PLIST
+INFO_FILES=            yes
+###
+### XXX These definitions are defined here merely to keep configure from
+###    needlessly whining about them.
+###
+###
+MAKE_ENV+=             AUTOCONF=${TRUE}
+MAKE_ENV+=             AUTOMAKE=${TRUE}
 
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2c259ce91810 -r 5408ae88b4ee math/mpfr/distinfo
--- a/math/mpfr/distinfo        Sun Aug 17 07:56:37 2008 +0000
+++ b/math/mpfr/distinfo        Sun Aug 17 07:59:13 2008 +0000
@@ -1,6 +1,9 @@
-$NetBSD: distinfo,v 1.5 2007/09/18 20:15:58 drochner Exp $
+$NetBSD: distinfo,v 1.6 2008/08/17 07:59:13 bjs Exp $
 
-SHA1 (mpfr-2.3.0.tar.gz) = 04cccc50438248e71b9232bb3c852f508ad0ffea
-RMD160 (mpfr-2.3.0.tar.gz) = 2e61748abc86a9c9578666ca5d2498956a24fa4b
-Size (mpfr-2.3.0.tar.gz) = 1153474 bytes
+SHA1 (mpfr-2.3.1.tar.gz) = 87250db0470ba853cd8ad8a297285423339713e4
+RMD160 (mpfr-2.3.1.tar.gz) = a1dc3e985b06f2b9b843c4bbc3a318742c8a8292
+Size (mpfr-2.3.1.tar.gz) = 1176118 bytes
+SHA1 (patches) = 3fe727c465ea76e2a2fc81ad470872d4c466343c
+RMD160 (patches) = ab6214e9177740552b5dfb543c5202b6d7c298da
+Size (patches) = 8409 bytes
 SHA1 (patch-aa) = 5eb0a9996c8c7af27df9081a4b675b47a15c096e



Home | Main Index | Thread Index | Old Index