diff options
author | fenner <fenner@FreeBSD.org> | 2006-12-14 06:17:12 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2006-12-14 06:17:12 +0800 |
commit | bfc14a2c2c870e73b22d64b7808f5f89a241f20a (patch) | |
tree | c985bc4a29fc19ba87c4cab13c8543eb8d82a873 | |
parent | 3f8cb5379fb2bc44f9140ec0866b5b168254584f (diff) | |
download | freebsd-ports-gnome-bfc14a2c2c870e73b22d64b7808f5f89a241f20a.tar.gz freebsd-ports-gnome-bfc14a2c2c870e73b22d64b7808f5f89a241f20a.tar.zst freebsd-ports-gnome-bfc14a2c2c870e73b22d64b7808f5f89a241f20a.zip |
Move to MASTER_SITE_LOCAL. The distfile won't actually show up until
ftp-master gets fixed, but since it's not at the old site there's no
real harm.
Reminded by: that fenner guy's annoying emails
-rw-r--r-- | mbone/rtpmon/Makefile | 3 | ||||
-rw-r--r-- | mbone/rtpmon/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index a5096036bf5d..d9302b50d6f9 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -9,7 +9,8 @@ PORTNAME= rtpmon PORTVERSION= 1.0a7 PORTREVISION= 2 CATEGORIES= mbone tk83 -MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/rtpmon/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner MAINTAINER= fenner@FreeBSD.org COMMENT= A program to montior loss in multicast sessions diff --git a/mbone/rtpmon/pkg-descr b/mbone/rtpmon/pkg-descr index b7c3e163442b..48020dc00c1a 100644 --- a/mbone/rtpmon/pkg-descr +++ b/mbone/rtpmon/pkg-descr @@ -4,5 +4,3 @@ RTP, the Real-Time Transport Protocol. Feedback from receivers, including the loss rate and jitter, are displayed in a table that can be sorted in various ways to help isolate and diagnose multicast distribution problems. - -WWW: http://www-itg.lbl.gov/mbone/rtpmon.tips.html |