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:           Thu Jan 16 16:02:07 UTC 2020

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

Log Message:
devel/ruby-stomp: update to 1.4.9

Update ruby-stomp to 1.4.9.

## 1.4.9 20191116

* More debugging messages in netio.rb.
* Test workaround for Artemis-2289.
* New put and get examples.
* Fix issue #160.
* Address issue #155.
* Suppress SSL stacktrace to stdout.
* Example logger enhancements.
* Optional STOMP frame in examples.


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

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.13 pkgsrc/devel/ruby-stomp/Makefile:1.14
--- pkgsrc/devel/ruby-stomp/Makefile:1.13       Sun Nov  3 10:00:25 2019
+++ pkgsrc/devel/ruby-stomp/Makefile    Thu Jan 16 16:02:07 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/11/03 10:00:25 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/16 16:02:07 taca Exp $
 
-DISTNAME=      stomp-1.4.8
+DISTNAME=      stomp-1.4.9
 CATEGORIES=    devel
 
 MAINTAINER=    imil%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-stomp/distinfo
diff -u pkgsrc/devel/ruby-stomp/distinfo:1.13 pkgsrc/devel/ruby-stomp/distinfo:1.14
--- pkgsrc/devel/ruby-stomp/distinfo:1.13       Sun Jan 20 14:04:54 2019
+++ pkgsrc/devel/ruby-stomp/distinfo    Thu Jan 16 16:02:07 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/01/20 14:04:54 taca Exp $
+$NetBSD: distinfo,v 1.14 2020/01/16 16:02:07 taca Exp $
 
-SHA1 (stomp-1.4.8.gem) = 2ccb75f6213b8ed15b3b650177967377af5a4556
-RMD160 (stomp-1.4.8.gem) = 3c1f0a21777821d7b5b45b23f4d9e5a7862d2d31
-SHA512 (stomp-1.4.8.gem) = 6e5c0727d4b3853f90f8ec4450162b38f571dcd63b58a4d09c284f42f5b9ee884ee8a3b8d27c8d85f8a297337e0d6ed61538bafee840cfc26e15b15039e1e4c9
-Size (stomp-1.4.8.gem) = 97792 bytes
+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

Index: pkgsrc/devel/ruby-stomp/PLIST
diff -u pkgsrc/devel/ruby-stomp/PLIST:1.9 pkgsrc/devel/ruby-stomp/PLIST:1.10
--- pkgsrc/devel/ruby-stomp/PLIST:1.9   Sun Jan 20 14:04:54 2019
+++ pkgsrc/devel/ruby-stomp/PLIST       Thu Jan 16 16:02:07 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/01/20 14:04:54 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/01/16 16:02:07 taca Exp $
 bin/catstomp${RUBY_SUFFIX}
 bin/stompcat${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -24,6 +24,9 @@ ${GEM_LIBDIR}/examples/artemis/cliwaiter
 ${GEM_LIBDIR}/examples/client_conndisc.rb
 ${GEM_LIBDIR}/examples/client_putget.rb
 ${GEM_LIBDIR}/examples/conn_conndisc.rb
+${GEM_LIBDIR}/examples/conn_get.rb
+${GEM_LIBDIR}/examples/conn_put.rb
+${GEM_LIBDIR}/examples/conn_put_pace.rb
 ${GEM_LIBDIR}/examples/conn_putget.rb
 ${GEM_LIBDIR}/examples/contrib.sh
 ${GEM_LIBDIR}/examples/contributors.rb



Home | Main Index | Thread Index | Old Index