diff options
author | ale <ale@FreeBSD.org> | 2010-06-11 23:08:51 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-06-11 23:08:51 +0800 |
commit | 9fe693d141c24960fa238bc22f6a7a9da20b9890 (patch) | |
tree | d871c83c80fff04ec4c96080a666192dcce536fa /math/mpfr | |
parent | 8e32993615c6def3a79c281d7e0846211a9e3889 (diff) | |
download | freebsd-ports-gnome-9fe693d141c24960fa238bc22f6a7a9da20b9890.tar.gz freebsd-ports-gnome-9fe693d141c24960fa238bc22f6a7a9da20b9890.tar.zst freebsd-ports-gnome-9fe693d141c24960fa238bc22f6a7a9da20b9890.zip |
Update to 3.0.0 release.
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 6 | ||||
-rw-r--r-- | math/mpfr/distinfo | 6 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 2c48afba6989..92dd4594ca5a 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mpfr -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr @@ -17,6 +16,9 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index f4049e1f6da3..71457879804b 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (mpfr/mpfr-3.0.0.tar.xz) = 8ab3bef2864b8c6e6a291f5603141bbd +SHA256 (mpfr/mpfr-3.0.0.tar.xz) = 22de51fee8ccfae75eaea85938acf8c9d8e9415269d9abb7ced52ebf0a29b5d8 +SIZE (mpfr/mpfr-3.0.0.tar.xz) = 1000648 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index c447da6b22ec..9b215b8de728 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -3,4 +3,4 @@ include/mpf2mpfr.h lib/libmpfr.a lib/libmpfr.la lib/libmpfr.so -lib/libmpfr.so.3 +lib/libmpfr.so.4 |