diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-29 00:52:35 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-29 00:52:35 +0000 |
commit | ddb4168d7d8432f2a81ac7b1cbdabf4ad8d1c9d1 (patch) | |
tree | 201a3848ed41546f054cb417bf60c96441fd3bf6 /security/sudo/Makefile | |
parent | 3cad4e77d88a8e68afa074bae4aae57f350c41aa (diff) | |
download | ports-ddb4168d7d8432f2a81ac7b1cbdabf4ad8d1c9d1.tar.gz ports-ddb4168d7d8432f2a81ac7b1cbdabf4ad8d1c9d1.zip |
Upgrade to v1.5.8p2
PR: ports/10817(not used), ports/10499
Submitted by: foxfair, Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
Notes
Notes:
svn path=/head/; revision=17421
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
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 \ |