diff options
-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/ \ |