diff options
author | stephen <stephen@FreeBSD.org> | 2011-12-26 01:14:29 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-12-26 01:14:29 +0800 |
commit | 1c113bde63e8072a5db32d3561b1a14b8ba41985 (patch) | |
tree | c73bded544fa135e9d16a1f4000bb162e1c68987 /math | |
parent | 258c65286e494ef8bb3cbfecb265fbca60a39976 (diff) | |
download | freebsd-ports-gnome-1c113bde63e8072a5db32d3561b1a14b8ba41985.tar.gz freebsd-ports-gnome-1c113bde63e8072a5db32d3561b1a14b8ba41985.tar.zst freebsd-ports-gnome-1c113bde63e8072a5db32d3561b1a14b8ba41985.zip |
- Update to 5.0.2.
PR: ports/163187
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/mingw32-libgmp/Makefile | 6 | ||||
-rw-r--r-- | math/mingw32-libgmp/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile index 711b5a4d7fec..7c594309f54f 100644 --- a/math/mingw32-libgmp/Makefile +++ b/math/mingw32-libgmp/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= libgmp4 -PORTVERSION= 4.3.2 +PORTNAME= libgmp +PORTVERSION= 5.0.2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -19,8 +19,6 @@ COMMENT= Library for arbitrary precision arithmetic (MinGW32) BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt -BROKEN= does not build - GMP_TARG= ${PKGNAMEPREFIX:S/-$//} GNU_CONFIGURE= yes CC= ${PKGNAMEPREFIX}gcc diff --git a/math/mingw32-libgmp/distinfo b/math/mingw32-libgmp/distinfo index bb85c33b7f8d..813119a2ef54 100644 --- a/math/mingw32-libgmp/distinfo +++ b/math/mingw32-libgmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gmp-4.3.2.tar.gz) = 7be3ad1641b99b17f6a8be6a976f1f954e997c41e919ad7e0c418fe848c13c97 -SIZE (gmp-4.3.2.tar.gz) = 2497750 +SHA256 (gmp-5.0.2.tar.gz) = 2f0d4bbbeff0660f42c5caf6464ac0fee526c06f4dfcc82a015081ea7df8b55d +SIZE (gmp-5.0.2.tar.gz) = 2633571 |