summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2016-03-08 14:51:43 +0000
committertaca <taca>2016-03-08 14:51:43 +0000
commitdd239a8689d64d868777e021035261a09ecb1f5c (patch)
treea2568ab44d5436ff47e233775de1e8a860591fcd /devel
parentf4533e0f95bc74d5e9e99335d04f312b9fcc3e0a (diff)
downloadpkgsrc-dd239a8689d64d868777e021035261a09ecb1f5c.tar.gz
Update ruby-stomp to 1.3.5.
== 1.3.5 20160302 * Add AMQ specific durable topic example. * Output error to stderr only in logger is undefined. * Move README changelog lower. * Handle newline at start of receive buffer. * Use Timeout::timeout instead of deprecated kernel version. * If socket open on reconnect, close it before new open. * On misc_err, make error messages more readable. * Attempt to support both Rspec 2.14.1+ and 3.x.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-stomp/ALTERNATIVES2
-rw-r--r--devel/ruby-stomp/Makefile9
-rw-r--r--devel/ruby-stomp/PLIST7
-rw-r--r--devel/ruby-stomp/distinfo10
4 files changed, 18 insertions, 10 deletions
diff --git a/devel/ruby-stomp/ALTERNATIVES b/devel/ruby-stomp/ALTERNATIVES
new file mode 100644
index 00000000000..e8ecd768a2d
--- /dev/null
+++ b/devel/ruby-stomp/ALTERNATIVES
@@ -0,0 +1,2 @@
+bin/catstomp @PREFIX@/bin/catstomp@RUBY_SUFFIX@
+bin/stompcat @PREFIX@/bin/stompcat@RUBY_SUFFIX@
diff --git a/devel/ruby-stomp/Makefile b/devel/ruby-stomp/Makefile
index 1cdea5f90a8..fc2579b722b 100644
--- a/devel/ruby-stomp/Makefile
+++ b/devel/ruby-stomp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2015/02/02 15:09:02 taca Exp $
+# $NetBSD: Makefile,v 1.8 2016/03/08 14:51:43 taca Exp $
-DISTNAME= stomp-1.3.4
+DISTNAME= stomp-1.3.5
CATEGORIES= devel
MAINTAINER= imil@NetBSD.org
@@ -8,5 +8,10 @@ HOMEPAGE= https://rubygems.org/gems/stomp/
COMMENT= Ruby library for the Stomp protocol
LICENSE= apache-2.0
+RUBYGEM_OPTIONS+= --format-executable
+
+pre-configure:
+ ${CHMOD} +x ${WRKSRC}/bin/catstomp ${WRKSRC}/bin/stompcat
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-stomp/PLIST b/devel/ruby-stomp/PLIST
index b0cf4afa4d0..4b1c5696ce7 100644
--- a/devel/ruby-stomp/PLIST
+++ b/devel/ruby-stomp/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2015/02/02 15:09:02 taca Exp $
-bin/catstomp
-bin/stompcat
+@comment $NetBSD: PLIST,v 1.5 2016/03/08 14:51:43 taca Exp $
+bin/catstomp${RUBY_SUFFIX}
+bin/stompcat${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/LICENSE
@@ -8,6 +8,7 @@ ${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/catstomp
${GEM_LIBDIR}/bin/stompcat
+${GEM_LIBDIR}/examples/amqdurasub.rb
${GEM_LIBDIR}/examples/client11_ex1.rb
${GEM_LIBDIR}/examples/client11_putget1.rb
${GEM_LIBDIR}/examples/conn11_ex1.rb
diff --git a/devel/ruby-stomp/distinfo b/devel/ruby-stomp/distinfo
index d59dc5ccab0..5cf17add2f8 100644
--- a/devel/ruby-stomp/distinfo
+++ b/devel/ruby-stomp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:29:29 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/03/08 14:51:43 taca Exp $
-SHA1 (stomp-1.3.4.gem) = 1f15be20f70d3528c00bb65b104a2ffec3a019b5
-RMD160 (stomp-1.3.4.gem) = b67bd8f98192b1895f996afa9bc902c3db236733
-SHA512 (stomp-1.3.4.gem) = f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
-Size (stomp-1.3.4.gem) = 77824 bytes
+SHA1 (stomp-1.3.5.gem) = c53a44fce680e0d934ea3371f9516398dc90421d
+RMD160 (stomp-1.3.5.gem) = 72fcfa7cb91e9dac24c77b1e883d421c4278a773
+SHA512 (stomp-1.3.5.gem) = d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
+Size (stomp-1.3.5.gem) = 78848 bytes