Received: by mail.netbsd.org (Postfix, from userid 605) id 23D6E84E20; Thu, 2 Jan 2020 20:10:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F4A484D77 for ; Thu, 2 Jan 2020 20:10:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GpKpqUqN8_jt for ; Thu, 2 Jan 2020 20:10:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21D2584E20 for ; Thu, 2 Jan 2020 20:10:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EE14FA97; Thu, 2 Jan 2020 20:10:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157799580238770" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 20:10:02 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/devel/gradle To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20200102201002.1EE14FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157799580238770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Thu Jan 2 20:10:02 UTC 2020 Modified Files: pkgsrc/devel/gradle: Makefile distinfo Log Message: Updated devel/gradle to 4.10.3 [#7500] - Please back port 7059 fix to 4.10.3 [#7014] - Gradle 4.10.1+ is unable to build a working war project within a ear project if scala plugin is used [#6849] - 4.10.1 & 4.10.2: Cannot publish artifact 'compileScala.mapping' (PATH) as it does not exist. Given the dropping of backwards compatibility in later gradle versions we are probably at the point where we should split this into gradle{4,5,6} packages To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/gradle/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gradle/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157799580238770 Content-Disposition: inline Content-Length: 1642 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gradle/Makefile diff -u pkgsrc/devel/gradle/Makefile:1.20 pkgsrc/devel/gradle/Makefile:1.21 --- pkgsrc/devel/gradle/Makefile:1.20 Thu May 23 19:22:58 2019 +++ pkgsrc/devel/gradle/Makefile Thu Jan 2 20:10:01 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2019/05/23 19:22:58 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2020/01/02 20:10:01 abs Exp $ -DISTNAME= gradle-4.10.2-bin +DISTNAME= gradle-4.10.3-bin PKGNAME= ${DISTNAME:S/-bin//} CATEGORIES= devel java MASTER_SITES= http://services.gradle.org/distributions/ Index: pkgsrc/devel/gradle/distinfo diff -u pkgsrc/devel/gradle/distinfo:1.15 pkgsrc/devel/gradle/distinfo:1.16 --- pkgsrc/devel/gradle/distinfo:1.15 Tue Nov 20 21:26:39 2018 +++ pkgsrc/devel/gradle/distinfo Thu Jan 2 20:10:01 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/11/20 21:26:39 schmonz Exp $ +$NetBSD: distinfo,v 1.16 2020/01/02 20:10:01 abs Exp $ -SHA1 (gradle-4.10.2-bin.zip) = 2564503471e1fc18a4e7d2a120bc567ea3b26aa4 -RMD160 (gradle-4.10.2-bin.zip) = 91ddb4be28b859e39166526228d39bbaabf91100 -SHA512 (gradle-4.10.2-bin.zip) = bd0255e38e9a987f039b798d1b339e82e5e500e9cc02ddc4a6aebd3f24bba503e2e9f8a0f58b18ff13a72415e12cc505ad74ee2cefa291261bf5f458b3d3d3e0 -Size (gradle-4.10.2-bin.zip) = 78420037 bytes +SHA1 (gradle-4.10.3-bin.zip) = 7fa49482fcf63c11188f79c6ffb0968465ad69dd +RMD160 (gradle-4.10.3-bin.zip) = b04a6831437f768f705aa89d38606cf34147c6fc +SHA512 (gradle-4.10.3-bin.zip) = fd3f4cfbd5262cc8514b7fb3e303ef46b9ca4b22901f1fe848ec4679f8d6bc283bde12ec584437624f0acf5486e5663966ad0736bf8ab341ac3e2667f514ceec +Size (gradle-4.10.3-bin.zip) = 78422006 bytes --_----------=_157799580238770--