diff options
author | vs <vs@FreeBSD.org> | 2005-02-01 12:11:48 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-01 12:11:48 +0000 |
commit | da89e987360d72d7f954ec8dfe14079ee79659b8 (patch) | |
tree | 75b6d46dcabe41a9da28d1ed10d912b2e7b349e6 /www/gatling/Makefile | |
parent | 85b44016750cbda9ddc3ec53c9e1dda7dbc44d56 (diff) | |
download | FreeBSD-ports-da89e987360d72d7f954ec8dfe14079ee79659b8.zip FreeBSD-ports-da89e987360d72d7f954ec8dfe14079ee79659b8.tar.gz |
Correct an off-by-one error in HTTP range handling.
Patch obtained from: gatling CVS
PR: ports/76913
Submitted by: Thomas-Martin Seck (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 7006f50..9bb02e5 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -7,7 +7,7 @@ PORTNAME= gatling PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www benchmarks ftp ipv6 MASTER_SITES= http://dl.fefe.de/ |