diff --git a/www/http_ping/Makefile b/www/http_ping/Makefile index c1418854d66..6d866eb707e 100644 --- a/www/http_ping/Makefile +++ b/www/http_ping/Makefile @@ -1,14 +1,17 @@ -# $OpenBSD: Makefile,v 1.3 2002/07/30 14:36:50 brad Exp $ +# $OpenBSD: Makefile,v 1.4 2002/11/30 01:21:28 margarida Exp $ COMMENT= "HTTP latency performance testing client" -DISTNAME= http_ping_09jul2001 -PKGNAME= http_ping-20010709 +DISTNAME= http_ping_03apr2002 +PKGNAME= http_ping-20020403 CATEGORIES= www benchmarks -MASTER_SITES= http://www.acme.com/software/http_ping/ HOMEPAGE= http://www.acme.com/software/http_ping/ +MASTER_SITES= ${HOMEPAGE} + +MAINTAINER= Margarida Sequeira + PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/www/http_ping/distinfo b/www/http_ping/distinfo index 1e768f65869..8e8311718dc 100644 --- a/www/http_ping/distinfo +++ b/www/http_ping/distinfo @@ -1,3 +1,3 @@ -MD5 (http_ping_09jul2001.tar.gz) = b8420963e72282691b11efc2983e4dd3 -RMD160 (http_ping_09jul2001.tar.gz) = 4b4f3ec626c642ee6618456687bd7d3fdf0ca997 -SHA1 (http_ping_09jul2001.tar.gz) = 1bac0c1cd85fd50a872be2922face447866bbe72 +MD5 (http_ping_03apr2002.tar.gz) = a90fda389a2e1048d666afa54eb85385 +RMD160 (http_ping_03apr2002.tar.gz) = 8109abdbb56cd2ed18e7bdab7e921ca2aca73177 +SHA1 (http_ping_03apr2002.tar.gz) = 53b3ce97ba90d5a180d025154a48c08c946a5ab0 diff --git a/www/http_ping/files/Makefile.bsd b/www/http_ping/files/Makefile.bsd index 10ad0bc75ec..3c1863363e5 100644 --- a/www/http_ping/files/Makefile.bsd +++ b/www/http_ping/files/Makefile.bsd @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd,v 1.1.1.1 2001/08/06 00:33:25 brad Exp $ +# $OpenBSD: Makefile.bsd,v 1.2 2002/11/30 01:21:28 margarida Exp $ PROG = http_ping SRCS = http_ping.c @@ -10,4 +10,3 @@ BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/man/cat .include -