1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Update to 0.9.0.

PR:		ports/118550
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
This commit is contained in:
Jean Milanez Melo 2007-12-26 12:56:35 +00:00
parent 78ca6f2ea9
commit 700165ded7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204564
4 changed files with 11 additions and 20 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= httperf
PORTVERSION= 0.8
PORTVERSION= 0.9.0
CATEGORIES= benchmarks www
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
@ -34,4 +34,8 @@ post-install:
.endfor
.endif
do-install:
@${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (httperf-0.8.tar.gz) = 2971956d4846349f9e8d3c54acd591a5
SHA256 (httperf-0.8.tar.gz) = 3222281a92dd4d3c7d5424f574b41d809c9aff8b86100e6fd44bb3b93b26df67
SIZE (httperf-0.8.tar.gz) = 146107
MD5 (httperf-0.9.0.tar.gz) = 2968c36b9ecf3d98fc1f2c1c9c0d9341
SHA256 (httperf-0.9.0.tar.gz) = e1a0bf56bcb746c04674c47b6cfa531fad24e45e9c6de02aea0d1c5f85a2bf1c
SIZE (httperf-0.9.0.tar.gz) = 425297

View File

@ -1,6 +1,6 @@
--- httperf.c.orig Wed Nov 1 05:20:00 2000
+++ httperf.c Wed Nov 13 06:19:41 2002
@@ -68,6 +68,10 @@
--- src/httperf.c.orig 2007-12-11 10:48:02.000000000 +0000
+++ src/httperf.c 2007-12-11 10:48:48.000000000 +0000
@@ -78,6 +78,10 @@
#include <conn.h>
#include <timer.h>

View File

@ -1,13 +0,0 @@
--- lib/ssl_writev.c.orig Thu Oct 12 09:09:47 2000
+++ lib/ssl_writev.c Wed Nov 13 06:22:01 2002
@@ -31,7 +31,10 @@
#ifdef HAVE_OPENSSL_SSL_H
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
+
#include <string.h>
#include <sys/types.h>