Date: Wed, 16 Aug 2023 07:36:55 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42e570a18ef1 - main - security/pam_ssh_agent_auth: Fix typo Message-ID: <202308160736.37G7atdE026174@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=42e570a18ef163863f79c2fbbdbfb375d58e82f8 commit 42e570a18ef163863f79c2fbbdbfb375d58e82f8 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-08-16 07:31:26 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-08-16 07:36:52 +0000 security/pam_ssh_agent_auth: Fix typo PR: 272220 Reported by: Freshports, Trond Endrestol --- security/pam_ssh_agent_auth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index f422d81b6064..26a8ab773c82 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -35,7 +35,7 @@ post-install: .include <bsd.port.options.mk> -.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base } | ${SSL_DEFAULT:Mopenssl3*} +.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} IGNORE_SSL= base openssl30 openssl31 IGNORE_SSL_REASON= Compiles but does not generate a working module with OpenSSL 3.0.0 and later .endifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308160736.37G7atdE026174>
