summaryrefslogtreecommitdiffstats
path: root/benchmarks/httperf
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2007-12-26 12:56:35 +0000
committerjmelo <jmelo@FreeBSD.org>2007-12-26 12:56:35 +0000
commitd0aeee77f1f35d5c56c68ba456a6ebf9012712a1 (patch)
treec551486e8b671f149f3879774dd8419e13f71193 /benchmarks/httperf
parente631e87c6a6edfdfd286d6e4672a91d482d6484b (diff)
downloadFreeBSD-ports-d0aeee77f1f35d5c56c68ba456a6ebf9012712a1.zip
FreeBSD-ports-d0aeee77f1f35d5c56c68ba456a6ebf9012712a1.tar.gz
- Update to 0.9.0.
PR: ports/118550 Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
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 03cb19a..9306d81 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 14a38e8..1256367 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 8e735af..d092d18 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 81c05af..0000000
--- 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>
OpenPOWER on IntegriCloud