diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-22 20:48:43 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-22 20:48:43 +0800 |
commit | ab8393bcab13135b6b9bc3b90077924e5c5a6246 (patch) | |
tree | 74037a43de5d70c77dc7dfaa25beea8dd854d5a0 | |
parent | 87ea42153a2e4893f0c8373d37f0ca96514e1795 (diff) | |
download | freebsd-ports-gnome-ab8393bcab13135b6b9bc3b90077924e5c5a6246.tar.gz freebsd-ports-gnome-ab8393bcab13135b6b9bc3b90077924e5c5a6246.tar.zst freebsd-ports-gnome-ab8393bcab13135b6b9bc3b90077924e5c5a6246.zip |
Update to version 5.1.0
PR: ports/174616
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
-rw-r--r-- | math/mingw32-libgmp/Makefile | 11 | ||||
-rw-r--r-- | math/mingw32-libgmp/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile index 072e283dff66..fc58f77f8729 100644 --- a/math/mingw32-libgmp/Makefile +++ b/math/mingw32-libgmp/Makefile @@ -1,15 +1,10 @@ -# New ports collection makefile for: mingw32-libgmp4 -# Date created: 28 April 2008 -# Whom: Timothy Bourke <timbob@bigpond.com> -# +# Created by: Timothy Bourke <timbob@bigpond.com> # $FreeBSD$ -# PORTNAME= libgmp -PORTVERSION= 5.0.5 +PORTVERSION= 5.1.0 CATEGORIES= math devel -MASTER_SITES= GNU -MASTER_SITE_SUBDIR= gmp +MASTER_SITES= ftp://ftp.gmplib.org/pub/gmp-${PORTVERSION}/ PKGNAMEPREFIX= mingw32- DISTNAME= gmp-${PORTVERSION} diff --git a/math/mingw32-libgmp/distinfo b/math/mingw32-libgmp/distinfo index c8cfcd3ad020..e11403d555a8 100644 --- a/math/mingw32-libgmp/distinfo +++ b/math/mingw32-libgmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gmp-5.0.5.tar.bz2) = 1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9 -SIZE (gmp-5.0.5.tar.bz2) = 2052144 +SHA256 (gmp-5.1.0.tar.bz2) = dfd9aba98fe5caa54a715b4584c7d45eb0ee0c8be9a3181164ad2fad5eefc796 +SIZE (gmp-5.1.0.tar.bz2) = 2194942 |