diff options
author | taca <taca@pkgsrc.org> | 2011-08-12 17:07:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-12 17:07:49 +0000 |
commit | cead60f830e00c480eb77c0f18b1fc601529e149 (patch) | |
tree | 394c8be1a1e6cb04d165d139b2d561ed15de11ce /net/ruby-amqp | |
parent | 36741dc8d84ecffee7893245cc744a17b1b32c5d (diff) | |
download | pkgsrc-cead60f830e00c480eb77c0f18b1fc601529e149.tar.gz |
Update net/ruby-amqp package to 0.7.4.
Here is partial changes:
= Version 0.7.2
* [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name
* [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB
* [BUG] Queue#reset leaks consumer tags [#40].
Diffstat (limited to 'net/ruby-amqp')
-rw-r--r-- | net/ruby-amqp/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-amqp/PLIST | 11 | ||||
-rw-r--r-- | net/ruby-amqp/distinfo | 8 |
3 files changed, 15 insertions, 8 deletions
diff --git a/net/ruby-amqp/Makefile b/net/ruby-amqp/Makefile index 8e2abd1c093..c27debec9d7 100644 --- a/net/ruby-amqp/Makefile +++ b/net/ruby-amqp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/06/19 02:51:56 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/12 17:07:49 taca Exp $ -DISTNAME= amqp-0.7.1 +DISTNAME= amqp-0.7.4 CATEGORIES= net MAINTAINER= filip@joyent.com diff --git a/net/ruby-amqp/PLIST b/net/ruby-amqp/PLIST index 188e8937bb9..207db59eb68 100644 --- a/net/ruby-amqp/PLIST +++ b/net/ruby-amqp/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2011/06/19 02:51:56 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/08/12 17:07:49 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/CONTRIBUTORS ${GEM_LIBDIR}/Gemfile @@ -12,7 +13,6 @@ ${GEM_LIBDIR}/amqp.gemspec ${GEM_LIBDIR}/amqp.pre.gemspec ${GEM_LIBDIR}/bin/cleanify.rb ${GEM_LIBDIR}/bin/irb -${GEM_LIBDIR}/bin/jenkins.sh ${GEM_LIBDIR}/bin/set_test_suite_realms_up.sh ${GEM_LIBDIR}/doc/EXAMPLE_01_PINGPONG ${GEM_LIBDIR}/doc/EXAMPLE_02_CLOCK @@ -25,8 +25,12 @@ ${GEM_LIBDIR}/examples/ack.rb ${GEM_LIBDIR}/examples/automatic_binding_for_default_direct_exchange.rb ${GEM_LIBDIR}/examples/callbacks.rb ${GEM_LIBDIR}/examples/clock.rb +${GEM_LIBDIR}/examples/default_channel.rb ${GEM_LIBDIR}/examples/hashtable.rb +${GEM_LIBDIR}/examples/immediately_bind_a_server_named_queue.rb ${GEM_LIBDIR}/examples/internal.rb +${GEM_LIBDIR}/examples/issues/issue_75.rb +${GEM_LIBDIR}/examples/issues/issue_94.rb ${GEM_LIBDIR}/examples/logger.rb ${GEM_LIBDIR}/examples/multiclock.rb ${GEM_LIBDIR}/examples/pingpong.rb @@ -35,6 +39,7 @@ ${GEM_LIBDIR}/examples/primes-simple.rb ${GEM_LIBDIR}/examples/primes.rb ${GEM_LIBDIR}/examples/simple.rb ${GEM_LIBDIR}/examples/stocks.rb +${GEM_LIBDIR}/gemfiles/eventmachine-pre ${GEM_LIBDIR}/lib/amqp.rb ${GEM_LIBDIR}/lib/amqp/basic_client.rb ${GEM_LIBDIR}/lib/amqp/buffer.rb @@ -70,6 +75,7 @@ ${GEM_LIBDIR}/spec/integration/channel_close_spec.rb ${GEM_LIBDIR}/spec/integration/exchange_declaration_spec.rb ${GEM_LIBDIR}/spec/integration/queue_declaration_spec.rb ${GEM_LIBDIR}/spec/integration/queue_exclusivity_spec.rb +${GEM_LIBDIR}/spec/integration/queue_status_spec.rb ${GEM_LIBDIR}/spec/integration/reply_queue_communication_spec.rb ${GEM_LIBDIR}/spec/integration/store_and_forward_spec.rb ${GEM_LIBDIR}/spec/integration/topic_subscription_spec.rb @@ -77,6 +83,7 @@ ${GEM_LIBDIR}/spec/integration/workload_distribution_spec.rb ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/unit/amqp/basic_spec.rb ${GEM_LIBDIR}/spec/unit/amqp/buffer_spec.rb +${GEM_LIBDIR}/spec/unit/amqp/client_spec.rb ${GEM_LIBDIR}/spec/unit/amqp/collection_spec.rb ${GEM_LIBDIR}/spec/unit/amqp/connection_spec.rb ${GEM_LIBDIR}/spec/unit/amqp/frame_spec.rb diff --git a/net/ruby-amqp/distinfo b/net/ruby-amqp/distinfo index 9f09db8213c..651d22f0046 100644 --- a/net/ruby-amqp/distinfo +++ b/net/ruby-amqp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/06/19 02:51:56 taca Exp $ +$NetBSD: distinfo,v 1.4 2011/08/12 17:07:49 taca Exp $ -SHA1 (amqp-0.7.1.gem) = 77f420676977bcbf2ce7d0e61361efa6af7dcdf2 -RMD160 (amqp-0.7.1.gem) = a47a5d21c00245dcc094aab17eaa726918d4dbb1 -Size (amqp-0.7.1.gem) = 89600 bytes +SHA1 (amqp-0.7.4.gem) = 372c55b791aa059e09086aeddcd1506a266d8fce +RMD160 (amqp-0.7.4.gem) = dc8b6dce9738e6fa1c30f3e9ed0d4a674e420a65 +Size (amqp-0.7.4.gem) = 93184 bytes |