diff options
author | wiz <wiz> | 2012-03-14 14:20:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-14 14:20:38 +0000 |
commit | 1eb60c5dc9f3f291f8810b178d1d1f75ef4c8fb8 (patch) | |
tree | 6e166bb8ce867053c88ae0258c09f139708038c5 /security/sudo | |
parent | b69a083158f5bf1d6c8708996339332a4051be0a (diff) | |
download | pkgsrc-1eb60c5dc9f3f291f8810b178d1d1f75ef4c8fb8.tar.gz |
Update `MASTER_SITES' and `HOMEPAGE'.
From patch by Bug Hunting.
Add 'isc' to licenses.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index bfeac90c7e8..465e1430381 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.133 2011/11/26 04:40:23 sbd Exp $ +# $NetBSD: Makefile,v 1.134 2012/03/14 14:20:38 wiz Exp $ # DISTNAME= sudo-1.7.8p1 PKGREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ - ftp://ftp.courtesan.com/pub/sudo/ \ +MASTER_SITES= http://www.sudo.ws/dist/ \ + ftp://ftp.sudo.ws/pub/sudo/ \ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ \ http://ftp.tux.org/pub/security/sudo/ MAINTAINER= kim@tac.nyc.ny.us -HOMEPAGE= http://www.courtesan.com/sudo/ +HOMEPAGE= http://www.sudo.ws/ COMMENT= Allow others to run commands as root -LICENSE= modified-bsd +LICENSE= isc AND modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews |