Received: by mail.netbsd.org (Postfix, from userid 605) id 905B484EE1; Sun, 18 Dec 2022 13:53:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B665184D91 for ; Sun, 18 Dec 2022 13:53:03 +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 D6zk1w_lK20C for ; Sun, 18 Dec 2022 13:53:03 +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 1FC5A84C86 for ; Sun, 18 Dec 2022 13:53:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16A99FA90; Sun, 18 Dec 2022 13:53:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671371583221810" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 13:53:03 +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: <20221218135303.16A99FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671371583221810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 18 13:53:03 UTC 2022 Modified Files: pkgsrc/devel/hoe: Makefile PLIST distinfo Log Message: devel/hoe: update to 4.0.1 4.0.1 (2022-12-17) 1 bug fix: * Add extra checks to release_sanity to ensure history file is updated before release. 4.0.0 (2022-12-16) 3 major enhancements: * Removed Minitest::TestTask. Shipped with minitest 5.16+ now! * Removed direct support for rspec, test/unit. Still extendable tho. * Removed support for old style readme parsing. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/hoe/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/hoe/PLIST cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/hoe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671371583221810 Content-Disposition: inline Content-Length: 2123 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.60 pkgsrc/devel/hoe/Makefile:1.61 --- pkgsrc/devel/hoe/Makefile:1.60 Fri Nov 11 13:17:35 2022 +++ pkgsrc/devel/hoe/Makefile Sun Dec 18 13:53:02 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2022/11/11 13:17:35 taca Exp $ +# $NetBSD: Makefile,v 1.61 2022/12/18 13:53:02 taca Exp $ -DISTNAME= hoe-3.26.0 +DISTNAME= hoe-4.0.1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/hoe/PLIST diff -u pkgsrc/devel/hoe/PLIST:1.17 pkgsrc/devel/hoe/PLIST:1.18 --- pkgsrc/devel/hoe/PLIST:1.17 Fri Nov 11 13:17:35 2022 +++ pkgsrc/devel/hoe/PLIST Sun Dec 18 13:53:02 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2022/11/11 13:17:35 taca Exp $ +@comment $NetBSD: PLIST,v 1.18 2022/12/18 13:53:02 taca Exp $ bin/sow${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest @@ -27,7 +27,6 @@ ${GEM_LIBDIR}/lib/hoe/rake.rb ${GEM_LIBDIR}/lib/hoe/rdoc.rb ${GEM_LIBDIR}/lib/hoe/signing.rb ${GEM_LIBDIR}/lib/hoe/test.rb -${GEM_LIBDIR}/lib/minitest/test_task.rb ${GEM_LIBDIR}/template/.autotest.erb ${GEM_LIBDIR}/template/History.txt.erb ${GEM_LIBDIR}/template/Manifest.txt.erb Index: pkgsrc/devel/hoe/distinfo diff -u pkgsrc/devel/hoe/distinfo:1.55 pkgsrc/devel/hoe/distinfo:1.56 --- pkgsrc/devel/hoe/distinfo:1.55 Fri Nov 11 13:17:35 2022 +++ pkgsrc/devel/hoe/distinfo Sun Dec 18 13:53:02 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.55 2022/11/11 13:17:35 taca Exp $ +$NetBSD: distinfo,v 1.56 2022/12/18 13:53:02 taca Exp $ -BLAKE2s (hoe-3.26.0.gem) = fe5b99794a9fcf395cc4baf0bc7229fae72f0a522222ea527eac37b7b5461e8b -SHA512 (hoe-3.26.0.gem) = 0b069b0b2b181b81770568186f9d81b0f8fe48644a4b29bb2dd8084dc60886c7a06fa0e7be81854b5b653afc38c908622f08066656d9b625ab595615ef2918c3 -Size (hoe-3.26.0.gem) = 194560 bytes +BLAKE2s (hoe-4.0.1.gem) = d719c870edeb568bb64c59897edf34b21c1f059be23bc24b5efbd6ed3b83ec6b +SHA512 (hoe-4.0.1.gem) = b1e7e6dd5bfdd47bd1f01463afea3cbf0d41e6190e75538a1d7bcea1fa10a9fd561d670064f78a069d7cf25d762e0f196fbe5fca2b7783bd780b3debe8ffa3c9 +Size (hoe-4.0.1.gem) = 190976 bytes --_----------=_1671371583221810--