svn commit: r386980 - head/net/rubygem-amqp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 21 21:26:32 UTC 2015
Author: sunpoet
Date: Thu May 21 21:26:30 2015
New Revision: 386980
URL: https://svnweb.freebsd.org/changeset/ports/386980
Log:
- Update to 1.5.0
- Reformat pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md
Modified:
head/net/rubygem-amqp/Makefile
head/net/rubygem-amqp/distinfo
head/net/rubygem-amqp/pkg-descr
Modified: head/net/rubygem-amqp/Makefile
==============================================================================
--- head/net/rubygem-amqp/Makefile Thu May 21 21:26:25 2015 (r386979)
+++ head/net/rubygem-amqp/Makefile Thu May 21 21:26:30 2015 (r386980)
@@ -2,15 +2,16 @@
# $FreeBSD$
PORTNAME= amqp
-PORTVERSION= 1.0.2
+PORTVERSION= 1.5.0
CATEGORIES= net rubygems
MASTER_SITES= RG
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at 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
Modified: head/net/rubygem-amqp/distinfo
==============================================================================
--- head/net/rubygem-amqp/distinfo Thu May 21 21:26:25 2015 (r386979)
+++ head/net/rubygem-amqp/distinfo Thu May 21 21:26:30 2015 (r386980)
@@ -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
Modified: head/net/rubygem-amqp/pkg-descr
==============================================================================
--- head/net/rubygem-amqp/pkg-descr Thu May 21 21:26:25 2015 (r386979)
+++ head/net/rubygem-amqp/pkg-descr Thu May 21 21:26:30 2015 (r386980)
@@ -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/
More information about the svn-ports-all
mailing list