Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B05E07A1FB for ; Tue, 7 Feb 2017 00:04:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5AFA0855E7; Tue, 7 Feb 2017 00:04:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE8AE855D9 for ; Tue, 7 Feb 2017 00:04:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4BbFiQz79ZQN for ; Tue, 7 Feb 2017 00:04:40 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 75ADF85582 for ; Tue, 7 Feb 2017 00:04:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C797FBE4; Tue, 7 Feb 2017 00:04:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486425880150320" MIME-Version: 1.0 Date: Tue, 7 Feb 2017 00:04:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/gradle To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170207000440.6C797FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486425880150320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 7 00:04:40 UTC 2017 Modified Files: pkgsrc/devel/gradle: Makefile Log Message: Improve version. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/gradle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486425880150320 Content-Disposition: inline Content-Length: 601 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.1 pkgsrc/devel/gradle/Makefile:1.2 --- pkgsrc/devel/gradle/Makefile:1.1 Mon Feb 6 22:25:24 2017 +++ pkgsrc/devel/gradle/Makefile Tue Feb 7 00:04:40 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2017/02/06 22:25:24 maya Exp $ +# $NetBSD: Makefile,v 1.2 2017/02/07 00:04:40 wiz Exp $ DISTNAME= gradle-3.0-rc-1-bin -PKGNAME= ${DISTNAME:S/-bin//:S/-rc-1/.rc.1/} +PKGNAME= ${DISTNAME:S/-bin//:S/-rc-/rc/} CATEGORIES= devel java MASTER_SITES= http://services.gradle.org/distributions/ EXTRACT_SUFX= .zip --_----------=_1486425880150320--