diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/alt-ergo/Makefile | 2 | ||||
-rw-r--r-- | math/alt-ergo/pkg-descr | 2 | ||||
-rw-r--r-- | math/fftw3/Makefile | 4 | ||||
-rw-r--r-- | math/fftw3/pkg-descr | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/math/alt-ergo/Makefile b/math/alt-ergo/Makefile index 8d55eaf0444a..80cf2d2f4059 100644 --- a/math/alt-ergo/Makefile +++ b/math/alt-ergo/Makefile @@ -5,7 +5,7 @@ PORTNAME= alt-ergo PORTVERSION= 0.94 PORTREVISION= 2 CATEGORIES= math -MASTER_SITES= http://alt-ergo.lri.fr/http/ LOCAL/bf +MASTER_SITES= http://alt-ergo.lri.fr/http/alt-ergo-${PORTVERSION}/ LOCAL/bf MAINTAINER= bf@FreeBSD.org COMMENT= An automatic theorem prover dedicated to program verification diff --git a/math/alt-ergo/pkg-descr b/math/alt-ergo/pkg-descr index 21976de2c59e..bc0708d02ccf 100644 --- a/math/alt-ergo/pkg-descr +++ b/math/alt-ergo/pkg-descr @@ -7,4 +7,4 @@ home made SAT-solver and an instantiation mechanism. Alt-Ergo is compact, safe, and modular. Each component is described by a small set of inference rules and is implemented as an Ocaml functor. -WWW: http://alt-ergo.lri.fr +WWW: http://alt-ergo.lri.fr diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 5b470c798f64..ea8eb51fdf95 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -6,8 +6,8 @@ PORTNAME= fftw3 PORTVERSION= 3.3.3 PORTREVISION?= 1 CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - ftp://ftp.fftw.org/pub/fftw/old/ +MASTER_SITES= http://www.fftw.org/ \ + ftp://ftp.fftw.org/pub/fftw/ PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} DISTNAME= fftw-${PORTVERSION} diff --git a/math/fftw3/pkg-descr b/math/fftw3/pkg-descr index 2fadd6bd88ca..54f6e50615c5 100644 --- a/math/fftw3/pkg-descr +++ b/math/fftw3/pkg-descr @@ -13,4 +13,4 @@ track of users and send you information about new releases. The latest version of FFTW, benchmarks, links, and other information can be found at the FFTW home page. -WWW: http://www.fftw.org/ +WWW: http://www.fftw.org/ |