Received: by mail.netbsd.org (Postfix, from userid 605) id 2CC5284E92; Sun, 23 Sep 2018 17:01:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DE7284D36 for ; Sun, 23 Sep 2018 17:01:06 +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 N00e62RvJ_7D for ; Sun, 23 Sep 2018 17:01:05 +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 7ACC184CCF for ; Sun, 23 Sep 2018 17:01:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77BD2FBEE; Sun, 23 Sep 2018 17:01:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537722065186620" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 17:01:05 +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: <20180923170105.77BD2FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1537722065186620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 17:01:05 UTC 2018 Modified Files: pkgsrc/www/ruby-unicorn: Makefile distinfo Log Message: www/ruby-unicorn: update to 5.4.1 5.4.1 (2018-07-23) This release quiets some warnings for Ruby 2.6 preview releases and enables tests to pass under Ruby 1.9.3. Otherwise, nothing interesting for Ruby 2.0..2.5 users. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 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. --_----------=_1537722065186620 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.13 pkgsrc/www/ruby-unicorn/Makefile:1.14 --- pkgsrc/www/ruby-unicorn/Makefile:1.13 Sat Mar 17 16:07:55 2018 +++ pkgsrc/www/ruby-unicorn/Makefile Sun Sep 23 17:01:05 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/03/17 16:07:55 taca Exp $ +# $NetBSD: Makefile,v 1.14 2018/09/23 17:01:05 taca Exp $ -DISTNAME= unicorn-5.4.0 +DISTNAME= unicorn-5.4.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-unicorn/distinfo diff -u pkgsrc/www/ruby-unicorn/distinfo:1.13 pkgsrc/www/ruby-unicorn/distinfo:1.14 --- pkgsrc/www/ruby-unicorn/distinfo:1.13 Sat Mar 17 16:07:55 2018 +++ pkgsrc/www/ruby-unicorn/distinfo Sun Sep 23 17:01:05 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/03/17 16:07:55 taca Exp $ +$NetBSD: distinfo,v 1.14 2018/09/23 17:01:05 taca Exp $ -SHA1 (unicorn-5.4.0.gem) = 69c5c1619cc3b8e4e5cfcb51841e9ec310ae3c55 -RMD160 (unicorn-5.4.0.gem) = 1794aebf03747633e3ac21d2ccc4380f5b6e1bd7 -SHA512 (unicorn-5.4.0.gem) = 2818d6dc191cb8060c0e7c6392e7068d9a531262f44f7fab9289eba9b16bafb9993d9f22bcd618e9654bb3b177c3b35a9a59ae84fa00284e53fed90045549512 -Size (unicorn-5.4.0.gem) = 217600 bytes +SHA1 (unicorn-5.4.1.gem) = f1b1809aca2f8b6dc7573c3320a8483ff490377a +RMD160 (unicorn-5.4.1.gem) = c1682b757046675a55d105a08e46a5077a84c785 +SHA512 (unicorn-5.4.1.gem) = f0e1670cc6825db8b2dfd3a80b17f76b2d40244aaa6a3a6e738ce2a7c73cfa811135926ec3ef95d0755cf96d64e785354900ac7a58d0f9f4adcc9e90b3739adf +Size (unicorn-5.4.1.gem) = 218112 bytes --_----------=_1537722065186620--