diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:26:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:26:25 +0000 |
commit | c1693cbffab25b0c1e4d533be498bfac1bee0128 (patch) | |
tree | 7c70988ca9e077799afc7a7a141a29d001044b15 /net/rubygem-amq-client | |
parent | afa0241964b29e073016146682fd3ca1a9c03ae0 (diff) | |
download | ports-c1693cbffab25b0c1e4d533be498bfac1bee0128.tar.gz ports-c1693cbffab25b0c1e4d533be498bfac1bee0128.zip |
Notes
Diffstat (limited to 'net/rubygem-amq-client')
-rw-r--r-- | net/rubygem-amq-client/Makefile | 8 | ||||
-rw-r--r-- | net/rubygem-amq-client/distinfo | 4 | ||||
-rw-r--r-- | net/rubygem-amq-client/pkg-descr | 12 |
3 files changed, 13 insertions, 11 deletions
diff --git a/net/rubygem-amq-client/Makefile b/net/rubygem-amq-client/Makefile index 14bf6a71d01a..e95b20a22b78 100644 --- a/net/rubygem-amq-client/Makefile +++ b/net/rubygem-amq-client/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= amq-client -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fully-featured, low-level AMQP 0.9.1 client in Ruby -RUN_DEPENDS= rubygem-amq-protocol>=0.9.0:${PORTSDIR}/net/rubygem-amq-protocol \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-amq-protocol>=1.9.0:${PORTSDIR}/net/rubygem-amq-protocol \ rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine USE_RUBY= yes diff --git a/net/rubygem-amq-client/distinfo b/net/rubygem-amq-client/distinfo index aa14ceb3728e..e5fe2325100f 100644 --- a/net/rubygem-amq-client/distinfo +++ b/net/rubygem-amq-client/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/amq-client-1.0.2.gem) = cb78fe80d15f6fde7631fe1dbea8bd7dcac596c791762a654bf67985040519de -SIZE (rubygem/amq-client-1.0.2.gem) = 76288 +SHA256 (rubygem/amq-client-1.0.4.gem) = 45a1161b8501f3955d9e45547666a5c1f534517255b2dc5d3d8f4c478ee6bfdf +SIZE (rubygem/amq-client-1.0.4.gem) = 75776 diff --git a/net/rubygem-amq-client/pkg-descr b/net/rubygem-amq-client/pkg-descr index cbaeca8ff41b..93feb9b18ef5 100644 --- a/net/rubygem-amq-client/pkg-descr +++ b/net/rubygem-amq-client/pkg-descr @@ -1,10 +1,10 @@ -amq-client is a fully-featured, low-level AMQP 0.9.1 client that -runs on Ruby 1.8.7, 1.9.2, REE, Rubinius and JRuby. +amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby +1.8.7, 1.9.2, REE, Rubinius and JRuby. -It's sweet spot is in serving as foundation for higher-level, more -opinionated AMQP libraries. +It's sweet spot is in serving as foundation for higher-level, more opinionated +AMQP libraries. -It can be used directly by applications code when performance and access -to advanced AMQP protocol features is more important that API convenience. +It can be used directly by applications code when performance and access to +advanced AMQP protocol features is more important that API convenience. WWW: https://github.com/ruby-amqp/amq-client |