diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2013-07-13 07:05:26 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2013-07-13 07:05:26 +0000 |
commit | dd970fdfa9db26280382715a2d8612950436f8c7 (patch) | |
tree | 8c849cf718bcf1d8a0dc61f0c79a28bebe806e03 /benchmarks | |
parent | fc3734b2f9aa7f597a71f9bd2158b5190fa82d3e (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/wrk/Makefile | 10 | ||||
-rw-r--r-- | benchmarks/wrk/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/benchmarks/wrk/Makefile b/benchmarks/wrk/Makefile index 0319154071e2..c4f74775b1e3 100644 --- a/benchmarks/wrk/Makefile +++ b/benchmarks/wrk/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= wrk -PORTVERSION= 2.0.0 +PORTVERSION= 2.2.2 CATEGORIES= benchmarks www -MASTER_SITES= http://github.com/wg/${PORTNAME}/tarball/master/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-${GITVERSION} +MASTER_SITES= https://github.com/wg/wrk/archive/ +DISTNAME= ${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= osa@FreeBSD.org COMMENT= The modern HTTP benchmarking tool @@ -13,8 +14,7 @@ COMMENT= The modern HTTP benchmarking tool LICENSE= AL2 FETCH_ARGS= -pRr -GITVERSION= 0-gd058222 -WRKSRC= ${WRKDIR}/wg-${PORTNAME}-${GITVERSION:S/^0-g//} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH diff --git a/benchmarks/wrk/distinfo b/benchmarks/wrk/distinfo index 8aef7432e854..4e3874034d35 100644 --- a/benchmarks/wrk/distinfo +++ b/benchmarks/wrk/distinfo @@ -1,2 +1,2 @@ -SHA256 (wrk-2.0.0-0-gd058222.tar.gz) = 229e032801639ba69ddf41ea69b094df08cafff7b18e0b530e54fec3a77d5a5a -SIZE (wrk-2.0.0-0-gd058222.tar.gz) = 42036 +SHA256 (wrk/2.2.2.tar.gz) = c33e0d6dbb49819f41b46a65974203988401ee893d8bf64ad9836484a0d3b897 +SIZE (wrk/2.2.2.tar.gz) = 44112 |