aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-21 21:26:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-21 21:26:30 +0000
commit06b2dd970cf6725e3c589d5847181beaaf4fc3ad (patch)
treebc5e9b3dd26845069227e7c15685793355ab25d7 /net
parentc1693cbffab25b0c1e4d533be498bfac1bee0128 (diff)
downloadports-06b2dd970cf6725e3c589d5847181beaaf4fc3ad.tar.gz
ports-06b2dd970cf6725e3c589d5847181beaaf4fc3ad.zip
- Update to 1.5.0
- Reformat pkg-descr - Update WWW - Take maintainership Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md
Notes
Notes: svn path=/head/; revision=386980
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-amqp/Makefile9
-rw-r--r--net/rubygem-amqp/distinfo4
-rw-r--r--net/rubygem-amqp/pkg-descr9
3 files changed, 11 insertions, 11 deletions
diff --git a/net/rubygem-amqp/Makefile b/net/rubygem-amqp/Makefile
index e0707bbde9ea..ba004e1b6de9 100644
--- a/net/rubygem-amqp/Makefile
+++ b/net/rubygem-amqp/Makefile
@@ -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
diff --git a/net/rubygem-amqp/distinfo b/net/rubygem-amqp/distinfo
index 4465f0915f08..27c077ec9eb7 100644
--- a/net/rubygem-amqp/distinfo
+++ b/net/rubygem-amqp/distinfo
@@ -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
diff --git a/net/rubygem-amqp/pkg-descr b/net/rubygem-amqp/pkg-descr
index 0eb35dab9e27..8d296d236e95 100644
--- a/net/rubygem-amqp/pkg-descr
+++ b/net/rubygem-amqp/pkg-descr
@@ -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/