diff options
author | mharo <mharo@FreeBSD.org> | 2003-04-20 04:21:29 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2003-04-20 04:21:29 +0800 |
commit | fde4c960bb1682c77c39d5806f207863d7eb9ecb (patch) | |
tree | 9792d387dcb31795dcbdde82a1a98b47d4137c02 /security/sudo/Makefile | |
parent | 97f1b7b6a7097bcd17db34abb5cfedf95d83c5d7 (diff) | |
download | freebsd-ports-gnome-fde4c960bb1682c77c39d5806f207863d7eb9ecb.tar.gz freebsd-ports-gnome-fde4c960bb1682c77c39d5806f207863d7eb9ecb.tar.zst freebsd-ports-gnome-fde4c960bb1682c77c39d5806f207863d7eb9ecb.zip |
update from 1.6.6 to 1.6.7p4
PR: 51084
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index d75a873c36ef..a905ce29186d 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,14 +6,14 @@ # PORTNAME= sudo -PORTVERSION= 1.6.6 -PORTREVISION= 1 +PORTVERSION= 1.6.7.4 +PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ -DISTNAME= ${PORTNAME}-1.6.6 +DISTNAME= ${PORTNAME}-1.6.7p4 MAINTAINER= mharo@FreeBSD.org COMMENT= Allow others to run commands as root |