diff options
author | markm <markm@FreeBSD.org> | 2000-01-08 16:35:17 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-01-08 16:35:17 +0000 |
commit | 2f5e09c3d4f894dcb1f0b8e3b2fed777d2c8456e (patch) | |
tree | 82a3a7cd5739b0a2d209df68ec5479066b89086f /security/heimdal | |
parent | e7e70f319e4ab6082940a38e02c35dcf46e5b637 (diff) | |
download | FreeBSD-ports-2f5e09c3d4f894dcb1f0b8e3b2fed777d2c8456e.zip FreeBSD-ports-2f5e09c3d4f894dcb1f0b8e3b2fed777d2c8456e.tar.gz |
Update to 0.2l - bug fixes and a bunch of new man pages.
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 15 | ||||
-rw-r--r-- | security/heimdal/distinfo | 2 | ||||
-rw-r--r-- | security/heimdal/pkg-plist | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 24ace37..74909d9 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,12 +1,12 @@ # Ports collection Makefile for: heimdal -# Version required: 0.2j +# Version required: 0.2l # Date created: 10/23/1999 # Whom: nectar@FreeBSD.ORG # # $FreeBSD$ # -DISTNAME= heimdal-0.2j +DISTNAME= heimdal-0.2l CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ @@ -17,15 +17,16 @@ MAINTAINER= nectar@FreeBSD.ORG RESTRICTED= "Crypto; export-controlled" -MAN1= kdestroy.1 kgetcred.1 kinit.1 klist.1 kpasswd.1 -MAN3= editline.3 krb5_425_conv_principal.3 \ +MAN1= ftp.1 kdestroy.1 kgetcred.1 kinit.1 klist.1 kpasswd.1 \ + kx.1 rxtelnet.1 rxterm.1 telnet.1 tenletxr.1 +MAN3= editline.3 krb5_425_conv_principal.3 kafs.3 \ krb5_build_principal.3 krb5_free_principal.3 \ krb5_openlog.3 krb5_parse_name.3 \ krb5_sname_to_principal.3 krb5_unparse_name.3 \ krb5_warn.3 -MAN5= krb5.conf.5 -MAN8= hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 ktutil.8 \ - push.8 +MAN5= ftpusers.5 krb5.conf.5 +MAN8= ftpd.8 hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 \ + ktutil.8 kxd.8 push.8 telnetd.8 USE_LIBTOOL= YES CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared diff --git a/security/heimdal/distinfo b/security/heimdal/distinfo index 30b5d1e..f76a90a 100644 --- a/security/heimdal/distinfo +++ b/security/heimdal/distinfo @@ -1 +1 @@ -MD5 (heimdal-0.2j.tar.gz) = ebcf0ea0b3ad0893563868acf0d764f2 +MD5 (heimdal-0.2l.tar.gz) = 89397c0a42701d0a554e040e4408f03f diff --git a/security/heimdal/pkg-plist b/security/heimdal/pkg-plist index 9e84395..10abc08 100644 --- a/security/heimdal/pkg-plist +++ b/security/heimdal/pkg-plist @@ -91,13 +91,13 @@ lib/libkafs.so lib/libkafs.so.1 lib/libkrb5.a lib/libkrb5.so -lib/libkrb5.so.6 +lib/libkrb5.so.7 lib/libotp.a lib/libotp.so lib/libotp.so.0 lib/libroken.a lib/libroken.so -lib/libroken.so.4 +lib/libroken.so.5 lib/libsl.a lib/libsl.so lib/libsl.so.0 |