pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-unicorn



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.

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@localhost
@@ -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



Home | Main Index | Thread Index | Old Index