diff options
author | sem <sem@FreeBSD.org> | 2005-09-13 21:00:09 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-09-13 21:00:09 +0800 |
commit | b7d8cb7ad18ef2e24366320c3e3ffcbb577a0feb (patch) | |
tree | bf57d8cae0205a5ad52eeea589359c7b27f98d2a /net | |
parent | 7c2216b8fd1e3df05b2f3d006fca4d60f8f7fcfa (diff) | |
download | freebsd-ports-gnome-b7d8cb7ad18ef2e24366320c3e3ffcbb577a0feb.tar.gz freebsd-ports-gnome-b7d8cb7ad18ef2e24366320c3e3ffcbb577a0feb.tar.zst freebsd-ports-gnome-b7d8cb7ad18ef2e24366320c3e3ffcbb577a0feb.zip |
- Update to 20050629
PR: ports/84439
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: maintainer timeout (1.5 month)
Diffstat (limited to 'net')
-rw-r--r-- | net/http_ping/Makefile | 6 | ||||
-rw-r--r-- | net/http_ping/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/http_ping/Makefile b/net/http_ping/Makefile index 1d5f8da3b183..f25bd01cc54f 100644 --- a/net/http_ping/Makefile +++ b/net/http_ping/Makefile @@ -6,10 +6,10 @@ # PORTNAME= http_ping -PORTVERSION= 20020403 +PORTVERSION= 20050629 CATEGORIES= net www -MASTER_SITES= http://www.acme.com/software/http_ping/ -DISTNAME= ${PORTNAME}_03apr2002 +MASTER_SITES= http://www.acme.com/software/${PORTNAME}/ +DISTNAME= ${PORTNAME}_29jun2005 MAINTAINER= dd@FreeBSD.org COMMENT= Sends HTTP requests every few seconds and times how long they take diff --git a/net/http_ping/distinfo b/net/http_ping/distinfo index e0725cd0337c..33b97b1920cd 100644 --- a/net/http_ping/distinfo +++ b/net/http_ping/distinfo @@ -1,2 +1,2 @@ -MD5 (http_ping_03apr2002.tar.gz) = a90fda389a2e1048d666afa54eb85385 -SIZE (http_ping_03apr2002.tar.gz) = 7622 +MD5 (http_ping_29jun2005.tar.gz) = 6ff0319344f934baa5a5f9bc6df7eaf7 +SIZE (http_ping_29jun2005.tar.gz) = 7956 |