Index: head/net/rubygem-amqp/Makefile =================================================================== --- head/net/rubygem-amqp/Makefile (revision 386979) +++ head/net/rubygem-amqp/Makefile (revision 386980) @@ -1,20 +1,21 @@ # Created by: Cheng-Lung Sung # $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 USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/net/rubygem-amqp/distinfo =================================================================== --- head/net/rubygem-amqp/distinfo (revision 386979) +++ head/net/rubygem-amqp/distinfo (revision 386980) @@ -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 Index: head/net/rubygem-amqp/pkg-descr =================================================================== --- head/net/rubygem-amqp/pkg-descr (revision 386979) +++ head/net/rubygem-amqp/pkg-descr (revision 386980) @@ -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/