pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-stomp



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun 12 15:50:11 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-stomp: Makefile PLIST distinfo

Log Message:
Update ruby-stomp to 1.4.4.

## 1.4.4 20170611

* Merge fix for issue 141.
* Fix broken MatReconnectAttempts
* Attempt to detect mismatched SSL port and params.
* Issue 139, add ssl checks to receive timeout logic.
* Eliminate assert_nothing_raised from tests.
* Add Artemis suport to standard test bed.
* Run JRuby tests more easily.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-stomp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-stomp/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-stomp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-stomp/Makefile
diff -u pkgsrc/devel/ruby-stomp/Makefile:1.9 pkgsrc/devel/ruby-stomp/Makefile:1.10
--- pkgsrc/devel/ruby-stomp/Makefile:1.9        Sun Oct  9 15:10:43 2016
+++ pkgsrc/devel/ruby-stomp/Makefile    Mon Jun 12 15:50:11 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2016/10/09 15:10:43 taca Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/12 15:50:11 taca Exp $
 
-DISTNAME=      stomp-1.4.3
+DISTNAME=      stomp-1.4.4
 CATEGORIES=    devel
 
 MAINTAINER=    imil%NetBSD.org@localhost
@@ -9,7 +9,6 @@ COMMENT=        Ruby library for the Stomp prot
 LICENSE=       apache-2.0
 
 RUBYGEM_OPTIONS+=      --format-executable
-OVERRIDE_GEMSPEC+=     rake: stomp: rspec:
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-stomp/PLIST
diff -u pkgsrc/devel/ruby-stomp/PLIST:1.6 pkgsrc/devel/ruby-stomp/PLIST:1.7
--- pkgsrc/devel/ruby-stomp/PLIST:1.6   Sun Oct  9 15:10:43 2016
+++ pkgsrc/devel/ruby-stomp/PLIST       Mon Jun 12 15:50:11 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/10/09 15:10:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/06/12 15:50:11 taca Exp $
 bin/catstomp${RUBY_SUFFIX}
 bin/stompcat${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -18,6 +18,9 @@ ${GEM_LIBDIR}/adhoc/stomp_adhoc_common.r
 ${GEM_LIBDIR}/bin/catstomp
 ${GEM_LIBDIR}/bin/stompcat
 ${GEM_LIBDIR}/examples/amqdurasub.rb
+${GEM_LIBDIR}/examples/artemis/artlogger.rb
+${GEM_LIBDIR}/examples/artemis/cliwaiter_not_reliable.rb
+${GEM_LIBDIR}/examples/artemis/cliwaiter_reliable.rb
 ${GEM_LIBDIR}/examples/client11_ex1.rb
 ${GEM_LIBDIR}/examples/client11_putget1.rb
 ${GEM_LIBDIR}/examples/conn11_ex1.rb
@@ -78,6 +81,7 @@ ${GEM_LIBDIR}/spec/message_spec.rb
 ${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_LIBDIR}/stomp.gemspec
 ${GEM_LIBDIR}/test/.gitignore
+${GEM_LIBDIR}/test/MultiBrokerUnitTestExample.sh
 ${GEM_LIBDIR}/test/funcs.sh
 ${GEM_LIBDIR}/test/test_anonymous.rb
 ${GEM_LIBDIR}/test/test_client.rb

Index: pkgsrc/devel/ruby-stomp/distinfo
diff -u pkgsrc/devel/ruby-stomp/distinfo:1.10 pkgsrc/devel/ruby-stomp/distinfo:1.11
--- pkgsrc/devel/ruby-stomp/distinfo:1.10       Sun Oct  9 15:10:43 2016
+++ pkgsrc/devel/ruby-stomp/distinfo    Mon Jun 12 15:50:11 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/10/09 15:10:43 taca Exp $
+$NetBSD: distinfo,v 1.11 2017/06/12 15:50:11 taca Exp $
 
-SHA1 (stomp-1.4.3.gem) = e3043951f022a5becddf8186e5be3782b177df01
-RMD160 (stomp-1.4.3.gem) = bc24bfe3e6cdbe98fbd1558c1f21102342e20932
-SHA512 (stomp-1.4.3.gem) = b23eb5af9323107fddfb1d8d11c8039f567452674e38c7da5a3709412d56489f462b5d0634459c750525ef9a909c988e44a53aefda7e6b6bb30eee4b90a2b948
-Size (stomp-1.4.3.gem) = 91136 bytes
+SHA1 (stomp-1.4.4.gem) = d69da77d451427a6f56e63734b5d9a0c08ff2d0b
+RMD160 (stomp-1.4.4.gem) = 56b7a370bdc9a0c428a40f53909dcacc022c49f9
+SHA512 (stomp-1.4.4.gem) = 77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
+Size (stomp-1.4.4.gem) = 93696 bytes



Home | Main Index | Thread Index | Old Index