pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-unicorn Update ruby-unicorn to 5.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0dc940ec574
branches:  trunk
changeset: 354152:c0dc940ec574
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Oct 20 15:25:53 2016 +0000

description:
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!

diffstat:

 www/ruby-unicorn/Makefile |   5 ++---
 www/ruby-unicorn/PLIST    |   4 +---
 www/ruby-unicorn/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r fe23bfb6276b -r c0dc940ec574 www/ruby-unicorn/Makefile
--- a/www/ruby-unicorn/Makefile Thu Oct 20 15:12:47 2016 +0000
+++ b/www/ruby-unicorn/Makefile Thu Oct 20 15:25:53 2016 +0000
@@ -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@localhost
@@ -9,7 +9,6 @@
 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
diff -r fe23bfb6276b -r c0dc940ec574 www/ruby-unicorn/PLIST
--- a/www/ruby-unicorn/PLIST    Thu Oct 20 15:12:47 2016 +0000
+++ b/www/ruby-unicorn/PLIST    Thu Oct 20 15:25:53 2016 +0000
@@ -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_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
diff -r fe23bfb6276b -r c0dc940ec574 www/ruby-unicorn/distinfo
--- a/www/ruby-unicorn/distinfo Thu Oct 20 15:12:47 2016 +0000
+++ b/www/ruby-unicorn/distinfo Thu Oct 20 15:25:53 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index