diff options
author | jadawin <jadawin@FreeBSD.org> | 2009-08-11 14:56:23 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2009-08-11 14:56:23 +0800 |
commit | 4b698b46ff6e2943edb24855fa4d217f2c77f15e (patch) | |
tree | 811822e22ffe96aa41cd81bbf137fe64f1dad8b3 /Mk/bsd.sites.mk | |
parent | 6920beb36836cf9fe561c1d06a4ad2f73a0543e2 (diff) | |
download | freebsd-ports-graphics-4b698b46ff6e2943edb24855fa4d217f2c77f15e.tar.gz freebsd-ports-graphics-4b698b46ff6e2943edb24855fa4d217f2c77f15e.tar.zst freebsd-ports-graphics-4b698b46ff6e2943edb24855fa4d217f2c77f15e.zip |
- Remove dead mirror for MASTER_SITE_PACKETSTROM
- Add new mirrors for MASTER_SITE_PACKETSTROM
PR: ports/137596
Submitted by: Sofian Brabez <sbrabez gmail.com>
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 51260252bd0..289979931ac 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -921,10 +921,17 @@ MASTER_SITE_OSSP+= \ .if !defined(IGNORE_MASTER_SITE_PACKETSTORM) MASTER_SITE_PACKETSTORM+= \ http://packetstormsecurity.nl/%SUBDIR%/ \ - http://packetstorm.troop218.org/%SUBDIR%/ \ http://packetstorm.linuxsecurity.com/%SUBDIR%/ \ - http://packetstorm.digital-network.net/%SUBDIR%/ \ - http://packetstorm.icx.fr/%SUBDIR%/ + http://packetstorm.setnine.com/%SUBDIR%/ \ + http://packetstorm.austin2600.net/%SUBDIR%/ \ + http://packetstorm.foofus.com/%SUBDIR%/ \ + http://packetstorm.codar.com.br/%SUBDIR%/ \ + http://packetstorm.rlz.cl/%SUBDIR%/ \ + http://packetstorm.wowhacker.com/%SUBDIR%/ \ + http://packetstorm.offensive-security.com/%SUBDIR%/ \ + http://packetstorm.igor.onlinedirect.bg/%SUBDIR%/ \ + http://packetstorm.unixteacher.org/%SUBDIR%/ \ + http://packetstorm.orion-hosting.co.uk/%SUBDIR%/ \ .endif .if !defined(IGNORE_MASTER_SITE_PERL_CPAN) |