git: 61ff8e093916 - main - security/pam_krb5: Add missing "+"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Dec 2022 22:37:56 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=61ff8e093916356897e1e0f34c2629373c75e66e commit 61ff8e093916356897e1e0f34c2629373c75e66e Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-12-07 22:22:21 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-12-07 22:37:48 +0000 security/pam_krb5: Add missing "+" The missing "+" resulted in a package failure. Fixes: 8d12f4457d5e --- security/pam_krb5/Makefile | 7 ++++--- security/pam_krb5/pkg-plist | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index cf59d4f13456..afe524587a76 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_krb5 PORTVERSION= 4.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \ http://archives.eyrie.org/software/ARCHIVE/pam-krb5/ @@ -32,11 +33,11 @@ ${f}_PKGNAMESUFFIX= -${f} .endfor .if ${FLAVOR:U} == mit -USES= gssapi:mit +USES+= gssapi:mit .elif ${FLAVOR:U} == heimdal_port -USES= gssapi:heimdal +USES+= gssapi:heimdal .elif ${FLAVOR:U} == heimdal_base -USES= gssapi:base +USES+= gssapi:base .endif .include <bsd.port.pre.mk> diff --git a/security/pam_krb5/pkg-plist b/security/pam_krb5/pkg-plist index 3b250c303a19..c0a2dcecc8a3 100644 --- a/security/pam_krb5/pkg-plist +++ b/security/pam_krb5/pkg-plist @@ -1,3 +1,2 @@ lib/security/pam_krb5.so -lib/security/pam_krb5.la man/man5/pam_krb5.5.gz