diff options
author | pav <pav@FreeBSD.org> | 2004-12-30 06:39:54 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-30 06:39:54 +0000 |
commit | 2331dff826bfe030dacbaaf28892c259c7636ff4 (patch) | |
tree | 50d46f59efeae88c32a58248ce8ca374dcc1f3f7 /math/py-fpconst | |
parent | 553f56c4ee2a298d08a12fd8d75bb9a2874fc5d1 (diff) | |
download | FreeBSD-ports-2331dff826bfe030dacbaaf28892c259c7636ff4.zip FreeBSD-ports-2331dff826bfe030dacbaaf28892c259c7636ff4.tar.gz |
- Update to 0.7.1
PR: ports/75408
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: Rui Lopes <rui@ruilopes.com> (maintainer)
Diffstat (limited to 'math/py-fpconst')
-rw-r--r-- | math/py-fpconst/Makefile | 4 | ||||
-rw-r--r-- | math/py-fpconst/distinfo | 4 | ||||
-rw-r--r-- | math/py-fpconst/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index 077ea440..44330ff 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= fpconst -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= math python -MASTER_SITES= http://www.analytics.washington.edu/downloads/fpconst/ +MASTER_SITES= http://research.warnes.net/~warnes/fpconst/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rui@ruilopes.com diff --git a/math/py-fpconst/distinfo b/math/py-fpconst/distinfo index bbdf65c..426994dc 100644 --- a/math/py-fpconst/distinfo +++ b/math/py-fpconst/distinfo @@ -1,2 +1,2 @@ -MD5 (fpconst-0.6.0.tar.gz) = 5eaf8e8d1978ca4bbead5b3f163b23a1 -SIZE (fpconst-0.6.0.tar.gz) = 4837 +MD5 (fpconst-0.7.1.tar.gz) = 0259f58c4dcf3678f67c5379ef306a1b +SIZE (fpconst-0.7.1.tar.gz) = 5730 diff --git a/math/py-fpconst/pkg-descr b/math/py-fpconst/pkg-descr index 162cdf6..907489d 100644 --- a/math/py-fpconst/pkg-descr +++ b/math/py-fpconst/pkg-descr @@ -3,4 +3,4 @@ IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values. -WWW: http://www.analytics.washington.edu/Zope/projects/fpconst/ +WWW: http://research.warnes.net/projects/rzope/fpconst/ |