git: 4301fdb65608 - main - biology/jalview: Fix build by using gradle-7.6.1 instead of gradle-8.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Jun 2023 09:58:56 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4301fdb6560833e91ec4fd4b50cccee532fddb01 commit 4301fdb6560833e91ec4fd4b50cccee532fddb01 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-18 09:45:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-18 09:58:53 +0000 biology/jalview: Fix build by using gradle-7.6.1 instead of gradle-8.0.1 The gradle upgrade seems to have broken jalview. Reported by: fallout --- biology/jalview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index b9158ccba272..5b1a44b7f8bc 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -13,7 +13,7 @@ WWW= https://www.jalview.org LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= gradle:devel/gradle +BUILD_DEPENDS= gradle761:devel/gradle761 USE_JAVA= yes JAVA_VERSION= 11 @@ -58,7 +58,7 @@ PLIST_FILES= bin/jalview \ ${DATADIR}/jalview.jar do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle761 \ --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ ${GRADLE_ARGS} --build-cache shadowJar