diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2009-06-07 18:33:21 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2009-06-07 18:33:21 +0000 |
commit | 81387e45d9fefbb5360bd374053fc0fce52d8836 (patch) | |
tree | 0a182aa688ac1b6a09c9dd0261453f13bd68ade5 /math | |
parent | abeb1d8ba461713ee8dbe6ddbc5e9825e8f985e9 (diff) | |
download | ports-81387e45d9fefbb5360bd374053fc0fce52d8836.tar.gz ports-81387e45d9fefbb5360bd374053fc0fce52d8836.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3-float/Makefile | 2 | ||||
-rw-r--r-- | math/fftw3-long/Makefile | 2 | ||||
-rw-r--r-- | math/fftw3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/fftw3-float/Makefile b/math/fftw3-float/Makefile index 0fc1db8e825c..888139a0e0a5 100644 --- a/math/fftw3-float/Makefile +++ b/math/fftw3-float/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports-experimental/math/fftw3-float/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $ -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Fast C routines (Single Percision) diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index 8403405f367c..886521d70754 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $ -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Fast C routines (Long Double Percision) diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 24ad178c0eb5..16017e042a85 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -6,7 +6,7 @@ # $MCom: ports-experimental/math/fftw3/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $ PORTNAME= fftw3 -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 PORTREVISION?= 0 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ |