summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-11-12 01:21:19 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-11-12 01:21:19 +0000
commitf280695adbacbddff4a9071bcae72c68cab1df09 (patch)
treef13f7fe3f8c3150b2e2074018a7025f2aeac76bc /security/sudo
parentFix build on 7.0, and now correctly choose -pthread (diff)
- Make fetchable again. Add my MASTER_SITE_LOCAL to the mix and replace
a number of outdated sites. Notified by: Ferenc Gartner Approved by: portmgr (linimon, erwin)
Notes
Notes: svn path=/head/; revision=202636
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 83d5f0d7acd7..13e14a129be4 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -9,15 +9,13 @@ PORTNAME= sudo
PORTVERSION= 1.6.9.6
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://obsd.isc.org/pub/sudo/ \
+ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \
+ ftp://boulder.tele.dk/pub/sudo/ \
+ ftp://core.ring.gr.jp/pub/misc/sudo/ \
+ ftp://ftp.wiretapped.net/pub/security/host-security/sudo/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= tmclaugh/sudo
DISTNAME= ${PORTNAME}-1.6.9p6
MAINTAINER= tmclaugh@FreeBSD.org