- Update to 1.5.0

- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-21 21:26:30 +00:00
parent c1693cbffa
commit 06b2dd970c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386980
3 changed files with 11 additions and 11 deletions

View file

@ -2,15 +2,16 @@
# $FreeBSD$
PORTNAME= amqp
PORTVERSION= 1.0.2
PORTVERSION= 1.5.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementation of the AMQP protocol for RabbitMQ clients
RUN_DEPENDS= rubygem-amq-client>=0.9.4:${PORTSDIR}/net/rubygem-amq-client \
rubygem-amq-protocol>=0.9.4:${PORTSDIR}/net/rubygem-amq-protocol \
LICENSE= MIT
RUN_DEPENDS= rubygem-amq-protocol>=1.9.2:${PORTSDIR}/net/rubygem-amq-protocol \
rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine
USE_RUBY= yes

View file

@ -1,2 +1,2 @@
SHA256 (rubygem/amqp-1.0.2.gem) = ed5aa5fd296d3a9296000677f666604428d5e3cb30970500b6eb8ddefc06a171
SIZE (rubygem/amqp-1.0.2.gem) = 1159680
SHA256 (rubygem/amqp-1.5.0.gem) = 0cc1bc1c2715dc5793d7dcbbc94c89b25cec71837e2ed53a4762812fb7e78c4a
SIZE (rubygem/amqp-1.5.0.gem) = 1177088

View file

@ -1,7 +1,6 @@
Simple asynchronous AMQP driver for Ruby/EventMachine.
This library works with Ruby 1.8, Ruby 1.9, JRuby and Rubinius.
Ruby amqp gem is a feature-rich, EventMachine-based RabbitMQ client with
batteries included.
This library was tested primarily with RabbitMQ, although it
should be compatible with any server implementing the AMQP 0-8 spec.
It implement AMQP 0.9.1 and support RabbitMQ extensions to AMQP 0.9.1.
WWW: https://github.com/ruby-amqp/amqp
WWW: http://rubyamqp.info/