pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-raindrops Update ruby-raindrops to 0.9.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffb618efa14e
branches: trunk
changeset: 604595:ffb618efa14e
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jun 02 01:19:30 2012 +0000
description:
Update ruby-raindrops to 0.9.0.
=== raindrops 0.9.0 - minor middleware/proxy update / 2012-05-21 00:06 UTC
Raindrops::Middleware::Proxy now forwards method_missing
to the proxied body object. This allows compatibility
with non-standard Rack extensions employed by some
middlewares, applications, or servers.
Thanks to Ben Somers for the feature!
=== raindrops 0.8.1 - compatibility fixes / 2012-05-12 05:58 UTC
This release fixes a build problem found under a current SmartOS. This
release also runs successfully on FreeBSD 9.0 under both x86-64 and
i386.
There are also documentation updates from Aman Gupta and a test suite
fix from Jeremy Evans for OpenBSD.
raindrops fully supports unicorn on recent versions of FreeBSD, OpenBSD,
SmartOS, and possibly other Free Software systems. Portability reports
and fixes for Free Software systems is greatly appreciated at
raindrops%librelist.org@localhost
Non-Free systems will never be supported.
raindrops requires the Linux 2.6.18 or later for full functionality
(which unicorn does not require). Future releases will take advantage
of the unix_diag functionality found in the Linux 3.3 (and later)
kernels.
diffstat:
www/ruby-raindrops/Makefile | 5 +--
www/ruby-raindrops/distinfo | 9 +++---
www/ruby-raindrops/patches/patch-ext_raindrops_extconf.rb | 19 ---------------
3 files changed, 6 insertions(+), 27 deletions(-)
diffs (50 lines):
diff -r 2da2c5edb453 -r ffb618efa14e www/ruby-raindrops/Makefile
--- a/www/ruby-raindrops/Makefile Sat Jun 02 01:18:49 2012 +0000
+++ b/www/ruby-raindrops/Makefile Sat Jun 02 01:19:30 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2012/03/09 13:29:58 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2012/06/02 01:19:30 taca Exp $
-DISTNAME= raindrops-0.8.0
-PKGREVISION= 1
+DISTNAME= raindrops-0.9.0
CATEGORIES= www
MAINTAINER= pkgsrc%NetBSD.org@localhost
diff -r 2da2c5edb453 -r ffb618efa14e www/ruby-raindrops/distinfo
--- a/www/ruby-raindrops/distinfo Sat Jun 02 01:18:49 2012 +0000
+++ b/www/ruby-raindrops/distinfo Sat Jun 02 01:19:30 2012 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/03/09 13:29:58 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2012/06/02 01:19:30 taca Exp $
-SHA1 (raindrops-0.8.0.gem) = ca4cb3bdfae122a6a137cebe4ece550aa98019b9
-RMD160 (raindrops-0.8.0.gem) = c685d7e25bc75200ef256166e3f6879e3e98bcfa
-Size (raindrops-0.8.0.gem) = 70144 bytes
-SHA1 (patch-ext_raindrops_extconf.rb) = 698545a3c3547d1c3d48b8449a69d54a2a95477a
+SHA1 (raindrops-0.9.0.gem) = 7fa338d97c73b65f472ebf15567fd440cbe912c4
+RMD160 (raindrops-0.9.0.gem) = 156a48aa79452d58772496aa509d7b7a59293a90
+Size (raindrops-0.9.0.gem) = 72192 bytes
diff -r 2da2c5edb453 -r ffb618efa14e www/ruby-raindrops/patches/patch-ext_raindrops_extconf.rb
--- a/www/ruby-raindrops/patches/patch-ext_raindrops_extconf.rb Sat Jun 02 01:18:49 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-ext_raindrops_extconf.rb,v 1.1 2012/03/09 13:29:58 fhajny Exp $
-
-Avoid stumbling upon -march=i486.
---- ext/raindrops/extconf.rb.orig 2012-02-27 22:41:38.588175948 +0000
-+++ ext/raindrops/extconf.rb
-@@ -23,13 +23,6 @@ int main(int argc, char * const argv[])
- SRC
-
- if try_run(src)
-- # some systems target GCC for i386 and don't get the atomic builtins
-- # when building shared objects
-- arch = `#{CONFIG['CC']} -dumpmachine`.split(/-/)[0]
-- if arch == "i386" && $CFLAGS !~ /\b-march=/
-- $CFLAGS += " -march=i486 "
-- end
--
- $defs.push(format("-DHAVE_GCC_ATOMIC_BUILTINS"))
- true
- else
Home |
Main Index |
Thread Index |
Old Index