Received: by mail.netbsd.org (Postfix, from userid 605) id A09E684D25; Sun, 30 Apr 2023 14:22:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D01C084CFD for ; Sun, 30 Apr 2023 14:22:55 +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 8J6uxggOGezZ for ; Sun, 30 Apr 2023 14:22:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4EB0E84CC9 for ; Sun, 30 Apr 2023 14:22:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C34DFA87; Sun, 30 Apr 2023 14:22:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168286457524200" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 14:22:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-loofah To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230430142255.4C34DFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168286457524200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 30 14:22:55 UTC 2023 Modified Files: pkgsrc/www/ruby-loofah: Makefile distinfo Log Message: www/ruby-loofah: update to 2.20.0 2.20.0 (2023-04-01) Features * Allow SVG attributes color-profile, cursor, filter, marker, and mask. [#246] * Allow SVG elements altGlyph, cursor, feImage, pattern, and tref. [#246] * Allow protocols fax and modem. [#255] (Thanks, @cjba7!) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ruby-loofah/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-loofah/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168286457524200 Content-Disposition: inline Content-Length: 1474 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-loofah/Makefile diff -u pkgsrc/www/ruby-loofah/Makefile:1.18 pkgsrc/www/ruby-loofah/Makefile:1.19 --- pkgsrc/www/ruby-loofah/Makefile:1.18 Sun Dec 18 14:49:24 2022 +++ pkgsrc/www/ruby-loofah/Makefile Sun Apr 30 14:22:55 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/12/18 14:49:24 taca Exp $ +# $NetBSD: Makefile,v 1.19 2023/04/30 14:22:55 taca Exp $ -DISTNAME= loofah-2.19.1 +DISTNAME= loofah-2.20.0 CATEGORIES= www MAINTAINER= minskim@NetBSD.org Index: pkgsrc/www/ruby-loofah/distinfo diff -u pkgsrc/www/ruby-loofah/distinfo:1.20 pkgsrc/www/ruby-loofah/distinfo:1.21 --- pkgsrc/www/ruby-loofah/distinfo:1.20 Sun Dec 18 14:49:24 2022 +++ pkgsrc/www/ruby-loofah/distinfo Sun Apr 30 14:22:55 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/12/18 14:49:24 taca Exp $ +$NetBSD: distinfo,v 1.21 2023/04/30 14:22:55 taca Exp $ -BLAKE2s (loofah-2.19.1.gem) = cf365be4b8d3c925e39e03121e120c9a9397aea5dc6209de32d4af1c612b6929 -SHA512 (loofah-2.19.1.gem) = 608cdf5d6f6bf4489e851117bb57a779b1070c094fac3b413935f1b883cd8098fb1c0be6ccbc81921aef1e3081959bdbb0ce9e2b559183ef6d8c1abccb71770b -Size (loofah-2.19.1.gem) = 32768 bytes +BLAKE2s (loofah-2.20.0.gem) = 7a48d58ffd6a97ceb7e3eba8dbea0ef98ff5968cb7b5a3a40c21dee0d31f8a0d +SHA512 (loofah-2.20.0.gem) = 71cbed9b08caac6133ac0da4444b80879684a284b58f4c733c06e3db56d948f06b667b50471f19ba1a6701b3995ab677eea245b49bbb577b6af54985f7fe5ad9 +Size (loofah-2.20.0.gem) = 32768 bytes --_----------=_168286457524200--