pkgsrc/www/ruby-raindrops/Makefile
taca 5f6e898949 Update ruby-raindrops to 0.19.0.
=== raindrops 0.19.0 - Rack 2.x middleware compatibility / 2017-08-09 23:52 UTC

  This release fixes Rack 2.x compatibility for the few users of
  Raindrops::Middleware
  <https://bogomips.org/raindrops/Raindrops/Middleware.html>.
  Thanks to Dmytro Shteflyuk for this release.

  No need to upgrade unless you use Raindrops::Middleware with
  Rack 2.x.

  There's also a few minor, inconsequential cleanups.

  Dmytro Shteflyuk (1):
        Properly override respond_to? in Raindrops::Middleware::Proxy

  Eric Wong (2):
        Ruby thread compatibility updates
        tcp_info: remove unnecessary extconf.h include
2017-09-10 16:20:33 +00:00

14 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.12 2017/09/10 16:20:33 taca Exp $
DISTNAME= raindrops-0.19.0
CATEGORIES= www
MAINTAINER= pkgsrc@NetBSD.org
HOMEPAGE= http://raindrops.bogomips.org/
COMMENT= Real-time statistics for Rack HTTP servers
LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"