pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-amqp Update net/ruby-amqp to 0.6.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fade9f90e0f3
branches:  trunk
changeset: 576387:fade9f90e0f3
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Jun 09 10:42:07 2010 +0000

description:
Update net/ruby-amqp to 0.6.7.

No changelog published; from the commit history:

* Allow :no_declare=>true on new Exchanges to prevent sending Exchange.Declare
* Add MQ::Queue#purge (thanks Uwe Kubosch)
* Avoid opts.delete() to prevent issues during reconnect and wrapper apis that pass in options
* Add MQ#recover to redeliver unackd messages
* Add :confirm => some_proc for Queue#subscribe to receive ConsumeOk
* Make rpc return queues autodelete
* Re-send prefetch command on reconnect
* Stop adding to the load path, use File.expand_path instead
* Remove a queue from MQ#queues on CancelOk if it is autodelete

diffstat:

 net/ruby-amqp/Makefile |  4 ++--
 net/ruby-amqp/PLIST    |  3 ++-
 net/ruby-amqp/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 336726ae103c -r fade9f90e0f3 net/ruby-amqp/Makefile
--- a/net/ruby-amqp/Makefile    Wed Jun 09 09:44:54 2010 +0000
+++ b/net/ruby-amqp/Makefile    Wed Jun 09 10:42:07 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 12:22:07 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2010/06/09 10:42:07 fhajny Exp $
 
-DISTNAME=      amqp-0.6.5
+DISTNAME=      amqp-0.6.7
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    net
 
diff -r 336726ae103c -r fade9f90e0f3 net/ruby-amqp/PLIST
--- a/net/ruby-amqp/PLIST       Wed Jun 09 09:44:54 2010 +0000
+++ b/net/ruby-amqp/PLIST       Wed Jun 09 10:42:07 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/02 12:22:07 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/06/09 10:42:07 fhajny Exp $
 ${GEM_HOME}/cache/amqp-${PKGVERSION}.gem
 ${GEM_LIBDIR}/README
 ${GEM_LIBDIR}/Rakefile
@@ -30,6 +30,7 @@
 ${GEM_LIBDIR}/lib/amqp/protocol.rb
 ${GEM_LIBDIR}/lib/amqp/server.rb
 ${GEM_LIBDIR}/lib/amqp/spec.rb
+${GEM_LIBDIR}/lib/amqp/version.rb
 ${GEM_LIBDIR}/lib/ext/blankslate.rb
 ${GEM_LIBDIR}/lib/ext/em.rb
 ${GEM_LIBDIR}/lib/ext/emfork.rb
diff -r 336726ae103c -r fade9f90e0f3 net/ruby-amqp/distinfo
--- a/net/ruby-amqp/distinfo    Wed Jun 09 09:44:54 2010 +0000
+++ b/net/ruby-amqp/distinfo    Wed Jun 09 10:42:07 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/12/02 12:22:07 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2010/06/09 10:42:07 fhajny Exp $
 
-SHA1 (amqp-0.6.5.gem) = ebbc3a6eb0182180a05039e3d150256018fe19f4
-RMD160 (amqp-0.6.5.gem) = 750412b99a7fc680f47d6f63ed4a82e5a04e20c2
-Size (amqp-0.6.5.gem) = 82944 bytes
+SHA1 (amqp-0.6.7.gem) = f3e4c16ed8034a697dd41acaffcba700a936ae95
+RMD160 (amqp-0.6.7.gem) = 8c40df75b46619bb7dd6dc5f63c09aee2e99de17
+Size (amqp-0.6.7.gem) = 83456 bytes



Home | Main Index | Thread Index | Old Index