git: 31c197b519b9 - main - security/krb5-119: Mark BROKEN in 15-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Aug 2023 16:59:38 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=31c197b519b9e7b706d10f0539105c133c1fb985 commit 31c197b519b9e7b706d10f0539105c133c1fb985 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-08-29 16:56:10 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-08-29 16:59:33 +0000 security/krb5-119: Mark BROKEN in 15-CURRENT Now that -CURRENT is 15-CURRENT, mark broke for the same reason as 14-CURRENT. Adjust BROKEN_14 message to say 14-STABLE. --- security/krb5-119/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/krb5-119/Makefile b/security/krb5-119/Makefile index c4abab6469aa..fddc65d4e0d8 100644 --- a/security/krb5-119/Makefile +++ b/security/krb5-119/Makefile @@ -27,7 +27,8 @@ USES= autoreconf compiler:c++11-lang cpe gmake gettext-runtime \ perl5 pkgconfig ssl BROKEN_SSL= openssl30 openssl31 BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated RSA_ routines -BROKEN_FreeBSD_14= Incompatible with OpenSSL 3.0 in 14-CURRENT +BROKEN_FreeBSD_14= Incompatible with OpenSSL 3.0 in 14-STABLE +BROKEN_FreeBSD_15= Incompatible with OpenSSL 3.0 in 15-CURRENT USE_CSTD= gnu99 USE_LDCONFIG= yes USE_PERL5= build