diff options
author | ale <ale@FreeBSD.org> | 2011-10-07 15:42:43 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-10-07 15:42:43 +0800 |
commit | 3679ada89ca79d60c675bd5fa25d0f56ff502d3e (patch) | |
tree | 1d9497a89945c4308be8d9f33f4fac0a0dbbe721 /math/mpfr | |
parent | cf69b8e68df60bf84ec37c3f00afbc79321db30d (diff) | |
download | freebsd-ports-gnome-3679ada89ca79d60c675bd5fa25d0f56ff502d3e.tar.gz freebsd-ports-gnome-3679ada89ca79d60c675bd5fa25d0f56ff502d3e.tar.zst freebsd-ports-gnome-3679ada89ca79d60c675bd5fa25d0f56ff502d3e.zip |
Update to -p1 patch-release.
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 7 | ||||
-rw-r--r-- | math/mpfr/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 2b39efc7704b..5d33b7bbf3e8 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -7,9 +7,10 @@ PORTNAME= mpfr PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ -DIST_SUBDIR= mpfr +DIST_SUBDIR= ${DISTNAME} PATCH_SITES= ${MASTER_SITES} PATCH_DIST_STRIP= -p1 @@ -19,8 +20,8 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -#PATCHLEVEL= 1 -#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +PATCHLEVEL= 1 +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 cc312a0f2fce..504502b81c8f 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,2 +1,4 @@ -SHA256 (mpfr/mpfr-3.1.0.tar.xz) = 84fdb2d65e7323ae717f82ebf524280afe076393188e83ebc278a6bd91cf4ed0 -SIZE (mpfr/mpfr-3.1.0.tar.xz) = 1083128 +SHA256 (mpfr-3.1.0/mpfr-3.1.0.tar.xz) = 84fdb2d65e7323ae717f82ebf524280afe076393188e83ebc278a6bd91cf4ed0 +SIZE (mpfr-3.1.0/mpfr-3.1.0.tar.xz) = 1083128 +SHA256 (mpfr-3.1.0/patch01) = f2fb9ddd6a4b2ec7a580e5aa8eb275a1dfd1720f520e10d2b491246f4513c1c5 +SIZE (mpfr-3.1.0/patch01) = 1935 |