Received: by mail.netbsd.org (Postfix, from userid 605) id CCE3D84F85; Thu, 11 Aug 2022 13:58:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 129A784E55 for ; Thu, 11 Aug 2022 13:58:31 +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 rnI4OpXNR9hC for ; Thu, 11 Aug 2022 13:58:30 +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 82F4C84CEA for ; Thu, 11 Aug 2022 13:58:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BB9BFB1A; Thu, 11 Aug 2022 13:58:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660226310178910" MIME-Version: 1.0 Date: Thu, 11 Aug 2022 13:58:30 +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: <20220811135830.7BB9BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660226310178910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Aug 11 13:58:30 UTC 2022 Modified Files: pkgsrc/devel/hoe: Makefile distinfo Log Message: devel/hoe: update to 3.24.0 3.24.0 (2022-06-20) 3 minor enhancements: * Add bindir and homepage accessor methods. (dsisnero) * Don't auto-intuit values if they're already set. (dsisnero) * Use bindir to determine executables. (dsisnero) To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/hoe/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/hoe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660226310178910 Content-Disposition: inline Content-Length: 1394 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.57 pkgsrc/devel/hoe/Makefile:1.58 --- pkgsrc/devel/hoe/Makefile:1.57 Sat Feb 12 07:26:51 2022 +++ pkgsrc/devel/hoe/Makefile Thu Aug 11 13:58:30 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2022/02/12 07:26:51 taca Exp $ +# $NetBSD: Makefile,v 1.58 2022/08/11 13:58:30 taca Exp $ -DISTNAME= hoe-3.23.1 +DISTNAME= hoe-3.24.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/hoe/distinfo diff -u pkgsrc/devel/hoe/distinfo:1.52 pkgsrc/devel/hoe/distinfo:1.53 --- pkgsrc/devel/hoe/distinfo:1.52 Sat Feb 12 07:26:51 2022 +++ pkgsrc/devel/hoe/distinfo Thu Aug 11 13:58:30 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2022/02/12 07:26:51 taca Exp $ +$NetBSD: distinfo,v 1.53 2022/08/11 13:58:30 taca Exp $ -BLAKE2s (hoe-3.23.1.gem) = 7748f33fb37cddd8b02afa4f62c3df55ed4e59a8bb763f58140beb01db5822f5 -SHA512 (hoe-3.23.1.gem) = c2199f93fe806a9639b319d01ae7bb6999ac203aa8bbabaf22b4c0c5b97f69dbd4e876bdfaaa0b0e8cda68dbd25dfa0e5aa91a599613237fc22de0e857c68c37 -Size (hoe-3.23.1.gem) = 194048 bytes +BLAKE2s (hoe-3.24.0.gem) = 82821e0780ee8357bdb9730ff63406364c5560e76ead8e9a8bf2f49ac9167a35 +SHA512 (hoe-3.24.0.gem) = f2048d1f5d9b3010267f2ffb67cbce2aee7ecf58871dd762e51a08035272cdc6b37aacb63aa0af6f62e6dfeb01a60afd53a25b394ff10322a8348320268adb76 +Size (hoe-3.24.0.gem) = 194560 bytes --_----------=_1660226310178910--