diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-28 21:03:04 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-28 21:03:04 +0000 |
commit | 6851b64a969200e84efa66b22d2afd8ecb2b0310 (patch) | |
tree | 305df0e416b34ad12cc6996c85f60ae72a1a13a8 /benchmarks | |
parent | Fix owner of $PREFIX/lib. (diff) |
- Update to 2.59
- minor cleanups
Notes
Notes:
svn path=/head/; revision=99345
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/siege/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/siege/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/siege/files/patch-src::hash.h | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index ebe1c5d936d3..5e20277514b9 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -6,7 +6,7 @@ # PORTNAME= siege -PORTVERSION= 2.57 +PORTVERSION= 2.59 CATEGORIES= benchmarks MASTER_SITES= ftp://sid.joedog.org/pub/siege/ \ http://www.cus.org.uk/~dom/distfiles/siege/ @@ -15,7 +15,7 @@ MAINTAINER= clement@FreeBSD.org COMMENT= A http regression testing and benchmarking utility GNU_CONFIGURE= yes -USE_OPENSSL= YES +USE_OPENSSL= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared @@ -27,7 +27,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/utils/bombardment ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/utils/siege2csv.pl ${PREFIX}/bin/siege2csv .for F in ${MAN1} - @${INSTALL_MAN} ${WRKSRC}/doc/${F} ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKSRC}/doc/${F} ${MAN1PREFIX}/man/man1 .endfor @${MKDIR} ${DATADIR} @${INSTALL_DATA} ${WRKSRC}/doc/siegerc ${DATADIR} diff --git a/benchmarks/siege/distinfo b/benchmarks/siege/distinfo index 1159ac0e2534..f3550afd90af 100644 --- a/benchmarks/siege/distinfo +++ b/benchmarks/siege/distinfo @@ -1 +1 @@ -MD5 (siege-2.57.tar.gz) = c197450e97405bae3b1592979cb493ba +MD5 (siege-2.59.tar.gz) = 52bf3ae4d8e7bdec158a5ad16a6c66f0 diff --git a/benchmarks/siege/files/patch-src::hash.h b/benchmarks/siege/files/patch-src::hash.h deleted file mode 100644 index 4bbd872c160b..000000000000 --- a/benchmarks/siege/files/patch-src::hash.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/hash.h.orig Thu Nov 27 00:33:32 2003 -+++ src/hash.h Thu Nov 27 00:35:25 2003 -@@ -23,6 +23,7 @@ - #define HASH_H - - #include <stdio.h> -+#include <unistd.h> - - typedef struct HASH_T *HASH; - |