Update from 1.0.0 to 1.1.1.

Make portlint(1) happy.
This commit is contained in:
Sergey A. Osokin 2013-03-20 14:35:10 +00:00
parent 3bf53b93a2
commit 187193b253
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314738
3 changed files with 7 additions and 11 deletions

View File

@ -1,12 +1,8 @@
# New ports collection makefile for: wrk
# Date created: 01 Aug 2012
# Whom: Sergey A. Osokin <osa@FreeBSD.org>
#
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= wrk
PORTVERSION= 1.0.0
PORTVERSION= 1.1.1
CATEGORIES= benchmarks www
MASTER_SITES= http://github.com/wg/${PORTNAME}/tarball/master/
DISTNAME= ${PORTNAME}-${PORTVERSION}-${GITVERSION}
@ -17,7 +13,7 @@ COMMENT= The modern HTTP benchmarking tool
LICENSE= AL2
FETCH_ARGS= -pRr
GITVERSION= 0-g6d143f1
GITVERSION= 0-gae7a043
WRKSRC= ${WRKDIR}/wg-${PORTNAME}-${GITVERSION:S/^0-g//}
USE_GMAKE= yes
CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH
@ -31,7 +27,7 @@ BROKEN= does not link on FreeBSD 7.x
.endif
post-patch:
@${REINPLACE_CMD} '1d' ${WRKSRC}/Makefile
@${REINPLACE_CMD} '1d;2s/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

View File

@ -1,2 +1,2 @@
SHA256 (wrk-1.0.0-0-g6d143f1.tar.gz) = 39de439025c6b93aa2f8cf81ab1e6f27e955275969de85510bf7a0364a27a05f
SIZE (wrk-1.0.0-0-g6d143f1.tar.gz) = 37347
SHA256 (wrk-1.1.1-0-gae7a043.tar.gz) = bc356b483b781a52ecd43f803a418bb0a59088767dcea80954557c452b4f3759
SIZE (wrk-1.1.1-0-gae7a043.tar.gz) = 40625

View File

@ -2,4 +2,4 @@ wrk is a modern HTTP benchmarking tool capable of generating significant
load when run on a single multi-core CPU. It combines a multithreaded
design with scalable event notification systems such as epoll and kqueue.
WWW: https://github.com/wg/wrk/
WWW: https://github.com/wg/wrk/