diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-09 09:04:28 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-09 09:04:28 +0800 |
commit | ed6b6c81c24bb61016d2b18b1610c456a8327dc9 (patch) | |
tree | a05825ae2c39706ecbe65a6016b386c439043114 /math | |
parent | 3ffdfc3275bd7c100125f0bce8e8f488f71cce67 (diff) | |
download | freebsd-ports-gnome-ed6b6c81c24bb61016d2b18b1610c456a8327dc9.tar.gz freebsd-ports-gnome-ed6b6c81c24bb61016d2b18b1610c456a8327dc9.tar.zst freebsd-ports-gnome-ed6b6c81c24bb61016d2b18b1610c456a8327dc9.zip |
Bump PORTREVISION properly (bug in Tools/script/bump_revision.pl).
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 16c07cc20018..b934f74b5331 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -7,7 +7,7 @@ PORTNAME= fftw PORTVERSION= 2.1.5 -PORTREVISION?= 1 +PORTREVISION?= 5 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ \ |