diff options
author | ale <ale@FreeBSD.org> | 2012-05-09 18:27:06 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-09 18:27:06 +0800 |
commit | cd2e05953dfac431da49b49471f9f16a6e2c918a (patch) | |
tree | 84cdd769f1bba4f4833c73c05865d91b43697b53 /math/mpfr | |
parent | 1f51cbe5c8d9ba23aa7fdd08312ce2dbfa845aa9 (diff) | |
download | freebsd-ports-gnome-cd2e05953dfac431da49b49471f9f16a6e2c918a.tar.gz freebsd-ports-gnome-cd2e05953dfac431da49b49471f9f16a6e2c918a.tar.zst freebsd-ports-gnome-cd2e05953dfac431da49b49471f9f16a6e2c918a.zip |
Update to patch level 10.
Note: use gnu patch since patch04 seems to trigger a bug
(or at least a different / not expected behavior of base patch)
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 7 | ||||
-rw-r--r-- | math/mpfr/distinfo | 14 |
2 files changed, 18 insertions, 3 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 079adc394f53..834cbf095c2c 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpfr PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -19,12 +19,13 @@ MAINTAINER= ale@FreeBSD.org COMMENT= A library for multiple-precision floating-point computations LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -PATCHLEVEL= 3 +PATCHLEVEL= 10 PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +PATCH= ${LOCALBASE}/bin/gpatch USE_AUTOTOOLS= libtool USE_GNOME= ltverhack diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index c5360eb2ce62..c8616c38bb74 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -6,3 +6,17 @@ SHA256 (mpfr-3.1.0/patch02) = 9205e3c412add2dda89346ad52fe8452d3e685595f1b973f6f SIZE (mpfr-3.1.0/patch02) = 4502 SHA256 (mpfr-3.1.0/patch03) = f096849b0f5db432f70f0945d366644943f11eb8c95185fde48f27faac2ff40b SIZE (mpfr-3.1.0/patch03) = 8260 +SHA256 (mpfr-3.1.0/patch04) = 265127d7bd2ab93a1ec689c49fdb35737075e3df22e6f910153041603bd6eccc +SIZE (mpfr-3.1.0/patch04) = 6280 +SHA256 (mpfr-3.1.0/patch05) = 823ae84a55249f76b53ecdc4a17c4b834ca8e33f7710729f5cbb66982ff8a03b +SIZE (mpfr-3.1.0/patch05) = 2690 +SHA256 (mpfr-3.1.0/patch06) = 78448079c133e9a7da4832c7ce1065060fbeb3f43ebabd6f6e9a9cbccb402599 +SIZE (mpfr-3.1.0/patch06) = 1906 +SHA256 (mpfr-3.1.0/patch07) = adfda8ed246c75897523c0365dbe8f854500682eff5a88d1d4c16fbf0bbfe388 +SIZE (mpfr-3.1.0/patch07) = 25023 +SHA256 (mpfr-3.1.0/patch08) = c6b41a31941259f8e9173bcdcbdd28720b385a64815ce8559ed6ce934e71381b +SIZE (mpfr-3.1.0/patch08) = 2012 +SHA256 (mpfr-3.1.0/patch09) = ae8d09befdd943b5b79b44c2526ded043b3d95d4cf8b46db5e9bd6a2de7d5310 +SIZE (mpfr-3.1.0/patch09) = 2986 +SHA256 (mpfr-3.1.0/patch10) = b80e2323647a2da66ba32be1f215d09f793314b6ed81688b9f5ddad216c7a71b +SIZE (mpfr-3.1.0/patch10) = 16599 |