diff options
author | Michael Haro <mharo@FreeBSD.org> | 2002-01-09 17:04:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2002-01-09 17:04:15 +0000 |
commit | 170c88b9c22998234a221e48747ed9eac0aea6bd (patch) | |
tree | 5b9a91e40d57e4822e838e3788c9af3e8d788168 /security/sudo/Makefile | |
parent | Update to 0.7.12. (diff) |
Bump port revision to reflect change in November to pkg-install
which sets the file permissions on the sudoers file.
Diffstat (limited to '')
-rw-r--r-- | security/sudo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 94b6a348b9c2..d5a2679b91cd 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -7,7 +7,7 @@ PORTNAME= sudo PORTVERSION= 1.6.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ \ |