diff options
author | taca <taca@pkgsrc.org> | 2016-10-18 16:05:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-18 16:05:07 +0000 |
commit | 8d97f6b05b4f56feccd49924988b93ecb2edc130 (patch) | |
tree | a19c869d37e8bf17c2b9e34656e225f1a041aef8 /www/ruby-raindrops | |
parent | a5662eab5a1a2db91a014d67be7b34baeae2578a (diff) | |
download | pkgsrc-8d97f6b05b4f56feccd49924988b93ecb2edc130.tar.gz |
Update ruby-raindrops to 0.17.0.
=== raindrops 0.17.0 - rack 2.x updates / 2016-07-31 15:19 UTC
This release features minor updates to support rack 2.x
while maintaining support for rack 1.2 and later.
As a result, Ruby 1.8.6 compatibility is gone, but
Ruby 1.8.7 probably still works, for now.
There's also a minor warning fix, doc updates, and
the homepage now supports HTTPS (HTTP remains supported)
5 changes since raindrops 0.16.0:
drop Rack::Utils.bytesize dependency
gemspec: bump Rack dependency
linux_inet_diag: GCC attribute format check
use HTTPS and move homepage to https://bogomips.org/raindrops/
examples: add yahns config, zbatery is abandoned
Diffstat (limited to 'www/ruby-raindrops')
-rw-r--r-- | www/ruby-raindrops/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-raindrops/PLIST | 3 | ||||
-rw-r--r-- | www/ruby-raindrops/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/ruby-raindrops/Makefile b/www/ruby-raindrops/Makefile index 87a943ea8e1..484fca1d68d 100644 --- a/www/ruby-raindrops/Makefile +++ b/www/ruby-raindrops/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/03/15 16:50:07 taca Exp $ +# $NetBSD: Makefile,v 1.10 2016/10/18 16:05:07 taca Exp $ -DISTNAME= raindrops-0.16.0 +DISTNAME= raindrops-0.17.0 CATEGORIES= www MAINTAINER= pkgsrc@NetBSD.org diff --git a/www/ruby-raindrops/PLIST b/www/ruby-raindrops/PLIST index 7ab5b0d9dfd..82ee8694c3e 100644 --- a/www/ruby-raindrops/PLIST +++ b/www/ruby-raindrops/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2016/03/15 16:50:07 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/10/18 16:05:07 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/raindrops_ext.${RUBY_DLEXT} @@ -22,6 +22,7 @@ ${GEM_LIBDIR}/examples/linux-listener-stats.rb ${GEM_LIBDIR}/examples/middleware.ru ${GEM_LIBDIR}/examples/watcher.ru ${GEM_LIBDIR}/examples/watcher_demo.ru +${GEM_LIBDIR}/examples/yahns.conf.rb ${GEM_LIBDIR}/examples/zbatery.conf.rb ${GEM_LIBDIR}/ext/raindrops/extconf.rb ${GEM_LIBDIR}/ext/raindrops/linux_inet_diag.c diff --git a/www/ruby-raindrops/distinfo b/www/ruby-raindrops/distinfo index da7dd7ef7bd..f8f66609fd1 100644 --- a/www/ruby-raindrops/distinfo +++ b/www/ruby-raindrops/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/03/15 16:50:07 taca Exp $ +$NetBSD: distinfo,v 1.10 2016/10/18 16:05:07 taca Exp $ -SHA1 (raindrops-0.16.0.gem) = a932ee5a97bd740cf2b01cac014277067a08f39a -RMD160 (raindrops-0.16.0.gem) = 6edb5e40b032f8fe6a64bf694ae33f413ba7d69e -SHA512 (raindrops-0.16.0.gem) = 121b1dab065ae4fa12c9a7591e7bbee1c416f54ba717868dfdd56c23549f155c71c64631be17c3f4a8b2676f0b1b209adcbcf73c51afa66cc2ac22d353c723d2 -Size (raindrops-0.16.0.gem) = 58368 bytes +SHA1 (raindrops-0.17.0.gem) = 8ec1f14e67bd10abf1d59bb50bb005e1fb3bac8b +RMD160 (raindrops-0.17.0.gem) = faf3dee3cc849c8c6b44c0ab8e0d0d79b73872f5 +SHA512 (raindrops-0.17.0.gem) = 447d9fc9c7102ea953a4d2b933f2ea66b20edeecd7f681abb6d372a1d8ff34b9f672153c4991347c43344a03af0bb7ef58ab8bc86eda391035aa1ab20ac40a26 +Size (raindrops-0.17.0.gem) = 59392 bytes |