diff options
author | nectar <nectar@FreeBSD.org> | 1999-05-27 02:08:26 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-05-27 02:08:26 +0000 |
commit | 58654b0b52f1e27839f81f70d4107cb5434101b0 (patch) | |
tree | 9e09e028d33804c3a4909973a3935e5c5978dd78 /security/krb5-17 | |
parent | 3394d5c2570ab39db8eb55767e106425a74c16fc (diff) | |
download | FreeBSD-ports-58654b0b52f1e27839f81f70d4107cb5434101b0.zip FreeBSD-ports-58654b0b52f1e27839f81f70d4107cb5434101b0.tar.gz |
Update 1.0.5 -> 1.0.6
Diffstat (limited to 'security/krb5-17')
-rw-r--r-- | security/krb5-17/Makefile | 19 | ||||
-rw-r--r-- | security/krb5-17/distinfo | 6 | ||||
-rw-r--r-- | security/krb5-17/files/patch-av | 4 |
3 files changed, 16 insertions, 13 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index a363b46..44cb7e4 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/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 diff --git a/security/krb5-17/distinfo b/security/krb5-17/distinfo index 9776951..36fa715 100644 --- a/security/krb5-17/distinfo +++ b/security/krb5-17/distinfo @@ -1,3 +1,3 @@ -MD5 (krb5/krb5-1.0.5.src.tar.gz) = 97b523ba3c3f0b6a703691daadb2d85c -MD5 (krb5/krb5-1.0.5.doc.tar.gz) = 6eadfe9cff088bc5cc704b720c3883f6 -MD5 (krb5/krb5-1.0.5.crypto.tar.gz) = 2303ee0ebd08fad1945365f4cbb310d6 +MD5 (krb5/krb5-1.0.6.src.tar.gz) = fb7de72ffba768ffe977a4b2022f7900 +MD5 (krb5/krb5-1.0.6.doc.tar.gz) = ff7777d2319e68f0d86975dcac66ac43 +MD5 (krb5/krb5-1.0.6.crypto.tar.gz) = a77c493a986ecddbd76d5bd1559bf468 diff --git a/security/krb5-17/files/patch-av b/security/krb5-17/files/patch-av index 5bcb582..86bd04e 100644 --- a/security/krb5-17/files/patch-av +++ b/security/krb5-17/files/patch-av @@ -5,9 +5,9 @@ ! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - SRCS = \ + KSU_LIBS=@KSU_LIBS@ --- 1,4 ---- ! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - SRCS = \ + KSU_LIBS=@KSU_LIBS@ |