diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-23 14:29:32 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-23 14:29:32 +0000 |
commit | c3a7d0e90906f10bc2dd69f18e73d17b00fb2cdc (patch) | |
tree | 5e3267e4fa025c7191a524b9f978d2d4b98def5a /security/sudo/Makefile | |
parent | 4abe5ba2c5c4b166643ae56bdcb18b74431685ed (diff) | |
download | FreeBSD-ports-c3a7d0e90906f10bc2dd69f18e73d17b00fb2cdc.zip FreeBSD-ports-c3a7d0e90906f10bc2dd69f18e73d17b00fb2cdc.tar.gz |
Upgrade to 1.5.6p3, and change erich's email address.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index b283038..8ba3c55 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: sudo -# Version required: 1.5.3 +# Version required: 1.5.6.3 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp $ +# $Id: Makefile,v 1.10 1998/01/13 13:49:01 erich Exp $ # -DISTNAME= cu-sudo.v1.5.4 -PKGNAME= sudo-1.5.4 +DISTNAME= cu-sudo.v1.5.6p3 +PKGNAME= sudo-1.5.6.3 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ EXTRACT_SUFX= .tar.Z -MAINTAINER= erich@rrnet.com +MAINTAINER= erich@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops -WRKSRC= ${WRKDIR}/sudo.v1.5.4 +WRKSRC= ${WRKDIR}/sudo.v1.5.6p3 MAN5= sudoers.5 MAN8= sudo.8 visudo.8 |