diff options
author | billf <billf@FreeBSD.org> | 1999-03-29 08:52:35 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-29 08:52:35 +0800 |
commit | 476654b9f0ae5e4ceb1c8f55f5dba1e026441542 (patch) | |
tree | e6be30cc2352e137e3b26132a3c35154feeb5295 /security/sudo/Makefile | |
parent | 09274f643860264beb42940bb5511626290f3394 (diff) | |
download | freebsd-ports-gnome-476654b9f0ae5e4ceb1c8f55f5dba1e026441542.tar.gz freebsd-ports-gnome-476654b9f0ae5e4ceb1c8f55f5dba1e026441542.tar.zst freebsd-ports-gnome-476654b9f0ae5e4ceb1c8f55f5dba1e026441542.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>
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 \ |