diff options
author | taca <taca@pkgsrc.org> | 2016-10-17 14:35:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-17 14:35:41 +0000 |
commit | 54fd0bebce009641cbc78c8d71682029009b951a (patch) | |
tree | 9f567a37c63209dd037f280333245a28924424c0 /net/ruby-amqp/Makefile | |
parent | 195ba082507413047ff15cfa18c31fca43927fe8 (diff) | |
download | pkgsrc-54fd0bebce009641cbc78c8d71682029009b951a.tar.gz |
Update ruby-amqp to 1.6.0.
## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)
### amq-protocol Update
Minimum `amq-protocol` version is now `2.0.1`.
### Provide More Details in TCP Connection Failure Exception
Contributed by Neil Hooey.
GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222).
### Ensures frameset is cleared after an unhandled exception
Ensures frameset is cleared after an unhandled exception.
This avoids confusing exceptions such as
```
undefined method `method_class' for #<AMQ::Protocol::BodyFrame:0x0000001e8a60b0>
```
Contributed by Michael Lutsiuk.
GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
Diffstat (limited to 'net/ruby-amqp/Makefile')
-rw-r--r-- | net/ruby-amqp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ruby-amqp/Makefile b/net/ruby-amqp/Makefile index 9b1de01526e..75c77e47913 100644 --- a/net/ruby-amqp/Makefile +++ b/net/ruby-amqp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2015/12/30 04:22:59 taca Exp $ +# $NetBSD: Makefile,v 1.21 2016/10/17 14:35:41 taca Exp $ -DISTNAME= amqp-1.5.1 +DISTNAME= amqp-1.6.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +9,7 @@ COMMENT= AMQP client implementation in Ruby/EventMachine LICENSE= ruby-license DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine -DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=1.9.2:../../net/ruby-amq-protocol +DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=2.0.1:../../net/ruby-amq-protocol .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |