aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2008-06-25 18:30:39 +0800
committerale <ale@FreeBSD.org>2008-06-25 18:30:39 +0800
commit7035520828e48d8fff05f1d075d12b61b23011e0 (patch)
tree8e8f1baaf7d16dc180253a773c1a01422f8746a0 /math
parentb449b5dcf02b97d86a773fa4cbb78b51d0591f06 (diff)
downloadfreebsd-ports-gnome-7035520828e48d8fff05f1d075d12b61b23011e0.tar.gz
freebsd-ports-gnome-7035520828e48d8fff05f1d075d12b61b23011e0.tar.zst
freebsd-ports-gnome-7035520828e48d8fff05f1d075d12b61b23011e0.zip
- Add regression-test target
- Update WWW link - Use bzip2 PR: ports/124922 Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Diffstat (limited to 'math')
-rw-r--r--math/gmp/Makefile4
-rw-r--r--math/gmp/distinfo6
-rw-r--r--math/gmp/pkg-descr2
-rw-r--r--math/libgmp4/Makefile4
-rw-r--r--math/libgmp4/distinfo6
-rw-r--r--math/libgmp4/pkg-descr2
6 files changed, 16 insertions, 8 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index e5cee1c823c3..f768e4881729 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -16,6 +16,7 @@ DISTNAME= gmp-${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A free library for arbitrary precision arithmetic
+USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
@@ -27,4 +28,7 @@ INFO= gmp
post-extract:
@${RM} -f ${WRKSRC}/doc/gmp.info*
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.mk>
diff --git a/math/gmp/distinfo b/math/gmp/distinfo
index dcb12714f169..5bb36cdb3c3d 100644
--- a/math/gmp/distinfo
+++ b/math/gmp/distinfo
@@ -1,3 +1,3 @@
-MD5 (gmp-4.2.2.tar.gz) = 1def49df60248a08374ecd6cdcaa5d3d
-SHA256 (gmp-4.2.2.tar.gz) = db1663aefaa37e6fe69898729ece2a86568792b9009cc1ae4b6b189e0f0fce6a
-SIZE (gmp-4.2.2.tar.gz) = 2279978
+MD5 (gmp-4.2.2.tar.bz2) = 7ce52531644e6d12f16911b7e3151f3f
+SHA256 (gmp-4.2.2.tar.bz2) = 2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b
+SIZE (gmp-4.2.2.tar.bz2) = 1747068
diff --git a/math/gmp/pkg-descr b/math/gmp/pkg-descr
index 1570d9e11eda..113a0a21599a 100644
--- a/math/gmp/pkg-descr
+++ b/math/gmp/pkg-descr
@@ -16,7 +16,7 @@ advantage for GMP increases with the operand sizes for certain
operations, since GMP in many cases has asymptotically faster
algorithms.
-WWW: http://www.swox.com/gmp/
+WWW: http://gmplib.org/
- Alex Dupre
ale@FreeBSD.org
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile
index e5cee1c823c3..f768e4881729 100644
--- a/math/libgmp4/Makefile
+++ b/math/libgmp4/Makefile
@@ -16,6 +16,7 @@ DISTNAME= gmp-${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A free library for arbitrary precision arithmetic
+USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
@@ -27,4 +28,7 @@ INFO= gmp
post-extract:
@${RM} -f ${WRKSRC}/doc/gmp.info*
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.mk>
diff --git a/math/libgmp4/distinfo b/math/libgmp4/distinfo
index dcb12714f169..5bb36cdb3c3d 100644
--- a/math/libgmp4/distinfo
+++ b/math/libgmp4/distinfo
@@ -1,3 +1,3 @@
-MD5 (gmp-4.2.2.tar.gz) = 1def49df60248a08374ecd6cdcaa5d3d
-SHA256 (gmp-4.2.2.tar.gz) = db1663aefaa37e6fe69898729ece2a86568792b9009cc1ae4b6b189e0f0fce6a
-SIZE (gmp-4.2.2.tar.gz) = 2279978
+MD5 (gmp-4.2.2.tar.bz2) = 7ce52531644e6d12f16911b7e3151f3f
+SHA256 (gmp-4.2.2.tar.bz2) = 2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b
+SIZE (gmp-4.2.2.tar.bz2) = 1747068
diff --git a/math/libgmp4/pkg-descr b/math/libgmp4/pkg-descr
index 1570d9e11eda..113a0a21599a 100644
--- a/math/libgmp4/pkg-descr
+++ b/math/libgmp4/pkg-descr
@@ -16,7 +16,7 @@ advantage for GMP increases with the operand sizes for certain
operations, since GMP in many cases has asymptotically faster
algorithms.
-WWW: http://www.swox.com/gmp/
+WWW: http://gmplib.org/
- Alex Dupre
ale@FreeBSD.org