- Update to 1.9.2

- Add LICENSE
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-21 21:26:16 +00:00
parent 028624c102
commit 171c0686ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386977
3 changed files with 9 additions and 9 deletions

View file

@ -2,13 +2,15 @@
# $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

View file

@ -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

View file

@ -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