diff options
author | krion <krion@FreeBSD.org> | 2004-03-16 04:09:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-16 04:09:18 +0800 |
commit | 79c2fef04b81f0c8a82d7d74e98de6b70e6151dc (patch) | |
tree | 2711d9da256af2afe8a3c81a21ab6bec50b9a233 /www/gatling/Makefile | |
parent | 8ee5f17ec6f5bcf3aa14c4dbd13383b02e5ccfe9 (diff) | |
download | freebsd-ports-graphics-79c2fef04b81f0c8a82d7d74e98de6b70e6151dc.tar.gz freebsd-ports-graphics-79c2fef04b81f0c8a82d7d74e98de6b70e6151dc.tar.zst freebsd-ports-graphics-79c2fef04b81f0c8a82d7d74e98de6b70e6151dc.zip |
- Correct the return code given for successful FTP CWD requests
- Bump PORTREVISION
PR: ports/64309
Submitted by: maintainer
Diffstat (limited to 'www/gatling/Makefile')
-rw-r--r-- | www/gatling/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index ad00e8ab8dc..65e35ef32b5 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -7,7 +7,7 @@ PORTNAME= gatling PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www benchmarks MASTER_SITES= http://dl.fefe.de/ |