security/krb5: krb5-121 is now default

krb5-121 is the default krb5 package. While at it remove krb5-119
from the "supported" list.
This commit is contained in:
Cy Schubert 2023-06-06 11:14:43 -07:00
parent c9f69ef9aa
commit 7228a09df0

View file

@ -1,7 +1,7 @@
VERSIONS= 119 120
VERSIONS= 120 121
# When changing this, remember to build test security/sssd with SMB=on
# Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778
KRB5_VERSION?= 120
KRB5_VERSION?= 121
MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}