diff options
author | obrien <obrien@FreeBSD.org> | 1999-03-09 15:50:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-03-09 15:50:02 +0800 |
commit | 9561dd176df06059a555a377462640d0c61c1c7a (patch) | |
tree | 3c6127279f4db1a7e3b8ca13921ac1e72c9854b6 /security/sudo | |
parent | 92d598008e37e64dedd54b847977f74844c74126 (diff) | |
download | freebsd-ports-gnome-9561dd176df06059a555a377462640d0c61c1c7a.tar.gz freebsd-ports-gnome-9561dd176df06059a555a377462640d0c61c1c7a.tar.zst freebsd-ports-gnome-9561dd176df06059a555a377462640d0c61c1c7a.zip |
1.5.8p1 is gone, 1.5.8p2 is in its place.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 90b0110ff003..1b9619635dd7 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.15 1999/01/10 18:33:36 steve Exp $ +# $Id: Makefile,v 1.16 1999/03/08 16:27:28 erich Exp $ # DISTNAME= cu-sudo.v1.5.8p1 @@ -13,6 +13,8 @@ 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 GNU_CONFIGURE= yes |