diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-30 06:39:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-30 06:39:54 +0000 |
commit | 9badc0b8067de94f18187b125601b9bf1856c894 (patch) | |
tree | 0dd9df8deffac8552f45d74ab592decba436d4b4 | |
parent | 5c08f4ff412e6ee00f01af1fe5e4b4a0bb57c682 (diff) | |
download | ports-9badc0b8067de94f18187b125601b9bf1856c894.tar.gz ports-9badc0b8067de94f18187b125601b9bf1856c894.zip |
Notes
-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 077ea4409e7d..44330ff69daa 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 bbdf65cb3a92..426994dcfb58 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 162cdf6e2375..907489d2e4c1 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/ |