pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal Teach builtin.mk about the latest rel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc508d4c9f0c
branches:  trunk
changeset: 480563:fc508d4c9f0c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 14 15:10:09 2004 +0000

description:
Teach builtin.mk about the latest releases of Heimdal and match them up
with NetBSD versions.

diffstat:

 security/heimdal/builtin.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3a0fa9a3e441 -r fc508d4c9f0c security/heimdal/builtin.mk
--- a/security/heimdal/builtin.mk       Tue Sep 14 14:41:34 2004 +0000
+++ b/security/heimdal/builtin.mk       Tue Sep 14 15:10:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2004/03/29 05:43:35 jlam Exp $
+# $NetBSD: builtin.mk,v 1.3 2004/09/14 15:10:09 jlam Exp $
 
 _KRB5_KRB5_H=  /usr/include/krb5/krb5.h
 
@@ -24,6 +24,9 @@
 #
 .      if !defined(_HEIMDAL_VERSION)
 _HEIMDAL_VERSIONS=     0.6  0.5  0.4e  0.3f  0.3e
+_HEIMDAL_0.6.3=                NetBSD-[2-9]*-*
+_HEIMDAL_0.6.2=                # empty
+_HEIMDAL_0.6.1=                NetBSD-1.6[U-Z]-* NetBSD-1.6Z*-*
 _HEIMDAL_0.6=          NetBSD-1.6[U-Z]-* NetBSD-1.6Z*-* NetBSD-[2-9]*-*
 _HEIMDAL_0.5=          NetBSD-1.6[I-T]-*
 _HEIMDAL_0.4e=         NetBSD-1.6[A-H]-*                               \



Home | Main Index | Thread Index | Old Index