diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-27 02:08:26 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-27 02:08:26 +0000 |
commit | b17353afd8d3c85248bf37afaaef58108833db3a (patch) | |
tree | 23aebd19ea6d9874dc2f52b22c8cd86ae1ced52e /security/krb5/Makefile | |
parent | 90f93c5cbe3a7a46f2359d7d8cff738d03178217 (diff) |
Notes
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index a363b461dd32..44cb7e499d5f 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -1,19 +1,19 @@ # Ports collection Makefile for: MIT Kerberos V # Version required: 1.0.5 # Date created: 6/5/1998 -# Whom: n@nectar.com +# Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1998/11/07 02:33:44 nectar Exp $ +# $Id: Makefile,v 1.8 1998/11/14 09:43:28 asami Exp $ # -DISTNAME= krb5-1.0.5 +DISTNAME= krb5-1.0.6 CATEGORIES= security MASTER_SITES= # empty here. See below for real setting. -DISTFILES= krb5-1.0.5.src.tar.gz \ - krb5-1.0.5.doc.tar.gz \ - krb5-1.0.5.crypto.tar.gz +DISTFILES= krb5-1.0.6.src.tar.gz \ + krb5-1.0.6.doc.tar.gz \ + krb5-1.0.6.crypto.tar.gz -MAINTAINER= n@nectar.com +MAINTAINER= nectar@FreeBSD.ORG BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 @@ -28,7 +28,7 @@ DIST_SUBDIR= krb5 # we fetch from a MASTER_SITE outside the USA, # and we don't need to deal with any "secret" subdirectory, # so we use an empty awk script. -README_KRB5= README.KRB5-1.0.5 +README_KRB5= README.KRB5-1.0.6 .if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" MASTER_SITES= ftp://athena-dist.mit.edu/pub/kerberos/ AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' @@ -202,3 +202,6 @@ post-install: .endif .include <bsd.port.post.mk> + +# XXX deal with these patches: +# patch-aw |