diff options
author | mharo <mharo@FreeBSD.org> | 2003-12-17 11:43:37 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2003-12-17 11:43:37 +0800 |
commit | 514dcaaf8dafe28a6051ec97d0ed94d7e12312e9 (patch) | |
tree | 8b43f79e12884b09e83c981d3d7176ffad0a0682 /security | |
parent | d1c11706638f064e3c28f1cb29153292288fe8f8 (diff) | |
download | freebsd-ports-gnome-514dcaaf8dafe28a6051ec97d0ed94d7e12312e9.tar.gz freebsd-ports-gnome-514dcaaf8dafe28a6051ec97d0ed94d7e12312e9.tar.zst freebsd-ports-gnome-514dcaaf8dafe28a6051ec97d0ed94d7e12312e9.zip |
Add more MASTER_SITES and remove dead one
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 1b1b93e5bc6c..2a73a535ef74 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -11,9 +11,14 @@ PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ + http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/sudo/ \ + http://mirrors.theonlinerecordstore.com/sudo/ \ + http://core.ring.gr.jp/archives/misc/sudo/ \ + http://www.ring.gr.jp/archives/misc/sudo/ \ + http://sudo.tsuren.net/dist/ \ + http://pluto.cdpa.nsysu.edu.tw/sudo/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ - ftp://ftp.stikman.com/pub/sudo/ \ - ftp://ftp.uu.net/pub/security/sudo/ + ftp://ftp.stikman.com/pub/sudo/ DISTNAME= ${PORTNAME}-1.6.7p5 MAINTAINER= mharo@FreeBSD.org |