diff options
author | pav <pav@FreeBSD.org> | 2010-06-04 16:09:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-04 16:09:20 +0800 |
commit | e7f0a8b3c17c3b5364b3d27dda111d6817712cfd (patch) | |
tree | 77155b7cf2dae561704dbe7239314bd09db1ec8f /math/mpfr | |
parent | 08466ea7f867fd5df5471a209dfd43d6c6266d3d (diff) | |
download | freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.gz freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.zst freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.zip |
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 2 | ||||
-rw-r--r-- | math/mpfr/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 819bab21ee1e..2c48afba6989 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -17,7 +17,7 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} USE_LDCONFIG= yes diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index a435f4924cdd..f4049e1f6da3 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,3 +1,3 @@ -MD5 (mpfr/mpfr-2.4.2.tar.bz2) = 89e59fe665e2b3ad44a6789f40b059a0 -SHA256 (mpfr/mpfr-2.4.2.tar.bz2) = c7e75a08a8d49d2082e4caee1591a05d11b9d5627514e678f02d66a124bcf2ba -SIZE (mpfr/mpfr-2.4.2.tar.bz2) = 1077886 +MD5 (mpfr/mpfr-2.4.2.tar.xz) = f61da10945c3de6962749a5eb70dafd3 +SHA256 (mpfr/mpfr-2.4.2.tar.xz) = d7271bbfbc9ddf387d3919df8318cd7192c67b232919bfa1cb3202d07843da1b +SIZE (mpfr/mpfr-2.4.2.tar.xz) = 951620 |