diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-05-10 10:12:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-05-10 10:12:45 +0000 |
commit | 7be9d6bcda5709fac95e0657ac70e964567a46c1 (patch) | |
tree | 13660749be969ffcc1b4602acd5cb5bf47eab597 /math/mpfr | |
parent | da82c437983b9ea64732d3b487fa165631876015 (diff) | |
download | ports-7be9d6bcda5709fac95e0657ac70e964567a46c1.tar.gz ports-7be9d6bcda5709fac95e0657ac70e964567a46c1.zip |
Notes
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 8 | ||||
-rw-r--r-- | math/mpfr/distinfo | 12 |
2 files changed, 17 insertions, 3 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 92dd4594ca5a..5ca9c78ea3a3 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -6,16 +6,22 @@ # PORTNAME= mpfr -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr +PATCH_SITES= ${MASTER_SITES} +PATCH_DIST_STRIP= -p1 + MAINTAINER= ale@FreeBSD.org COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +PATCHLEVEL= 4 +PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} + LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index b2f1409794bb..45edadf27cf6 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,2 +1,10 @@ -SHA256 (mpfr/mpfr-3.0.0.tar.xz) = 22de51fee8ccfae75eaea85938acf8c9d8e9415269d9abb7ced52ebf0a29b5d8 -SIZE (mpfr/mpfr-3.0.0.tar.xz) = 1000648 +SHA256 (mpfr/mpfr-3.0.1.tar.xz) = 28a96d58f2763528a979b2a016959dce2abbc8fef8142fa1860670c248760061 +SIZE (mpfr/mpfr-3.0.1.tar.xz) = 1016096 +SHA256 (mpfr/patch01) = 71c062051a2c7df031740b9b358b32addbcf90261f914cdfc32fc66f7afdf43a +SIZE (mpfr/patch01) = 3899 +SHA256 (mpfr/patch02) = c7d92754b1de6040e69ef253a63f084f96bdbefcf7a12211397b9f6b29cf9721 +SIZE (mpfr/patch02) = 3282 +SHA256 (mpfr/patch03) = cdec3e6b213260c5e3d51696c44bb373b035a10b178b711f001e672e768f27f5 +SIZE (mpfr/patch03) = 3347 +SHA256 (mpfr/patch04) = 3c8b35c4d2593d404dadee1d00b2c5d6cc581e9530c10085fd0a183b39e31200 +SIZE (mpfr/patch04) = 1722 |