diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-26 13:20:24 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-26 13:20:24 +0000 |
commit | 84c365b01cb65e3471bdd0cf0b6409ba791e06a0 (patch) | |
tree | 75ccf97e53b92059e3d8fa326613cddb9dcb9276 /security/sudo | |
parent | 204cb1fb883a15c413cb716407fbfd89e63155ca (diff) | |
download | ports-84c365b01cb65e3471bdd0cf0b6409ba791e06a0.tar.gz ports-84c365b01cb65e3471bdd0cf0b6409ba791e06a0.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 12 | ||||
-rw-r--r-- | security/sudo/distinfo | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 2778a4a84115..21e06344acf2 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,24 +1,22 @@ # New ports collection makefile for: sudo -# Version required: 1.5.6.3 +# Version required: 1.5.6.4 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.11 1998/10/23 14:29:31 vanilla Exp $ +# $Id: Makefile,v 1.12 1998/10/26 08:58:30 asami Exp $ # -DISTNAME= cu-sudo.v1.5.6p3 -PKGNAME= sudo-1.5.6.3 +DISTNAME= cu-sudo.v1.5.6p4 +PKGNAME= sudo-1.5.6.4 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ EXTRACT_SUFX= .tar.Z MAINTAINER= erich@FreeBSD.ORG -BROKEN= fetch - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops -WRKSRC= ${WRKDIR}/sudo.v1.5.6p3 +WRKSRC= ${WRKDIR}/sudo.v1.5.6p4 MAN5= sudoers.5 MAN8= sudo.8 visudo.8 diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 09bd05f65631..fd2d7c617521 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1 +1 @@ -MD5 (cu-sudo.v1.5.6p3.tar.Z) = d184c0e4a8be3e497d319002fcbbf4cf +MD5 (cu-sudo.v1.5.6p4.tar.Z) = 74129a9a55f4e3e46f65ae6a96bdf92f |