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:           Tue Nov  1 17:06:59 UTC 2016

Modified Files:
        pkgsrc/www/ruby-unicorn: Makefile PLIST distinfo

Log Message:
Update ruby-unicorn to 5.2.0.

* relocate website to https://bogomips.org/unicorn/
* Add some tolerance (RFC2616 sec. 19.3)
* doc: update gmane URLs to point to our own archives
* examples/logrotate.conf: update example for systemd
* doc: systemd should only kill master in example
* examples/init.sh: update to reduce upgrade racinessjr/init


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/www/ruby-unicorn/Makefile:1.11
--- pkgsrc/www/ruby-unicorn/Makefile:1.10       Thu Oct 20 15:25:53 2016
+++ pkgsrc/www/ruby-unicorn/Makefile    Tue Nov  1 17:06:59 2016
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2016/10/20 15:25:53 taca Exp $
+# $NetBSD: Makefile,v 1.11 2016/11/01 17:06:59 taca Exp $
 
-DISTNAME=      unicorn-5.1.0
+DISTNAME=      unicorn-5.2.0
 CATEGORIES=    www
 
-MAINTAINER=    pkgsrc%NetBSD.org@localhost
-HOMEPAGE=      http://unicorn.bogomips.org/
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://bogomips.org/unicorn/
 COMMENT=       Rack HTTP server for fast clients and Unix
 LICENSE=       ruby-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
Index: pkgsrc/www/ruby-unicorn/PLIST
diff -u pkgsrc/www/ruby-unicorn/PLIST:1.10 pkgsrc/www/ruby-unicorn/PLIST:1.11
--- pkgsrc/www/ruby-unicorn/PLIST:1.10  Thu Oct 20 15:25:53 2016
+++ pkgsrc/www/ruby-unicorn/PLIST       Tue Nov  1 17:06:59 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/10/20 15:25:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/11/01 17:06:59 taca Exp $
 bin/unicorn${RUBY_SUFFIX}
 bin/unicorn_rails${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -161,4 +161,6 @@ ${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.10 pkgsrc/www/ruby-unicorn/distinfo:1.11
--- pkgsrc/www/ruby-unicorn/distinfo:1.10       Thu Oct 20 15:25:53 2016
+++ pkgsrc/www/ruby-unicorn/distinfo    Tue Nov  1 17:06:59 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/10/20 15:25:53 taca Exp $
+$NetBSD: distinfo,v 1.11 2016/11/01 17:06:59 taca Exp $
 
-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
+SHA1 (unicorn-5.2.0.gem) = 1a8d36d928c04269698307b6f2c0b3371c0b4529
+RMD160 (unicorn-5.2.0.gem) = e272e55979ac5cd28e794306a504e8b348fc05ab
+SHA512 (unicorn-5.2.0.gem) = d60b4ae818444407466815366c09f702863f0d8fd7a3745419dbf01c86f8f67ebe547aa0f76acb364c34c544ef9ed6811e61525573f97e26e489d5166784ae1e
+Size (unicorn-5.2.0.gem) = 212480 bytes



Home | Main Index | Thread Index | Old Index