diff options
author | mharo <mharo@FreeBSD.org> | 2002-01-18 01:00:36 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2002-01-18 01:00:36 +0800 |
commit | bb9de8ef6541a5c0ade271b47b45adfaa8b67a84 (patch) | |
tree | df77c1c653a62039420192b9504d0c32e6c3623d /security/sudo | |
parent | 51d204da2abe0bdf55c64de2e9774969939b2ef7 (diff) | |
download | freebsd-ports-gnome-bb9de8ef6541a5c0ade271b47b45adfaa8b67a84.tar.gz freebsd-ports-gnome-bb9de8ef6541a5c0ade271b47b45adfaa8b67a84.tar.zst freebsd-ports-gnome-bb9de8ef6541a5c0ade271b47b45adfaa8b67a84.zip |
update to 1.6.5p1
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8ca5270956a5..5128d02cb46b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,13 +6,14 @@ # PORTNAME= sudo -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.5.1 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.5p1 MAINTAINER= mharo@FreeBSD.org |