diff options
author | ale <ale@FreeBSD.org> | 2011-05-10 16:35:57 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-05-10 16:35:57 +0800 |
commit | 461d19165fa6427a506d0e05f281a0504ba61786 (patch) | |
tree | 6ace70f57fbb474df2ea65aab92bc7c2f00338c9 /math | |
parent | c166ccd133d27875d8a29648ec1dc97f419382eb (diff) | |
download | freebsd-ports-gnome-461d19165fa6427a506d0e05f281a0504ba61786.tar.gz freebsd-ports-gnome-461d19165fa6427a506d0e05f281a0504ba61786.tar.zst freebsd-ports-gnome-461d19165fa6427a506d0e05f281a0504ba61786.zip |
Update to 5.0.2 release.
Diffstat (limited to 'math')
-rw-r--r-- | math/gmp/Makefile | 7 | ||||
-rw-r--r-- | math/gmp/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 54c089e6f2df..54f108c9ffb0 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmp -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -19,6 +19,9 @@ CONFLICTS= libgmp-4.* OPTIONS= CPU_OPTS "Enable assembly optimizations for your CPU" off +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -45,7 +48,7 @@ post-extract: @${RM} -f ${WRKSRC}/doc/gmp.info* post-patch: - ${REINPLACE_CMD} "s/\(athlon64\-\*\-\*\)/amd64-*-* | \1/;s/\(x86_64)\)/amd64 | \1/" \ + @${REINPLACE_CMD} "s/\(athlon64\-\*\-\*\)/amd64-*-* | \1/;s/\(x86_64)\)/amd64 | \1/" \ ${WRKSRC}/configure regression-test check: build diff --git a/math/gmp/distinfo b/math/gmp/distinfo index 38d1008f3091..7d13472c72ea 100644 --- a/math/gmp/distinfo +++ b/math/gmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gmp-5.0.1.tar.bz2) = a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb -SIZE (gmp-5.0.1.tar.bz2) = 2006109 +SHA256 (gmp-5.0.2.tar.bz2) = dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28 +SIZE (gmp-5.0.2.tar.bz2) = 2024576 |