diff options
author | ahze <ahze@FreeBSD.org> | 2009-06-08 02:33:21 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2009-06-08 02:33:21 +0800 |
commit | 10a08304ba602c7268080ab874c4fa6cd57703e7 (patch) | |
tree | 7bf4a4277b0a980b0c28db25459e975ae11a120a /math/fftw3 | |
parent | 5ea7e2374a3d16550279bdf3dede4e003b4a6e60 (diff) | |
download | freebsd-ports-gnome-10a08304ba602c7268080ab874c4fa6cd57703e7.tar.gz freebsd-ports-gnome-10a08304ba602c7268080ab874c4fa6cd57703e7.tar.zst freebsd-ports-gnome-10a08304ba602c7268080ab874c4fa6cd57703e7.zip |
Update to 3.2.1
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ \ |