diff options
author | mharo <mharo@FreeBSD.org> | 2005-02-07 18:46:42 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2005-02-07 18:46:42 +0000 |
commit | fe6770b412acebeed0a653d5b827570087241cf8 (patch) | |
tree | 047b89463ca0b227216a8c52f4ff1b664a5a3097 /security/sudo/Makefile | |
parent | 3379a3e787db09da0fd059a61624ec7db963b87d (diff) | |
download | FreeBSD-ports-fe6770b412acebeed0a653d5b827570087241cf8.zip FreeBSD-ports-fe6770b412acebeed0a653d5b827570087241cf8.tar.gz |
update to 1.6.8p7
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index ae0f5f3..7c33013 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.8.6 +PORTVERSION= 1.6.8.7 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ @@ -19,7 +19,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://pluto.cdpa.nsysu.edu.tw/sudo/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ -DISTNAME= ${PORTNAME}-1.6.8p6 +DISTNAME= ${PORTNAME}-1.6.8p7 MAINTAINER= mharo@FreeBSD.org COMMENT= Allow others to run commands as root |