diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 15:54:58 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 15:54:58 +0000 |
commit | ca224fb55158233a4b1f858ba10995be2f62e289 (patch) | |
tree | d5f42cc9c9f9b30a7f09b9811183e4fa973ec0a3 /security/sudo/Makefile | |
parent | a973228b857c0d9d85de73f6c2f7116a58cdf4fd (diff) | |
download | FreeBSD-ports-ca224fb55158233a4b1f858ba10995be2f62e289.zip FreeBSD-ports-ca224fb55158233a4b1f858ba10995be2f62e289.tar.gz |
Upgrade from 1.5.8.2 to 1.5.89.1 and change MAINTAINER to me.
PR: 11079
Submitted by: Hans Huebner hans@huebner.org
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8a78313..b4b7e66 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -3,17 +3,17 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.17 1999/03/09 07:50:02 obrien Exp $ +# $Id: Makefile,v 1.18 1999/03/29 00:52:35 billf Exp $ # -DISTNAME= cu-sudo.v1.5.8p2 -PKGNAME= sudo-1.5.8.2 +DISTNAME= cu-sudo.v1.5.9p1 +PKGNAME= sudo-1.5.9.1 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ -MAINTAINER= erich@FreeBSD.ORG +MAINTAINER= mharo@FreeBSD.ORG -WRKSRC= ${WRKDIR}/sudo.v1.5.8p2 +WRKSRC= ${WRKDIR}/sudo.v1.5.9p1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ |