Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B9CCC1A924A for ; Sat, 16 Jan 2021 13:16:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F1E678511F; Sat, 16 Jan 2021 13:16:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37EB28511B for ; Sat, 16 Jan 2021 13:16:01 +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 ni5ng6LTF4hJ for ; Sat, 16 Jan 2021 13:16:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B5E9284D3A for ; Sat, 16 Jan 2021 13:16:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF1D2FA9D; Sat, 16 Jan 2021 13:16:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610802960282820" MIME-Version: 1.0 Date: Sat, 16 Jan 2021 13:16:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-unicorn To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210116131600.AF1D2FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610802960282820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jan 16 13:16:00 UTC 2021 Modified Files: pkgsrc/www/ruby-unicorn: Makefile distinfo Log Message: www/ruby-unicorn: update to 5.8.0 5.8.0 ((2020-12-24) * Add rack.after_reply functionality. * build: publish_doc: remove created.rid and index.html from site. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-unicorn/Makefile \ pkgsrc/www/ruby-unicorn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610802960282820 Content-Disposition: inline Content-Length: 1578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-unicorn/Makefile diff -u pkgsrc/www/ruby-unicorn/Makefile:1.17 pkgsrc/www/ruby-unicorn/Makefile:1.18 --- pkgsrc/www/ruby-unicorn/Makefile:1.17 Mon Sep 14 15:55:00 2020 +++ pkgsrc/www/ruby-unicorn/Makefile Sat Jan 16 13:16:00 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/09/14 15:55:00 taca Exp $ +# $NetBSD: Makefile,v 1.18 2021/01/16 13:16:00 taca Exp $ -DISTNAME= unicorn-5.7.0 +DISTNAME= unicorn-5.8.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-unicorn/distinfo diff -u pkgsrc/www/ruby-unicorn/distinfo:1.17 pkgsrc/www/ruby-unicorn/distinfo:1.18 --- pkgsrc/www/ruby-unicorn/distinfo:1.17 Mon Sep 14 15:55:00 2020 +++ pkgsrc/www/ruby-unicorn/distinfo Sat Jan 16 13:16:00 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2020/09/14 15:55:00 taca Exp $ +$NetBSD: distinfo,v 1.18 2021/01/16 13:16:00 taca Exp $ -SHA1 (unicorn-5.7.0.gem) = 705806bfaac5ce4421a68b8a37a3a4e47beb4052 -RMD160 (unicorn-5.7.0.gem) = ec0f07afc25f093ce407e657a9c5fae24ee90176 -SHA512 (unicorn-5.7.0.gem) = 420218516d5057563a4bab5922a2f353ac91640833e7f95daac53ca9f463d07aa8ffe3d898a752555c27cd314816a1d97a37852257fc60ec510cad9285a7dba3 -Size (unicorn-5.7.0.gem) = 224768 bytes +SHA1 (unicorn-5.8.0.gem) = ec476b38003118b6fbd3207bbdcf7eb76f515c65 +RMD160 (unicorn-5.8.0.gem) = c240247cf5ff158bb5241c25ff667c3185318cc1 +SHA512 (unicorn-5.8.0.gem) = 8d9d9bb7fc0d380acdcf4331bacb0e032db58912cc17843d7a76f127185b0de451906f4a73d1d9ed74f9f0ef6c6c820aaafef2fc53fa378709748d429b63d0f5 +Size (unicorn-5.8.0.gem) = 224768 bytes --_----------=_1610802960282820--