Index: head/net/rubygem-amq-protocol/Makefile =================================================================== --- head/net/rubygem-amq-protocol/Makefile (revision 386976) +++ head/net/rubygem-amq-protocol/Makefile (revision 386977) @@ -1,16 +1,18 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= amq-protocol -PORTVERSION= 1.6.0 +PORTVERSION= 1.9.2 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= AMQP serialization library for Ruby + +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/net/rubygem-amq-protocol/distinfo =================================================================== --- head/net/rubygem-amq-protocol/distinfo (revision 386976) +++ head/net/rubygem-amq-protocol/distinfo (revision 386977) @@ -1,2 +1,2 @@ -SHA256 (rubygem/amq-protocol-1.6.0.gem) = 05e2ab33c39588f04c96649fd4fb6c1c6295a7fabe18310db16e2555c93a4c7f -SIZE (rubygem/amq-protocol-1.6.0.gem) = 41472 +SHA256 (rubygem/amq-protocol-1.9.2.gem) = 79e018cb1a3522967525973ae04d40884620e8d4adca02afeb710f00643a84be +SIZE (rubygem/amq-protocol-1.9.2.gem) = 43520 Index: head/net/rubygem-amq-protocol/pkg-descr =================================================================== --- head/net/rubygem-amq-protocol/pkg-descr (revision 386976) +++ head/net/rubygem-amq-protocol/pkg-descr (revision 386977) @@ -1,8 +1,6 @@ -amq-protocol is an AMQP 0.9.1 serialization library for Ruby. -It is not an AMQP client: amq-protocol only handles -serialization and deserialization. +amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an AMQP +client: amq-protocol only handles serialization and deserialization. -If you want to write your own AMQP client, this gem can help -you with that. +If you want to write your own AMQP client, this gem can help you with that. WWW: https://github.com/ruby-amqp/amq-protocol