diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-03-24 17:26:24 +0000 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-03-24 17:26:24 +0000 |
commit | 0347339120ec0574badd4a3e8392a956acd2396b (patch) | |
tree | a80c88cde7319c5b37db1ae5cce5946ff13a6d75 | |
parent | d0b72e5946d8663f79f750062e2ca57bfe909f2c (diff) | |
download | FreeBSD-ports-0347339120ec0574badd4a3e8392a956acd2396b.zip FreeBSD-ports-0347339120ec0574badd4a3e8392a956acd2396b.tar.gz |
o) Update to version 2.1.5
-rw-r--r-- | math/fftw/Makefile | 6 | ||||
-rw-r--r-- | math/fftw/distinfo | 2 | ||||
-rw-r--r-- | math/fftw3/Makefile | 6 | ||||
-rw-r--r-- | math/fftw3/distinfo | 2 |
4 files changed, 10 insertions, 6 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 460271c..82c0705 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 dc7dcb7..267b5c3 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 diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 460271c..82c0705 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/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/fftw3/distinfo b/math/fftw3/distinfo index dc7dcb7..267b5c3 100644 --- a/math/fftw3/distinfo +++ b/math/fftw3/distinfo @@ -1 +1 @@ -MD5 (fftw-2.1.4.tar.gz) = cad1e6cfb5da6ff0cecf3e19205897b1 +MD5 (fftw-2.1.5.tar.gz) = 8d16a84f3ca02a785ef9eb36249ba433 |