git: 81abe7112ba4 - main - security/zaproxy: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Sep 2022 11:05:56 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=81abe7112ba487d6a875f688a001241dbeac6108 commit 81abe7112ba487d6a875f688a001241dbeac6108 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-08-31 16:55:38 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-09-01 10:58:41 +0000 security/zaproxy: mark BROKEN * What went wrong: Plugin [id: 'org.gradle.kotlin.kotlin-dsl', version: '2.3.3'] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Plugin Repositories (could not resolve plugin artifact 'org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:2.3.3') Searched in the following repositories: Gradle Central Plugin Repository Approved by: portmgr blanket Reported by: pkg-fallout --- security/zaproxy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/zaproxy/Makefile b/security/zaproxy/Makefile index f81fb3eabb12..4ed18900d00a 100644 --- a/security/zaproxy/Makefile +++ b/security/zaproxy/Makefile @@ -8,6 +8,8 @@ COMMENT= The OWASP zed attack proxy LICENSE= APACHE20 +BROKEN= does not build: could not resolve plugin artifact 'org.gradle.kotlin.kotlin-dsl:...' + BUILD_DEPENDS= gradle:devel/gradle USES= gettext-runtime