diff options
author | mharo <mharo@FreeBSD.org> | 2003-07-17 12:47:51 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2003-07-17 12:47:51 +0800 |
commit | 4379d9840626ac60e32e3b577968fe23f3b56160 (patch) | |
tree | 8ed1ffbd5a2454e0609875b3c1fc646840b66258 /security/sudo/Makefile | |
parent | b991810851f60a245b7346177711151ac55f2269 (diff) | |
download | freebsd-ports-gnome-4379d9840626ac60e32e3b577968fe23f3b56160.tar.gz freebsd-ports-gnome-4379d9840626ac60e32e3b577968fe23f3b56160.tar.zst freebsd-ports-gnome-4379d9840626ac60e32e3b577968fe23f3b56160.zip |
upgrade from 1.6.7.4 to 1.6.7.5
PR: 52237
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
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 a905ce29186d..821373c4e146 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,14 +6,14 @@ # PORTNAME= sudo -PORTVERSION= 1.6.7.4 +PORTVERSION= 1.6.7.5 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.7p4 +DISTNAME= ${PORTNAME}-1.6.7p5 MAINTAINER= mharo@FreeBSD.org COMMENT= Allow others to run commands as root |