pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-raindrops



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Oct 18 16:05:07 UTC 2016

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-raindrops/Makefile \
    pkgsrc/www/ruby-raindrops/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-raindrops/PLIST

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-raindrops/Makefile
diff -u pkgsrc/www/ruby-raindrops/Makefile:1.9 pkgsrc/www/ruby-raindrops/Makefile:1.10
--- pkgsrc/www/ruby-raindrops/Makefile:1.9      Tue Mar 15 16:50:07 2016
+++ pkgsrc/www/ruby-raindrops/Makefile  Tue Oct 18 16:05:07 2016
@@ -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@localhost
Index: pkgsrc/www/ruby-raindrops/distinfo
diff -u pkgsrc/www/ruby-raindrops/distinfo:1.9 pkgsrc/www/ruby-raindrops/distinfo:1.10
--- pkgsrc/www/ruby-raindrops/distinfo:1.9      Tue Mar 15 16:50:07 2016
+++ pkgsrc/www/ruby-raindrops/distinfo  Tue Oct 18 16:05:07 2016
@@ -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

Index: pkgsrc/www/ruby-raindrops/PLIST
diff -u pkgsrc/www/ruby-raindrops/PLIST:1.6 pkgsrc/www/ruby-raindrops/PLIST:1.7
--- pkgsrc/www/ruby-raindrops/PLIST:1.6 Tue Mar 15 16:50:07 2016
+++ pkgsrc/www/ruby-raindrops/PLIST     Tue Oct 18 16:05:07 2016
@@ -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-st
 ${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



Home | Main Index | Thread Index | Old Index