1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

math/mingw32-libgmp: update to 5.1.3 and support staging

- update to 5.1.3
- support staging

PR:		187242
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
Ruslan Makhmatkhanov 2014-03-04 11:37:57 +00:00
parent a1e626a6d6
commit e20d134a46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347009
3 changed files with 4 additions and 8 deletions

View File

@ -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>

View File

@ -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

View File

@ -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.