Thu Dec 15 14:52:01 2011 UTC ()
Update ruby-amqp pacakge to 0.8.4.

* Some parts are splited to another package (ruby-amq-client and
  ruby-amq-protocol).
* Update DESCR.


(taca)
diff -r1.1.1.1 -r1.2 pkgsrc/net/ruby-amqp/DESCR
diff -r1.6 -r1.7 pkgsrc/net/ruby-amqp/Makefile
diff -r1.5 -r1.6 pkgsrc/net/ruby-amqp/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/ruby-amqp/DESCR (expand / switch to unified diff)

--- pkgsrc/net/ruby-amqp/DESCR 2009/12/02 12:22:07 1.1.1.1
+++ pkgsrc/net/ruby-amqp/DESCR 2011/12/15 14:52:01 1.2
@@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
1AMQP client implementation in Ruby/EventMachine. 1Ruby amqp gem is a widely used, feature-rich, well-maintained asynchronous
2This library was tested primarily with RabbitMQ, although it should 2AMQP 0.9.1 client with batteries included.
3be compatible with any server implementing the AMQP 0-8 spec. 3
 4This library works with Ruby 1.8.7 (*except for p249*, see the FAQ), Ruby
 51.9.2, Ruby 1.9.3, [JRuby](http://jruby.org), [Rubinius](http://rubini.us) as
 6well as [REE](http://www.rubyenterpriseedition.com), and is licensed under the
 7[Ruby License](http://www.ruby-lang.org/en/LICENSE.txt)

cvs diff -r1.6 -r1.7 pkgsrc/net/ruby-amqp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-amqp/Makefile 2011/09/12 13:29:22 1.6
+++ pkgsrc/net/ruby-amqp/Makefile 2011/12/15 14:52:01 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2011/09/12 13:29:22 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2011/12/15 14:52:01 taca Exp $
2 2
3DISTNAME= amqp-0.8.0 3DISTNAME= amqp-0.8.4
4CATEGORIES= net 4CATEGORIES= net
5 5
6MAINTAINER= filip@joyent.com 6MAINTAINER= filip@joyent.com
7HOMEPAGE= http://github.com/tmm1/amqp 7HOMEPAGE= http://github.com/ruby-amqp/amqp
8COMMENT= AMQP client implementation in Ruby/EventMachine 8COMMENT= AMQP client implementation in Ruby/EventMachine
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.4:../../devel/ruby-eventmachine 13DEPENDS+= ${RUBY_PKGPREFIX}-amq-client>=0.8.7<0.9:../../net/ruby-amq-client
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/net/ruby-amqp/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ruby-amqp/distinfo 2011/09/12 13:29:22 1.5
+++ pkgsrc/net/ruby-amqp/distinfo 2011/12/15 14:52:01 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2011/09/12 13:29:22 taca Exp $ 1$NetBSD: distinfo,v 1.6 2011/12/15 14:52:01 taca Exp $
2 2
3SHA1 (amqp-0.8.0.gem) = f57e76710ef8d3623d966b3c653ea07a5647a22e 3SHA1 (amqp-0.8.4.gem) = 9d81103073a7fddc1b1be412a56502f46e2ae49f
4RMD160 (amqp-0.8.0.gem) = ab83118337a95c58404f8eb7618354da8987cc69 4RMD160 (amqp-0.8.4.gem) = 5337617f90b0fc72c05a298a713dbe713f2a263c
5Size (amqp-0.8.0.gem) = 985600 bytes 5Size (amqp-0.8.4.gem) = 984064 bytes