Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7E2AF7A279 for ; Thu, 20 Oct 2016 15:25:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E2EAC85E79; Thu, 20 Oct 2016 15:25:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73FE285E6F for ; Thu, 20 Oct 2016 15:25:54 +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 LO-dQeTySuFb for ; Thu, 20 Oct 2016 15:25:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E612385E5C for ; Thu, 20 Oct 2016 15:25:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1385FBD2; Thu, 20 Oct 2016 15:25:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147697715344050" MIME-Version: 1.0 Date: Thu, 20 Oct 2016 15:25:53 +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: <20161020152553.E1385FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147697715344050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Oct 20 15:25:53 UTC 2016 Modified Files: pkgsrc/www/ruby-unicorn: Makefile PLIST distinfo Log Message: Update ruby-unicorn to 5.1.0. * http: TypedData C-API conversion * various documentation updates * doc: bump olddoc to ~> 1.2 for extra NNTP URL * rack is optional at runtime, required for dev * doc update for ClientShutdown exceptions class * unicorn 5.1.0.pre1 - rack is optional, again * doc: reference --keep-file-descriptors for "bundle exec" * doc: further trimming to reduce noise * use leftpad Linux syscall for speed! To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-unicorn/Makefile \ pkgsrc/www/ruby-unicorn/PLIST pkgsrc/www/ruby-unicorn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147697715344050 Content-Disposition: inline Content-Length: 2641 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.9 pkgsrc/www/ruby-unicorn/Makefile:1.10 --- pkgsrc/www/ruby-unicorn/Makefile:1.9 Sun Dec 13 16:16:59 2015 +++ pkgsrc/www/ruby-unicorn/Makefile Thu Oct 20 15:25:53 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/12/13 16:16:59 taca Exp $ +# $NetBSD: Makefile,v 1.10 2016/10/20 15:25:53 taca Exp $ -DISTNAME= unicorn-5.0.1 +DISTNAME= unicorn-5.1.0 CATEGORIES= www MAINTAINER= pkgsrc@NetBSD.org @@ -9,7 +9,6 @@ COMMENT= Rack HTTP server for fast clien LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= ${RUBY_PKGPREFIX}-kgio>=2.6<3:../../devel/ruby-kgio -DEPENDS+= ${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack DEPENDS+= ${RUBY_PKGPREFIX}-raindrops>=0.7<1:../../www/ruby-raindrops USE_GCC_RUNTIME= yes Index: pkgsrc/www/ruby-unicorn/PLIST diff -u pkgsrc/www/ruby-unicorn/PLIST:1.9 pkgsrc/www/ruby-unicorn/PLIST:1.10 --- pkgsrc/www/ruby-unicorn/PLIST:1.9 Sun Dec 13 16:16:59 2015 +++ pkgsrc/www/ruby-unicorn/PLIST Thu Oct 20 15:25:53 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2015/12/13 16:16:59 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/10/20 15:25:53 taca Exp $ bin/unicorn${RUBY_SUFFIX} bin/unicorn_rails${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem @@ -161,6 +161,4 @@ ${GEM_LIBDIR}/test/unit/test_tee_input.r ${GEM_LIBDIR}/test/unit/test_upload.rb ${GEM_LIBDIR}/test/unit/test_util.rb ${GEM_LIBDIR}/unicorn.gemspec -${GEM_LIBDIR}/unicorn_1 -${GEM_LIBDIR}/unicorn_rails_1 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/www/ruby-unicorn/distinfo diff -u pkgsrc/www/ruby-unicorn/distinfo:1.9 pkgsrc/www/ruby-unicorn/distinfo:1.10 --- pkgsrc/www/ruby-unicorn/distinfo:1.9 Sun Dec 13 16:16:59 2015 +++ pkgsrc/www/ruby-unicorn/distinfo Thu Oct 20 15:25:53 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/12/13 16:16:59 taca Exp $ +$NetBSD: distinfo,v 1.10 2016/10/20 15:25:53 taca Exp $ -SHA1 (unicorn-5.0.1.gem) = 0402ec9b670b22cd3476a7272a6c428d3598bec5 -RMD160 (unicorn-5.0.1.gem) = f83d63c0906a3dd091d6e72ee183d6ae41371745 -SHA512 (unicorn-5.0.1.gem) = 57298a925215a6652dfaf2c8887374984ee5eb0a2b70b0b7d8f8558a31eef84c430484ebf6052f0f95ad3b21395cae01d9c408210f2173a25da7b53e10806c5d -Size (unicorn-5.0.1.gem) = 208896 bytes +SHA1 (unicorn-5.1.0.gem) = e1ae261de443373723af812eb30394a05a2bfd4c +RMD160 (unicorn-5.1.0.gem) = cc3073b4518417b384d0063fd1a5c26d73782087 +SHA512 (unicorn-5.1.0.gem) = ff6030361af84e8f63d57b6bc6f917e99619217832b3a735389e2becf95dcc972d7c03b5c5818cbd8e2435f8226619dc457e79bae630c3fbda15432354056099 +Size (unicorn-5.1.0.gem) = 211456 bytes --_----------=_147697715344050--