Received: by mail.netbsd.org (Postfix, from userid 605) id C700A84ED5; Wed, 21 Mar 2018 13:51:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2478184EC5 for ; Wed, 21 Mar 2018 13:51:14 +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 ubPMLuMcMeVN for ; Wed, 21 Mar 2018 13:51:13 +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 705E484DF0 for ; Wed, 21 Mar 2018 13:51:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AFB9FB40; Wed, 21 Mar 2018 13:51:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521640273227040" MIME-Version: 1.0 Date: Wed, 21 Mar 2018 13:51:13 +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: <20180321135113.6AFB9FB40@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. --_----------=_1521640273227040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Mar 21 13:51:13 UTC 2018 Modified Files: pkgsrc/devel/hoe: Makefile distinfo Log Message: devel/hoe: update to 3.17.0 === 3.17.0 / 2018-03-17 * 2 minor enhancements: * Added task check_key to see if your signing cert is expired or not. * Bump rdoc dependency to range from 4.x to 5.x. * 1 bug fix: * Fixed ridocs rake task. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/hoe/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/hoe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521640273227040 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.41 pkgsrc/devel/hoe/Makefile:1.42 --- pkgsrc/devel/hoe/Makefile:1.41 Wed Feb 28 15:18:04 2018 +++ pkgsrc/devel/hoe/Makefile Wed Mar 21 13:51:13 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2018/02/28 15:18:04 taca Exp $ +# $NetBSD: Makefile,v 1.42 2018/03/21 13:51:13 taca Exp $ -DISTNAME= hoe-3.16.2 +DISTNAME= hoe-3.17.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/hoe/distinfo diff -u pkgsrc/devel/hoe/distinfo:1.38 pkgsrc/devel/hoe/distinfo:1.39 --- pkgsrc/devel/hoe/distinfo:1.38 Wed Feb 28 15:18:04 2018 +++ pkgsrc/devel/hoe/distinfo Wed Mar 21 13:51:13 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2018/02/28 15:18:04 taca Exp $ +$NetBSD: distinfo,v 1.39 2018/03/21 13:51:13 taca Exp $ -SHA1 (hoe-3.16.2.gem) = adb77e11c577e084f2ec780e8e7a60ced801ecaa -RMD160 (hoe-3.16.2.gem) = c6dd9c5b409e2e09365eecdb6d9901e939679b0a -SHA512 (hoe-3.16.2.gem) = 0700a6f82d9632e70cefee8bc62ef3e34ce69dc2cabca3adca00d42860aeabe689d329107409a22f7b6c85c23c4e06d46160faf8b9d6ba1f889aa3fe42e2a183 -Size (hoe-3.16.2.gem) = 188416 bytes +SHA1 (hoe-3.17.0.gem) = 3c0fb394d72cdc829cc0207ba56b14257c26df8a +RMD160 (hoe-3.17.0.gem) = 634ab8c65ec9f48a8e3521a351fb8afd04f9aa98 +SHA512 (hoe-3.17.0.gem) = cb905f9af6e43c3b657f921c0124b4b866f6e008f683dc69656959b927f412e2f80cc039ec7b7e06b25625371d3481062d9ae2027c16005db55b83e50f340a8a +Size (hoe-3.17.0.gem) = 188416 bytes --_----------=_1521640273227040--