diff options
author | ale <ale@FreeBSD.org> | 2012-01-30 19:00:07 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-01-30 19:00:07 +0800 |
commit | 1660881640d83464358a7b05c53e3f42442b308e (patch) | |
tree | 56cfdf2796637d0ab65fc0474f9df56fe70727b3 /math/gmp | |
parent | 0aaac94adab09769baa0e598836657560c9ff10f (diff) | |
download | freebsd-ports-gnome-1660881640d83464358a7b05c53e3f42442b308e.tar.gz freebsd-ports-gnome-1660881640d83464358a7b05c53e3f42442b308e.tar.zst freebsd-ports-gnome-1660881640d83464358a7b05c53e3f42442b308e.zip |
Update to 5.0.3 release and pet portlint.
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 9 | ||||
-rw-r--r-- | math/gmp/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 54f108c9ffb0..7ee168f79da0 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -6,22 +6,19 @@ # PORTNAME= gmp -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp -DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -CONFLICTS= libgmp-4.* - -OPTIONS= CPU_OPTS "Enable assembly optimizations for your CPU" off - LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LIB +OPTIONS= CPU_OPTS "Enable assembly optimizations for your CPU" off + USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" diff --git a/math/gmp/distinfo b/math/gmp/distinfo index 7d13472c72ea..1aa409f45170 100644 --- a/math/gmp/distinfo +++ b/math/gmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gmp-5.0.2.tar.bz2) = dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28 -SIZE (gmp-5.0.2.tar.bz2) = 2024576 +SHA256 (gmp-5.0.3.tar.bz2) = dcafe9989c7f332b373e1f766af8e9cd790fc802fdec422a1910a6ef783480e3 +SIZE (gmp-5.0.3.tar.bz2) = 2010173 |