Received: by mail.netbsd.org (Postfix, from userid 605) id BA19784E79; Sat, 21 Jan 2023 13:59:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E780E84E70 for ; Sat, 21 Jan 2023 13:59:53 +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 7EaSjYN4_4ur for ; Sat, 21 Jan 2023 13:59:53 +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 5B41784E6D for ; Sat, 21 Jan 2023 13:59:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A523FA90; Sat, 21 Jan 2023 13:59:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674309593155880" MIME-Version: 1.0 Date: Sat, 21 Jan 2023 13:59:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-html-proofer To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230121135953.4A523FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674309593155880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jan 21 13:59:53 UTC 2023 Modified Files: pkgsrc/www/ruby-html-proofer: Makefile distinfo Log Message: www/ruby-html-proofer: update to 5.0.4 pkgsrc change: add ruby32 support. 5.0.4 (2023-01-20) What's Changed * Improved PDF hash handling by @gjtorikian in #789 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-html-proofer/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-html-proofer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674309593155880 Content-Disposition: inline Content-Length: 1793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-html-proofer/Makefile diff -u pkgsrc/www/ruby-html-proofer/Makefile:1.10 pkgsrc/www/ruby-html-proofer/Makefile:1.11 --- pkgsrc/www/ruby-html-proofer/Makefile:1.10 Sun Dec 18 14:47:39 2022 +++ pkgsrc/www/ruby-html-proofer/Makefile Sat Jan 21 13:59:53 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/12/18 14:47:39 taca Exp $ +# $NetBSD: Makefile,v 1.11 2023/01/21 13:59:53 taca Exp $ -DISTNAME= html-proofer-5.0.3 +DISTNAME= html-proofer-5.0.4 CATEGORIES= www MAINTAINER= ryoon@NetBSD.org @@ -18,7 +18,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-zeitwerk>=2. USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 31 +RUBY_VERSIONS_ACCEPTED= 31 32 RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" Index: pkgsrc/www/ruby-html-proofer/distinfo diff -u pkgsrc/www/ruby-html-proofer/distinfo:1.11 pkgsrc/www/ruby-html-proofer/distinfo:1.12 --- pkgsrc/www/ruby-html-proofer/distinfo:1.11 Sun Dec 18 14:47:39 2022 +++ pkgsrc/www/ruby-html-proofer/distinfo Sat Jan 21 13:59:53 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/12/18 14:47:39 taca Exp $ +$NetBSD: distinfo,v 1.12 2023/01/21 13:59:53 taca Exp $ -BLAKE2s (html-proofer-5.0.3.gem) = 6988db3f2aaf36d07174dd1f4e788186be0efd2adfeda838df9c31684baacbeb -SHA512 (html-proofer-5.0.3.gem) = e708f3dee1aaf6354595d06f4db20165a8ac0be2126d551fb336e2b1dc5e36a179fd0745642f0579b3a305d39fa1f9f3b8845cd4572a8f48133abb25dc2a7556 -Size (html-proofer-5.0.3.gem) = 24064 bytes +BLAKE2s (html-proofer-5.0.4.gem) = 2e2ede7ac62f709309d83a44ecdcf97ba5a37730e83c32520f4bed0d448243c6 +SHA512 (html-proofer-5.0.4.gem) = 6f56cd5bf26d5312c607ff32f26d802b2b95871808d7f691ad28377a3a9069249bd9533541d0e390c9b45261b34b90e50f429d6e81ef45421d1c1c28e3596e5f +Size (html-proofer-5.0.4.gem) = 24576 bytes --_----------=_1674309593155880--