pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/thin



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan 16 13:43:38 UTC 2021

Modified Files:
        pkgsrc/www/thin: Makefile PLIST distinfo

Log Message:
www/thin: update to 1.8.0

Update thin package to 1.8.0.

1.8.0 (2020-11-13)

No update to CHANGELOG, please refer
<https://github.com/macournoyer/thin/compare/v1.7.2...v1.8.0> in detail.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/thin/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/thin/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/thin/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/thin/Makefile
diff -u pkgsrc/www/thin/Makefile:1.21 pkgsrc/www/thin/Makefile:1.22
--- pkgsrc/www/thin/Makefile:1.21       Sun Sep 10 16:19:05 2017
+++ pkgsrc/www/thin/Makefile    Sat Jan 16 13:43:38 2021
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.21 2017/09/10 16:19:05 taca Exp $
+# $NetBSD: Makefile,v 1.22 2021/01/16 13:43:38 taca Exp $
 
-DISTNAME=      thin-1.7.2
+DISTNAME=      thin-1.8.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.macournoyer.com/thin/
+HOMEPAGE=      https://github.com/macournoyer/thin
 COMMENT=       Fast and very simple Ruby web server
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-rack16>=1.6.0:../../www/ruby-rack16
+DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=1.6.0:../../www/ruby-rack
 DEPENDS+=      ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
 DEPENDS+=      ${RUBY_PKGPREFIX}-eventmachine>=1.0.4:../../devel/ruby-eventmachine
 

Index: pkgsrc/www/thin/PLIST
diff -u pkgsrc/www/thin/PLIST:1.10 pkgsrc/www/thin/PLIST:1.11
--- pkgsrc/www/thin/PLIST:1.10  Sun Mar  8 15:17:22 2015
+++ pkgsrc/www/thin/PLIST       Sat Jan 16 13:43:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2015/03/08 15:17:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/01/16 13:43:38 taca Exp $
 bin/thin${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -29,6 +29,7 @@ ${GEM_LIBDIR}/ext/thin_parser/parser.rl
 ${GEM_LIBDIR}/ext/thin_parser/thin.c
 ${GEM_LIBDIR}/lib/rack/adapter/loader.rb
 ${GEM_LIBDIR}/lib/rack/adapter/rails.rb
+${GEM_LIBDIR}/lib/rack/handler/thin.rb
 ${GEM_LIBDIR}/lib/thin.rb
 ${GEM_LIBDIR}/lib/thin/backends/base.rb
 ${GEM_LIBDIR}/lib/thin/backends/swiftiply_client.rb

Index: pkgsrc/www/thin/distinfo
diff -u pkgsrc/www/thin/distinfo:1.16 pkgsrc/www/thin/distinfo:1.17
--- pkgsrc/www/thin/distinfo:1.16       Sun Sep 10 16:19:05 2017
+++ pkgsrc/www/thin/distinfo    Sat Jan 16 13:43:38 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/09/10 16:19:05 taca Exp $
+$NetBSD: distinfo,v 1.17 2021/01/16 13:43:38 taca Exp $
 
-SHA1 (thin-1.7.2.gem) = 41395e86322ffd31f3a7aef1f697bda3e1e2d6b9
-RMD160 (thin-1.7.2.gem) = b1a956059e98afd6372aff81561c0c5bb80691f6
-SHA512 (thin-1.7.2.gem) = e9e0ad3dab77a1c6f3e413ce7ed1598da0db5fa62355a1fbbc73153d2fd810d82d5bf2e6a434429912eb885c263c674364a5dec7d878960e2dbef37ccbe1472b
-Size (thin-1.7.2.gem) = 58880 bytes
+SHA1 (thin-1.8.0.gem) = 8be81db1ec7bb12db93232b70cdb8102827c3d70
+RMD160 (thin-1.8.0.gem) = 1e5f014f8a4f9e72c49d70c09b936a3d160c9afb
+SHA512 (thin-1.8.0.gem) = 35f2e76c9126646d05010365f298ec70ea9269806af35541753bdbf1857fd506d54007da5a687696f6bd0a396ea3517e7d3319c16d761d4788dc3bf39a12c67b
+Size (thin-1.8.0.gem) = 59392 bytes



Home | Main Index | Thread Index | Old Index