diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-03-24 17:26:24 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-03-24 17:26:24 +0000 |
commit | 122bdca5496ef6fc139f4b33394c1ca3099ae15a (patch) | |
tree | ef9611777949ef5bc46071e3c094b8ffe45bbb9b /math/fftw | |
parent | 0f4a2a7dd8de21d261078a9ef9b5069f11547297 (diff) | |
download | ports-122bdca5496ef6fc139f4b33394c1ca3099ae15a.tar.gz ports-122bdca5496ef6fc139f4b33394c1ca3099ae15a.zip |
Notes
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 6 | ||||
-rw-r--r-- | math/fftw/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 460271c65705..82c07059ada6 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -6,9 +6,10 @@ # PORTNAME= fftw -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ + ftp://ftp.fftw.org/pub/fftw/old/ \ ftp://theory.lcs.mit.edu/pub/fftw/ \ ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ @@ -31,6 +32,7 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/fftw ${CP} ${WRKSRC}/doc/fftw.ps ${PREFIX}/share/doc/fftw + install-info ${PREFIX}/info/fftw.info ${PREFIX}/info/dir .endif .include <bsd.port.post.mk> diff --git a/math/fftw/distinfo b/math/fftw/distinfo index dc7dcb723d06..267b5c3557d2 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1 +1 @@ -MD5 (fftw-2.1.4.tar.gz) = cad1e6cfb5da6ff0cecf3e19205897b1 +MD5 (fftw-2.1.5.tar.gz) = 8d16a84f3ca02a785ef9eb36249ba433 |