diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-08-08 20:19:47 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-08-08 20:19:47 -0700 |
commit | 145fc5b3063d1ab9649bc4f820323da17fc8c76c (patch) | |
tree | 829d5d04489299a4bb82ccf688ac18e543408a85 | |
parent | graphics/mesa-devel: update to 25.2.b.1286 (diff) |
security/krb5-122: Fix package name when not a slave port
When not a slave port this port must have 122 appended to it giving it
a unique package name.
Fixes: a7490b1dfbd5
Reported by: antoine
-rw-r--r-- | security/krb5-122/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-122/Makefile b/security/krb5-122/Makefile index 08ee5eb50c71..f68506489590 100644 --- a/security/krb5-122/Makefile +++ b/security/krb5-122/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.22 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) -PKGNAME_X= -${FLAVOR:S/default//}-121 +PKGNAME_X= -${FLAVOR:S/default//}-122 .else PKGNAME_X= -${FLAVOR:S/default//} .endif |