update to stomp-1.3.2

This commit is contained in:
jasper 2013-12-23 17:07:52 +00:00
parent a15981722b
commit cdc01ad156
3 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2013/10/26 23:55:37 jeremy Exp $
# $OpenBSD: Makefile,v 1.13 2013/12/23 17:07:52 jasper Exp $
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
DISTNAME = stomp-1.2.9
REVISION = 0
DISTNAME = stomp-1.3.2
CATEGORIES = net
HOMEPAGE = https://github.com/stompgem/stomp

View File

@ -1,2 +1,2 @@
SHA256 (stomp-1.2.9.gem) = +a5V1PgA+WRf1eTngWWIot32voMXsZZNlmiZ3W1wQyw=
SIZE (stomp-1.2.9.gem) = 61952
SHA256 (stomp-1.3.2.gem) = N+2QOQD3q/ytCnFMAVNjLJfLZd58JHwqNPlVwHzhdLQ=
SIZE (stomp-1.3.2.gem) = 75264

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2013/02/05 10:31:57 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2013/12/23 17:07:52 jasper Exp $
${GEM_BIN}/catstomp${GEM_BIN_SUFFIX}
${GEM_BIN}/stompcat${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
@ -17,6 +17,7 @@ ${GEM_LIB}/gems/${DISTNAME}/examples/conn11_ex1.rb
${GEM_LIB}/gems/${DISTNAME}/examples/conn11_ex2.rb
${GEM_LIB}/gems/${DISTNAME}/examples/conn11_hb1.rb
${GEM_LIB}/gems/${DISTNAME}/examples/consumer.rb
${GEM_LIB}/gems/${DISTNAME}/examples/examplogger.rb
${GEM_LIB}/gems/${DISTNAME}/examples/get11conn_ex1.rb
${GEM_LIB}/gems/${DISTNAME}/examples/get11conn_ex2.rb
${GEM_LIB}/gems/${DISTNAME}/examples/logexamp.rb
@ -24,7 +25,6 @@ ${GEM_LIB}/gems/${DISTNAME}/examples/logexamp_ssl.rb
${GEM_LIB}/gems/${DISTNAME}/examples/publisher.rb
${GEM_LIB}/gems/${DISTNAME}/examples/put11conn_ex1.rb
${GEM_LIB}/gems/${DISTNAME}/examples/putget11_rh1.rb
${GEM_LIB}/gems/${DISTNAME}/examples/slogger.rb
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc1.rb
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc1_ciphers.rb
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc2.rb
@ -55,8 +55,12 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/stomp/errors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/ext/
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/ext/hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/message.rb
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/null_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/slogger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/sslparams.rb
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/version.rb
${GEM_LIB}/gems/${DISTNAME}/notes/
${GEM_LIB}/gems/${DISTNAME}/notes/heartbeat_readme.txt
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/client_shared_examples.rb
${GEM_LIB}/gems/${DISTNAME}/spec/client_spec.rb
@ -65,6 +69,7 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/message_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/stomp.gemspec
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_anonymous.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_client.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_codec.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_connection.rb
@ -72,5 +77,6 @@ ${GEM_LIB}/gems/${DISTNAME}/test/test_connection1p.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_message.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_ssl.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_urlogin.rb
${GEM_LIB}/gems/${DISTNAME}/test/tlogger.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec