Update to 3.0.0 release.
This commit is contained in:
parent
d1a8268500
commit
f7015e22ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256397
3 changed files with 8 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,4 +3,4 @@ include/mpf2mpfr.h
|
|||
lib/libmpfr.a
|
||||
lib/libmpfr.la
|
||||
lib/libmpfr.so
|
||||
lib/libmpfr.so.3
|
||||
lib/libmpfr.so.4
|
||||
|
|
Loading…
Reference in a new issue