summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-14 17:36:28 +0000
committertaca <taca@pkgsrc.org>2014-03-14 17:36:28 +0000
commit0089f887a363c1a755af2e8f8983a339f4de6289 (patch)
tree8258017856ce8653338b8348c8b72df9c9b6f6a0 /net
parent912966c0f215ac88d308491f9fa09ed1e5734a45 (diff)
downloadpkgsrc-0089f887a363c1a755af2e8f8983a339f4de6289.tar.gz
Update ruby-amqp to 1.3.0.
Changes are too many to write here, please refer ChangeLog.md.
Diffstat (limited to 'net')
-rw-r--r--net/ruby-amqp/Makefile10
-rw-r--r--net/ruby-amqp/PLIST26
-rw-r--r--net/ruby-amqp/distinfo8
3 files changed, 28 insertions, 16 deletions
diff --git a/net/ruby-amqp/Makefile b/net/ruby-amqp/Makefile
index c9da0269d31..392b1d68e17 100644
--- a/net/ruby-amqp/Makefile
+++ b/net/ruby-amqp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2013/09/15 18:30:48 taca Exp $
+# $NetBSD: Makefile,v 1.16 2014/03/14 17:36:28 taca Exp $
-DISTNAME= amqp-1.0.2
+DISTNAME= amqp-1.3.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,10 +8,8 @@ HOMEPAGE= http://github.com/ruby-amqp/amqp
COMMENT= AMQP client implementation in Ruby/EventMachine
LICENSE= ruby-license
-# ruby-amq-client depends on ruby-eventmachine and ruby-amq-protocol
-#DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine
-DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=1.3.0:../../net/ruby-amq-protocol
-DEPENDS+= ${RUBY_PKGPREFIX}-amq-client>=1.0.2:../../net/ruby-amq-client
+DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine
+DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=1.9.2:../../net/ruby-amq-protocol
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ruby-amqp/PLIST b/net/ruby-amqp/PLIST
index f913d2f7fba..8cbb71ca55a 100644
--- a/net/ruby-amqp/PLIST
+++ b/net/ruby-amqp/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.9 2013/09/15 18:30:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/03/14 17:36:28 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.ruby-version
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
-${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/ChangeLog.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
@@ -71,6 +72,7 @@ ${GEM_LIBDIR}/examples/error_handling/tcp_connection_failure_handling_with_a_res
${GEM_LIBDIR}/examples/error_handling/tcp_connection_failure_with_a_callback.rb
${GEM_LIBDIR}/examples/exchanges/autodeletion_of_exchanges.rb
${GEM_LIBDIR}/examples/exchanges/declare_an_exchange_without_assignment.rb
+${GEM_LIBDIR}/examples/extensions/rabbitmq/connection_blocking.rb
${GEM_LIBDIR}/examples/extensions/rabbitmq/per_queue_message_ttl.rb
${GEM_LIBDIR}/examples/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb
${GEM_LIBDIR}/examples/extensions/rabbitmq/using_alternate_exchanges.rb
@@ -155,25 +157,37 @@ ${GEM_LIBDIR}/examples/tls_certificates/testca/openssl.cnf
${GEM_LIBDIR}/examples/tls_certificates/testca/private/cakey.pem
${GEM_LIBDIR}/examples/tls_certificates/testca/serial
${GEM_LIBDIR}/examples/tls_certificates/testca/serial.old
+${GEM_LIBDIR}/lib/amq/protocol/get_response.rb
${GEM_LIBDIR}/lib/amqp.rb
+${GEM_LIBDIR}/lib/amqp/auth_mechanism_adapter.rb
+${GEM_LIBDIR}/lib/amqp/auth_mechanism_adapter/external.rb
+${GEM_LIBDIR}/lib/amqp/auth_mechanism_adapter/plain.rb
${GEM_LIBDIR}/lib/amqp/bit_set.rb
${GEM_LIBDIR}/lib/amqp/broker.rb
+${GEM_LIBDIR}/lib/amqp/callbacks.rb
${GEM_LIBDIR}/lib/amqp/channel.rb
-${GEM_LIBDIR}/lib/amqp/client.rb
+${GEM_LIBDIR}/lib/amqp/channel_id_allocator.rb
${GEM_LIBDIR}/lib/amqp/compatibility/ruby187_patchlevel_check.rb
-${GEM_LIBDIR}/lib/amqp/connection.rb
${GEM_LIBDIR}/lib/amqp/consumer.rb
+${GEM_LIBDIR}/lib/amqp/consumer_tag_generator.rb
+${GEM_LIBDIR}/lib/amqp/deferrable.rb
+${GEM_LIBDIR}/lib/amqp/entity.rb
${GEM_LIBDIR}/lib/amqp/exceptions.rb
${GEM_LIBDIR}/lib/amqp/exchange.rb
${GEM_LIBDIR}/lib/amqp/extensions/rabbitmq.rb
+${GEM_LIBDIR}/lib/amqp/framing/string/frame.rb
+${GEM_LIBDIR}/lib/amqp/handlers_registry.rb
${GEM_LIBDIR}/lib/amqp/header.rb
${GEM_LIBDIR}/lib/amqp/int_allocator.rb
${GEM_LIBDIR}/lib/amqp/integration/rails.rb
+${GEM_LIBDIR}/lib/amqp/openable.rb
${GEM_LIBDIR}/lib/amqp/queue.rb
${GEM_LIBDIR}/lib/amqp/session.rb
+${GEM_LIBDIR}/lib/amqp/settings.rb
${GEM_LIBDIR}/lib/amqp/utilities/event_loop_helper.rb
${GEM_LIBDIR}/lib/amqp/utilities/server_type.rb
${GEM_LIBDIR}/lib/amqp/version.rb
+${GEM_LIBDIR}/repl
${GEM_LIBDIR}/spec/integration/authentication_spec.rb
${GEM_LIBDIR}/spec/integration/automatic_binding_for_default_direct_exchange_spec.rb
${GEM_LIBDIR}/spec/integration/automatic_recovery_predicate_spec.rb
@@ -184,11 +198,13 @@ ${GEM_LIBDIR}/spec/integration/channel_close_spec.rb
${GEM_LIBDIR}/spec/integration/channel_level_exception_handling_spec.rb
${GEM_LIBDIR}/spec/integration/channel_level_exception_with_multiple_channels_spec.rb
${GEM_LIBDIR}/spec/integration/concurrent_publishing_on_a_shared_channel_spec.rb
+${GEM_LIBDIR}/spec/integration/connection_close_spec.rb
${GEM_LIBDIR}/spec/integration/connection_level_exception_handling_spec.rb
${GEM_LIBDIR}/spec/integration/declare_and_immediately_bind_a_server_named_queue_spec.rb
${GEM_LIBDIR}/spec/integration/declare_one_hundred_server_named_queues_spec.rb
${GEM_LIBDIR}/spec/integration/direct_exchange_routing_spec.rb
${GEM_LIBDIR}/spec/integration/exchange_declaration_spec.rb
+${GEM_LIBDIR}/spec/integration/exchange_to_exchange_binding_spec.rb
${GEM_LIBDIR}/spec/integration/extensions/rabbitmq/publisher_confirmations_spec.rb
${GEM_LIBDIR}/spec/integration/fanout_exchange_routing_spec.rb
${GEM_LIBDIR}/spec/integration/headers_exchange_routing_spec.rb
@@ -216,9 +232,7 @@ ${GEM_LIBDIR}/spec/integration/topic_subscription_spec.rb
${GEM_LIBDIR}/spec/integration/tx_commit_spec.rb
${GEM_LIBDIR}/spec/integration/tx_rollback_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/unit/amqp/bit_set_spec.rb
${GEM_LIBDIR}/spec/unit/amqp/channel_id_allocation_spec.rb
${GEM_LIBDIR}/spec/unit/amqp/client_spec.rb
${GEM_LIBDIR}/spec/unit/amqp/connection_spec.rb
-${GEM_LIBDIR}/spec/unit/amqp/int_allocator_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/net/ruby-amqp/distinfo b/net/ruby-amqp/distinfo
index fabd458d9e8..92606b348ef 100644
--- a/net/ruby-amqp/distinfo
+++ b/net/ruby-amqp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2013/09/15 18:30:48 taca Exp $
+$NetBSD: distinfo,v 1.12 2014/03/14 17:36:28 taca Exp $
-SHA1 (amqp-1.0.2.gem) = bb600859981be3df27ba548dd685fef3a155e47b
-RMD160 (amqp-1.0.2.gem) = b5198d5f6acdc181e82753eea03e9447a8293711
-Size (amqp-1.0.2.gem) = 1159680 bytes
+SHA1 (amqp-1.3.0.gem) = 07e0941fe3786949ae080b399a62face038f8768
+RMD160 (amqp-1.3.0.gem) = 45180ff142932556baa3faeb26e8a43b500d6914
+Size (amqp-1.3.0.gem) = 1176576 bytes