summaryrefslogtreecommitdiff
path: root/benchmarks/httperf
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2007-12-26 12:56:35 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2007-12-26 12:56:35 +0000
commit700165ded7d6544cda32ba4ee54655d1d6708d87 (patch)
treebdb5f059e39c9f0d756e30ce206474f1613cfc54 /benchmarks/httperf
parent- Fix mastersite. (diff)
- Update to 0.9.0.
PR: ports/118550 Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Notes
Notes: svn path=/head/; revision=204564
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r--benchmarks/httperf/Makefile6
-rw-r--r--benchmarks/httperf/distinfo6
-rw-r--r--benchmarks/httperf/files/patch-httperf.c6
-rw-r--r--benchmarks/httperf/files/patch-lib::ssl_writev.c13
4 files changed, 11 insertions, 20 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 03cb19ad6c46..9306d81e37d4 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -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>
diff --git a/benchmarks/httperf/distinfo b/benchmarks/httperf/distinfo
index 14a38e887cad..1256367cd57c 100644
--- a/benchmarks/httperf/distinfo
+++ b/benchmarks/httperf/distinfo
@@ -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
diff --git a/benchmarks/httperf/files/patch-httperf.c b/benchmarks/httperf/files/patch-httperf.c
index 8e735afadb8d..d092d18d9d06 100644
--- a/benchmarks/httperf/files/patch-httperf.c
+++ b/benchmarks/httperf/files/patch-httperf.c
@@ -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>
diff --git a/benchmarks/httperf/files/patch-lib::ssl_writev.c b/benchmarks/httperf/files/patch-lib::ssl_writev.c
deleted file mode 100644
index 81c05af1e52c..000000000000
--- a/benchmarks/httperf/files/patch-lib::ssl_writev.c
+++ /dev/null
@@ -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>