diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-09 01:04:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-09 01:04:28 +0000 |
commit | d2f041f3e94bc225b2bde21ad48a0f7d52de607a (patch) | |
tree | 5bce7e7410dc39ebb8d51915f78eff0cf54c8e5d | |
parent | Add entry for archivers/kzip (diff) |
Bump PORTREVISION properly (bug in Tools/script/bump_revision.pl).
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
-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/ \ |