summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-08-08 20:19:47 -0700
committerCy Schubert <cy@FreeBSD.org>2025-08-08 20:19:47 -0700
commit145fc5b3063d1ab9649bc4f820323da17fc8c76c (patch)
tree829d5d04489299a4bb82ccf688ac18e543408a85
parentgraphics/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/Makefile2
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