Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 646787A176 for ; Mon, 12 Jun 2017 15:50:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0EF3B85578; Mon, 12 Jun 2017 15:50:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94AAF84D9E for ; Mon, 12 Jun 2017 15:50:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XxrJCzx1S5He for ; Mon, 12 Jun 2017 15:50:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1375C84CDD for ; Mon, 12 Jun 2017 15:50:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A4CFFAB0; Mon, 12 Jun 2017 15:50:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497282612129590" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 15:50:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-stomp To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170612155012.0A4CFFAB0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497282612129590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1497282612129590 Content-Disposition: inline Content-Length: 2975 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 @@ -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 --_----------=_1497282612129590--