summaryrefslogtreecommitdiff
path: root/net/ruby-amq-protocol
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-03-12 13:23:25 +0000
committertaca <taca@pkgsrc.org>2013-03-12 13:23:25 +0000
commitcd547b4c5bd3d45f175225628669ed36b439074e (patch)
treedfcc9e37e5651f85301cff73c4d27b933f35106d /net/ruby-amq-protocol
parentc5acd6dc50d509a7af22ddd3e2e46ae61d9527aa (diff)
downloadpkgsrc-cd547b4c5bd3d45f175225628669ed36b439074e.tar.gz
Update ruby-amq-protocol to 1.2.0.
* Frame body on Ruby 1.9+ using bytes, not code points String#slice will only use byte slicing if the string is considered to be in ASCII. * Replace broken link with an inline comment * Adds specs to validate 8bit/16bit signed decoding * Adds 8bit signed and 16bit signed integers to table decoder
Diffstat (limited to 'net/ruby-amq-protocol')
-rw-r--r--net/ruby-amq-protocol/Makefile4
-rw-r--r--net/ruby-amq-protocol/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ruby-amq-protocol/Makefile b/net/ruby-amq-protocol/Makefile
index 9c6abb55719..ef6a93f8a97 100644
--- a/net/ruby-amq-protocol/Makefile
+++ b/net/ruby-amq-protocol/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2013/02/11 03:56:17 taca Exp $
+# $NetBSD: Makefile,v 1.6 2013/03/12 13:23:25 taca Exp $
-DISTNAME= amq-protocol-1.1.0
+DISTNAME= amq-protocol-1.2.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/net/ruby-amq-protocol/distinfo b/net/ruby-amq-protocol/distinfo
index c5146015c8b..9babe135813 100644
--- a/net/ruby-amq-protocol/distinfo
+++ b/net/ruby-amq-protocol/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/02/11 03:56:17 taca Exp $
+$NetBSD: distinfo,v 1.6 2013/03/12 13:23:25 taca Exp $
-SHA1 (amq-protocol-1.1.0.gem) = 7ed1858959675ff4d1cd5663d94d597b425c5c29
-RMD160 (amq-protocol-1.1.0.gem) = 993474115b343c3ffcb376a6946de3d4ed6e1c0c
-Size (amq-protocol-1.1.0.gem) = 43520 bytes
+SHA1 (amq-protocol-1.2.0.gem) = b18b45513b97bb394188e4fd1ae21ad9d460f66f
+RMD160 (amq-protocol-1.2.0.gem) = c063c561ef3529c26a8121e067dc39ce77fbc0f1
+Size (amq-protocol-1.2.0.gem) = 43008 bytes