pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/mpfr Use the .tar.bz2 distfile to avoid the xzcat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/406c0db1fc28
branches:  trunk
changeset: 603301:406c0db1fc28
user:      hans <hans%pkgsrc.org@localhost>
date:      Thu May 03 11:55:36 2012 +0000

description:
Use the .tar.bz2 distfile to avoid the xzcat dependency and issues when
building this inside of gcc.

diffstat:

 math/mpfr/Makefile |  4 ++--
 math/mpfr/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 1b8bba1dc5be -r 406c0db1fc28 math/mpfr/Makefile
--- a/math/mpfr/Makefile        Thu May 03 11:52:33 2012 +0000
+++ b/math/mpfr/Makefile        Thu May 03 11:55:36 2012 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2012/04/22 15:13:26 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2012/05/03 11:55:36 hans Exp $
 #
 
 DISTNAME=              mpfr-3.1.0
 #PKGNAME=              ${DISTNAME}.3   # append patch level
 CATEGORIES=            math
 MASTER_SITES=          http://www.mpfr.org/mpfr-3.1.0/
-EXTRACT_SUFX=          .tar.xz
+EXTRACT_SUFX=          .tar.bz2
 
 #DIST_SUBDIR=          ${DISTNAME}
 #PATCH_SITES=          ${MASTER_SITES}
diff -r 1b8bba1dc5be -r 406c0db1fc28 math/mpfr/distinfo
--- a/math/mpfr/distinfo        Thu May 03 11:52:33 2012 +0000
+++ b/math/mpfr/distinfo        Thu May 03 11:55:36 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2012/04/22 15:13:26 wiz Exp $
+$NetBSD: distinfo,v 1.14 2012/05/03 11:55:36 hans Exp $
 
-SHA1 (mpfr-3.1.0.tar.xz) = fae7d5b1e607c9208f0076d6931ff44dc169e143
-RMD160 (mpfr-3.1.0.tar.xz) = 21bf56fce66a0e3851da069806683061d290c7ab
-Size (mpfr-3.1.0.tar.xz) = 1083128 bytes
+SHA1 (mpfr-3.1.0.tar.bz2) = 9ba6dfe62dad298f0570daf182db31660f7f016c
+RMD160 (mpfr-3.1.0.tar.bz2) = e0b803880f38f28ac89cf286c41c3dfbc918e5da
+Size (mpfr-3.1.0.tar.bz2) = 1203891 bytes



Home | Main Index | Thread Index | Old Index