diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-10-05 21:04:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-10-05 21:04:40 +0000 |
commit | 3b70ffa8de2963afeebb8a68b27a1824608dc302 (patch) | |
tree | d116a946e8410df975f173906c6c487c09b7d02b /math/gmp | |
parent | 9e3678067d9fa62e8f4d7b7aebe88eb30b4c13a1 (diff) |
Notes
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 4 | ||||
-rw-r--r-- | math/gmp/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 3114da95544d..941feb922abf 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmp -PORTVERSION= 5.1.2 +PORTVERSION= 5.1.3 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -15,7 +15,7 @@ LICENSE= LGPL3 OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU -USE_BZIP2= yes +USE_XZ= yes HAS_CONFIGURE= yes GNU_CONFIGURE= no # needed, since the following line would add it USE_AUTOTOOLS= libtool diff --git a/math/gmp/distinfo b/math/gmp/distinfo index a46ca56fc322..8d6cf212ec1c 100644 --- a/math/gmp/distinfo +++ b/math/gmp/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.xz) = dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071 +SIZE (gmp-5.1.3.tar.xz) = 1818812 |