diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-22 12:48:43 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-22 12:48:43 +0000 |
commit | f031071c38649a752edeebd8d7c5a5898df3323a (patch) | |
tree | 74037a43de5d70c77dc7dfaa25beea8dd854d5a0 | |
parent | 801590780d8ffd1055403ca0c43ae1e8ba6d37ff (diff) | |
download | ports-f031071c38649a752edeebd8d7c5a5898df3323a.tar.gz ports-f031071c38649a752edeebd8d7c5a5898df3323a.zip |
Notes
-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 |