diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-08 16:28:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-08 16:28:39 +0000 |
commit | cae28587e766b92b0a9b1620da2171930858e888 (patch) | |
tree | 93529a7bac3e6d96d70f80a2801340ca6d4ae56e /net/rubygem-amqp | |
parent | a19dbb2e1d88744abe131786ecc79564702f952a (diff) |
- Update to 1.6.0
- Remove DEPRECATED
Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md
Notes
Notes:
svn path=/head/; revision=412764
Diffstat (limited to 'net/rubygem-amqp')
-rw-r--r-- | net/rubygem-amqp/Makefile | 6 | ||||
-rw-r--r-- | net/rubygem-amqp/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/rubygem-amqp/Makefile b/net/rubygem-amqp/Makefile index a989f811c05c..834a16661375 100644 --- a/net/rubygem-amqp/Makefile +++ b/net/rubygem-amqp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amqp -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,11 +12,9 @@ COMMENT= Implementation of the AMQP protocol for RabbitMQ clients LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -RUN_DEPENDS= rubygem-amq-protocol>=1.9:net/rubygem-amq-protocol \ +RUN_DEPENDS= rubygem-amq-protocol>=2.0.1:net/rubygem-amq-protocol \ rubygem-eventmachine>=0:devel/rubygem-eventmachine -DEPRECATED= Upstream prefers net/rubygem-bunny - NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/net/rubygem-amqp/distinfo b/net/rubygem-amqp/distinfo index 3245d8d0892e..e425081efaae 100644 --- a/net/rubygem-amqp/distinfo +++ b/net/rubygem-amqp/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/amqp-1.5.1.gem) = 844f0b98c242e4fe123d537df665de338f4f0483a4854758c43b1c8eced1b04f -SIZE (rubygem/amqp-1.5.1.gem) = 1177088 +SHA256 (rubygem/amqp-1.6.0.gem) = e9ab76e77b40645f18878f55e4b3118fd0840acfc58e2bc4013bc927afc5794d +SIZE (rubygem/amqp-1.6.0.gem) = 1177088 |