diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 19:17:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 19:17:15 +0000 |
commit | 628d94d0e324d69767647afb71fd7a6a0b344e7b (patch) | |
tree | 0bbe3fcc5594d429ae3d99042815e9b04fc47628 | |
parent | b62e1d696724e6138c9628699561c223d31b7dc3 (diff) | |
download | ports-628d94d0e324d69767647afb71fd7a6a0b344e7b.tar.gz ports-628d94d0e324d69767647afb71fd7a6a0b344e7b.zip |
Notes
-rw-r--r-- | games/oonsoo/Makefile | 4 | ||||
-rw-r--r-- | net/pcnfsd/Makefile | 4 | ||||
-rw-r--r-- | security/strobe/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index 66c277704943..cfae462fb11f 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -8,7 +8,9 @@ PORTNAME= oonsoo PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= ftp://ftp.redlinelabs.com/pub/oonsoo/ +MASTER_SITES= http://www2.cddc.vt.edu/linux/games/solitaires/ \ + http://sunsite.rediris.es/sites2/ibiblio.org/linux/games/solitaires/ \ + ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index 32cd9e12fd90..1114d465454b 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -9,7 +9,9 @@ PORTNAME= pcnfsd PORTVERSION= 93.02.16 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ +MASTER_SITES= http://www.tux.org/pub/net/lprng/TOOLS/PCNFSD/ \ + http://lprng.sourceforge.net/DISTRIB/TOOLS/PCNFSD/ \ + http://public.planetmirror.com/pub/lprng/UNIXTOOLS/PCNFSD/ DISTNAME= pcnfsd.93.02.16 EXTRACT_SUFX= .tar.Z diff --git a/security/strobe/Makefile b/security/strobe/Makefile index 3148ae04dc88..7673519b6946 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -8,7 +8,9 @@ PORTNAME= strobe PORTVERSION= 1.06 CATEGORIES= security -MASTER_SITES= ftp://ftp.win.ne.jp/pub/misc/ +MASTER_SITES= http://ftp.ussg.iu.edu/security/tools/unix/scanners/strobe/ \ + http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/strobe/ \ + http://ftp.surfnet.nl/security/coast/scanners/strobe/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast scatter/gather TCP port scanner |