diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-15 03:04:08 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-15 03:04:08 +0000 |
commit | e0da526f427ce57e4a4eb50017083dda213a4eaf (patch) | |
tree | d42b72b35220003b4f8f9c925e9a7bb20229a71f | |
parent | 57dea0aeb29fd3815fa7184709ea942bc27ea026 (diff) | |
download | ports-e0da526f427ce57e4a4eb50017083dda213a4eaf.tar.gz ports-e0da526f427ce57e4a4eb50017083dda213a4eaf.zip |
Notes
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 3 | ||||
-rw-r--r-- | net/rinetd/Makefile | 2 | ||||
-rw-r--r-- | net/tcpreplay/Makefile | 3 | ||||
-rw-r--r-- | net/zephyr/Makefile | 3 | ||||
-rw-r--r-- | security/borzoi/Makefile | 2 | ||||
-rw-r--r-- | security/libident/Makefile | 2 |
6 files changed, 9 insertions, 6 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 575a4e1dbbe9..730900a48d88 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -8,7 +8,8 @@ PORTNAME= tcpreplay PORTVERSION= 1.0.1 CATEGORIES= net -MASTER_SITES= http://www.anzen.com/research/nidsbench/ +MASTER_SITES= http://synfin.net/aturner/tcpreplay/ \ + http://www.anzen.com/research/nidsbench/ MAINTAINER= ports@FreeBSD.org diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index cd1d945eeb09..a6b01da3d719 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -8,7 +8,7 @@ PORTNAME= rinetd PORTVERSION= 0.61 CATEGORIES= net -MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/rinetd/ +MASTER_SITES= http://www.boutell.com/rinetd/http/ DISTNAME= rinetd MAINTAINER= ports@FreeBSD.org diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 575a4e1dbbe9..730900a48d88 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -8,7 +8,8 @@ PORTNAME= tcpreplay PORTVERSION= 1.0.1 CATEGORIES= net -MASTER_SITES= http://www.anzen.com/research/nidsbench/ +MASTER_SITES= http://synfin.net/aturner/tcpreplay/ \ + http://www.anzen.com/research/nidsbench/ MAINTAINER= ports@FreeBSD.org diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index d3a123bd4c47..1ff6ce8f4229 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -8,7 +8,8 @@ PORTNAME= zephyr PORTVERSION= 20000421 CATEGORIES= net -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/ +MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/ \ + ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/old/ MAINTAINER= ports@FreeBSD.org diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile index e641cce6f44f..abfeccffd697 100644 --- a/security/borzoi/Makefile +++ b/security/borzoi/Makefile @@ -9,7 +9,7 @@ PORTNAME= borzoi PORTVERSION= 0.9.1 CATEGORIES= security -MASTER_SITES= http://www1.kcn.ne.jp/~anthony/software/ +MASTER_SITES= http://dragongate-technologies.com/borzoi/ DISTNAME= borZoi-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/security/libident/Makefile b/security/libident/Makefile index 97ac07c05554..3cd56c403ee4 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -8,7 +8,7 @@ PORTNAME= libident PORTVERSION= 0.22 CATEGORIES= security -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ +MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd/libident/ MAINTAINER= ports@FreeBSD.org |