diff options
author | Michael Haro <mharo@FreeBSD.org> | 2002-04-25 17:20:23 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2002-04-25 17:20:23 +0000 |
commit | 1ff6b6d7a474f20faaccd3547b41d163bc4fbe91 (patch) | |
tree | 92fe96c1a800481b223b34d932f32697e05f4dbc /security/sudo/Makefile | |
parent | 2ed6ce6f624c12513515e84a65ec92c9af286e7b (diff) | |
download | ports-1ff6b6d7a474f20faaccd3547b41d163bc4fbe91.tar.gz ports-1ff6b6d7a474f20faaccd3547b41d163bc4fbe91.zip |
Notes
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 5dfbc3d1b0f4..dc59a2cae51b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,14 +6,14 @@ # PORTNAME= sudo -PORTVERSION= 1.6.5.2 +PORTVERSION= 1.6.6 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.5p2 +DISTNAME= ${PORTNAME}-1.6.6 MAINTAINER= mharo@FreeBSD.org |