diff options
author | hans <hans@pkgsrc.org> | 2012-05-03 11:55:36 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-05-03 11:55:36 +0000 |
commit | 334e6a1b73e21ff5736cbe967d18ffd26fe15110 (patch) | |
tree | b660abb73dc2a608d16835f557272a0c0caaede7 | |
parent | ef4148661376fa2a041ea56b0dabf1a0a2b37c2f (diff) | |
download | pkgsrc-334e6a1b73e21ff5736cbe967d18ffd26fe15110.tar.gz |
Use the .tar.bz2 distfile to avoid the xzcat dependency and issues when
building this inside of gcc.
-rw-r--r-- | math/mpfr/Makefile | 4 | ||||
-rw-r--r-- | math/mpfr/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 7cfd35ae8fc..e75bbb80dcc 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -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 --git a/math/mpfr/distinfo b/math/mpfr/distinfo index da1227e285d..d4962ed31b0 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -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 |