From 476654b9f0ae5e4ceb1c8f55f5dba1e026441542 Mon Sep 17 00:00:00 2001 From: billf Date: Mon, 29 Mar 1999 00:52:35 +0000 Subject: Upgrade to v1.5.8p2 PR: ports/10817(not used), ports/10499 Submitted by: foxfair, Ying-Chieh Liao --- security/sudo/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'security/sudo/Makefile') diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 1b9619635dd7..8a7831360acb 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,21 +1,19 @@ # New ports collection makefile for: sudo -# Version required: 1.5.6.5 +# Version required: 1.5.8.2 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.16 1999/03/08 16:27:28 erich Exp $ +# $Id: Makefile,v 1.17 1999/03/09 07:50:02 obrien Exp $ # -DISTNAME= cu-sudo.v1.5.8p1 -PKGNAME= sudo-1.5.8.1 +DISTNAME= cu-sudo.v1.5.8p2 +PKGNAME= sudo-1.5.8.2 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= erich@FreeBSD.ORG -BROKEN= '1.5.8p2 is out' - -WRKSRC= ${WRKDIR}/sudo.v1.5.8p1 +WRKSRC= ${WRKDIR}/sudo.v1.5.8p2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ -- cgit