diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-03-04 11:37:57 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-03-04 11:37:57 +0000 |
commit | e20d134a462e414190df24bd9431e446ce05c18b (patch) | |
tree | cf699914e44fda143021b33336e15f5c525749e6 /math | |
parent | a1e626a6d6fdc4e88d391bbc1e50488ecf6ee98d (diff) | |
download | ports-e20d134a462e414190df24bd9431e446ce05c18b.tar.gz ports-e20d134a462e414190df24bd9431e446ce05c18b.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/mingw32-libgmp/Makefile | 6 | ||||
-rw-r--r-- | math/mingw32-libgmp/distinfo | 4 | ||||
-rw-r--r-- | math/mingw32-libgmp/pkg-descr | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile index f68d95f0fac4..15bd45ee6400 100644 --- a/math/mingw32-libgmp/Makefile +++ b/math/mingw32-libgmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgmp -PORTVERSION= 5.1.2 +PORTVERSION= 5.1.3 CATEGORIES= math devel MASTER_SITES= ftp://ftp.gmplib.org/pub/gmp-${PORTVERSION}/ PKGNAMEPREFIX= mingw32- @@ -32,11 +32,7 @@ CONFIGURE_TARGET= INFO= gmp INFO_PATH= ${GMP_TARG}/info -NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/doc/gmp.info* -pre-install: - ${MKDIR} ${PREFIX}/${GMP_TARG}/info - .include <bsd.port.mk> diff --git a/math/mingw32-libgmp/distinfo b/math/mingw32-libgmp/distinfo index a46ca56fc322..f8665c997f37 100644 --- a/math/mingw32-libgmp/distinfo +++ b/math/mingw32-libgmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gmp-5.1.2.tar.bz2) = 2099deea64ef3e58ac2b42eaaa0286c3231430a8e893359d806bfa31611c1b8f -SIZE (gmp-5.1.2.tar.bz2) = 2194495 +SHA256 (gmp-5.1.3.tar.bz2) = 752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160 +SIZE (gmp-5.1.3.tar.bz2) = 2196480 diff --git a/math/mingw32-libgmp/pkg-descr b/math/mingw32-libgmp/pkg-descr index 159ccbf3d124..e33428ad3c74 100644 --- a/math/mingw32-libgmp/pkg-descr +++ b/math/mingw32-libgmp/pkg-descr @@ -2,7 +2,7 @@ GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of -functions, and the functions have a regular interface. +functions, and the functions have a regular interface. This port compiles libgmp using MinGW32. |