Received: by mail.netbsd.org (Postfix, from userid 605) id B343184D82; Wed, 23 Oct 2019 16:16:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B5E684D7D for ; Wed, 23 Oct 2019 16:16:34 +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 OuKB1MremJjG for ; Wed, 23 Oct 2019 16:16:33 +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 B65AD84D6F for ; Wed, 23 Oct 2019 16:16:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3B50FA81; Wed, 23 Oct 2019 16:16:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571847393270800" MIME-Version: 1.0 Date: Wed, 23 Oct 2019 16:16:33 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/hoe To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191023161633.B3B50FA81@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. --_----------=_1571847393270800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Oct 23 16:16:33 UTC 2019 Modified Files: pkgsrc/devel/hoe: Makefile distinfo Log Message: devel/hoe: update to 3.18.1 Update hoe to 3.18.1. === 3.18.1 / 2019-09-14 * 1 minor enhancement: * Added deprecations to minitest/test_task: TESTOPTS, N (for #threads), FILTER. * 3 bug fixes: * Fixed one use of Array.prepend on ruby 2.3-2.4. * Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task.rb. * Sort globs before shuffling to normalize different file systems. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/hoe/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/hoe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571847393270800 Content-Disposition: inline Content-Length: 1476 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hoe/Makefile diff -u pkgsrc/devel/hoe/Makefile:1.45 pkgsrc/devel/hoe/Makefile:1.46 --- pkgsrc/devel/hoe/Makefile:1.45 Fri Sep 13 15:37:04 2019 +++ pkgsrc/devel/hoe/Makefile Wed Oct 23 16:16:33 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2019/09/13 15:37:04 taca Exp $ +# $NetBSD: Makefile,v 1.46 2019/10/23 16:16:33 taca Exp $ -DISTNAME= hoe-3.18.0 +DISTNAME= hoe-3.18.1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/hoe/distinfo diff -u pkgsrc/devel/hoe/distinfo:1.42 pkgsrc/devel/hoe/distinfo:1.43 --- pkgsrc/devel/hoe/distinfo:1.42 Fri Sep 13 15:37:04 2019 +++ pkgsrc/devel/hoe/distinfo Wed Oct 23 16:16:33 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2019/09/13 15:37:04 taca Exp $ +$NetBSD: distinfo,v 1.43 2019/10/23 16:16:33 taca Exp $ -SHA1 (hoe-3.18.0.gem) = bb108dba775f24417eaad9e1fb9a862066c30859 -RMD160 (hoe-3.18.0.gem) = 1051ab3a69438f70e69383e938a6cc1d8312e9ea -SHA512 (hoe-3.18.0.gem) = 87b24dd77200a6013eca50b57c001c437035ab5e74809a941a28616d9a722b130a624f1137d7c55eacccc497c5c57f2ccfe872d160915b1a00a71cdf2e76695b -Size (hoe-3.18.0.gem) = 190976 bytes +SHA1 (hoe-3.18.1.gem) = b5745dffc7af5cbbc87dfcc31307d98aceea222f +RMD160 (hoe-3.18.1.gem) = dbfb0502cc1b9549a3753c95fb802085f6d834e0 +SHA512 (hoe-3.18.1.gem) = c281cdb2e89272ea84e54cd36d0cdec77cf6dd51f745c0aa99593586781e5182129f967086f008c33b38d25d7a3aacd2fa1899752e63f725d5ecf5fd5c04682c +Size (hoe-3.18.1.gem) = 190976 bytes --_----------=_1571847393270800--