Received: by mail.netbsd.org (Postfix, from userid 605) id DD7E884D3C; Mon, 14 Sep 2020 13:08:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62D4184D36 for ; Mon, 14 Sep 2020 13:08:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CZTarVuGMUFa for ; Mon, 14 Sep 2020 13:08:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D26AD84CEA for ; Mon, 14 Sep 2020 13:08:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD37EFB28; Mon, 14 Sep 2020 13:08:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600088894180340" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 13:08:14 +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: <20200914130814.CD37EFB28@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. --_----------=_1600088894180340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 14 13:08:14 UTC 2020 Modified Files: pkgsrc/devel/ruby-stomp: Makefile PLIST distinfo Log Message: devel/ruby-stomp: update to 1.4.10 Update ruby-stomp to ruby-stomp. ## 1.4.10 (2020-08-19) * Fix issue #165 * Reinstate autoflush behavior * Correct _receive method signature * Update version * More debugging messages in netio.rb. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-stomp/Makefile \ pkgsrc/devel/ruby-stomp/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-stomp/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600088894180340 Content-Disposition: inline Content-Length: 2503 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.14 pkgsrc/devel/ruby-stomp/Makefile:1.15 --- pkgsrc/devel/ruby-stomp/Makefile:1.14 Thu Jan 16 16:02:07 2020 +++ pkgsrc/devel/ruby-stomp/Makefile Mon Sep 14 13:08:14 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2020/01/16 16:02:07 taca Exp $ +# $NetBSD: Makefile,v 1.15 2020/09/14 13:08:14 taca Exp $ -DISTNAME= stomp-1.4.9 +DISTNAME= stomp-1.4.10 CATEGORIES= devel MAINTAINER= imil@NetBSD.org Index: pkgsrc/devel/ruby-stomp/distinfo diff -u pkgsrc/devel/ruby-stomp/distinfo:1.14 pkgsrc/devel/ruby-stomp/distinfo:1.15 --- pkgsrc/devel/ruby-stomp/distinfo:1.14 Thu Jan 16 16:02:07 2020 +++ pkgsrc/devel/ruby-stomp/distinfo Mon Sep 14 13:08:14 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/01/16 16:02:07 taca Exp $ +$NetBSD: distinfo,v 1.15 2020/09/14 13:08:14 taca Exp $ -SHA1 (stomp-1.4.9.gem) = 10678b42bfc0d599c74f80aae1793314bd83db2c -RMD160 (stomp-1.4.9.gem) = a40d96c7009e82ae6ba567a2837a08d86895af62 -SHA512 (stomp-1.4.9.gem) = e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86 -Size (stomp-1.4.9.gem) = 99328 bytes +SHA1 (stomp-1.4.10.gem) = ee55b6fab3e17c4b519bc6a79296cfa978507188 +RMD160 (stomp-1.4.10.gem) = 0870a173e0f5cc398263a117355c19843f8f832d +SHA512 (stomp-1.4.10.gem) = bff1a533e5455cf4540bab3b5d16c63f1e0783b0257b5e0bf2fd26512586670ce5db66f97e098805c7b5fc02913478553409b90a4014bdc883465bc7b474eb7e +Size (stomp-1.4.10.gem) = 99840 bytes Index: pkgsrc/devel/ruby-stomp/PLIST diff -u pkgsrc/devel/ruby-stomp/PLIST:1.10 pkgsrc/devel/ruby-stomp/PLIST:1.11 --- pkgsrc/devel/ruby-stomp/PLIST:1.10 Thu Jan 16 16:02:07 2020 +++ pkgsrc/devel/ruby-stomp/PLIST Mon Sep 14 13:08:14 2020 @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.10 2020/01/16 16:02:07 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2020/09/14 13:08:14 taca Exp $ bin/catstomp${RUBY_SUFFIX} bin/stompcat${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/CONTRIBUTORS.md ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile @@ -38,6 +39,7 @@ ${GEM_LIBDIR}/examples/historical/topic_ ${GEM_LIBDIR}/examples/logexamp.rb ${GEM_LIBDIR}/examples/putget_file.rb ${GEM_LIBDIR}/examples/putget_rephdrs.rb +${GEM_LIBDIR}/examples/showver.rb ${GEM_LIBDIR}/examples/ssl/SSL.md ${GEM_LIBDIR}/examples/ssl/misc/ssl_ctxoptions.rb ${GEM_LIBDIR}/examples/ssl/misc/ssl_newparm.rb --_----------=_1600088894180340--