summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2005-01-13 18:48:02 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2005-01-13 18:48:02 +0000
commitb04b3e88a57332de4d12440dd3748335c1bd94c5 (patch)
tree4573b28d82f302d57fbd2e372e2da1ae8f88c21e /security/heimdal
parentUpdate to 11.20 (diff)
Fix PLIST again. Spell `password' correctly and keep the pointy
hat an extra day. Noticed by: pointyhat.freebsd.org
Notes
Notes: svn path=/head/; revision=126326
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile2
-rw-r--r--security/heimdal/Makefile.man4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index cf6ec1071d58..a25a4c8dc526 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= heimdal
PORTVERSION= 0.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \
ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/pub/heimdal/src/ \
diff --git a/security/heimdal/Makefile.man b/security/heimdal/Makefile.man
index dd01fe2b15a8..b0e9ed4684c5 100644
--- a/security/heimdal/Makefile.man
+++ b/security/heimdal/Makefile.man
@@ -144,8 +144,8 @@ MAN3+= krb5_parse_name.3
MAN3+= krb5_principal_get_realm.3
MAN3+= krb5_print_address.3
MAN3+= krb5_set_default_realm.3
-MAN3+= krb5_set_passwd.3
-MAN3+= krb5_set_passwd_using_ccache.3
+MAN3+= krb5_set_password.3
+MAN3+= krb5_set_password_using_ccache.3
MAN3+= krb5_sname_to_principal.3
MAN3+= krb5_sockaddr2address.3
MAN3+= krb5_sockaddr2port.3