diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-26 09:31:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-26 09:31:27 +0000 |
commit | 4de092aed4f79f4d050c238ac151d386db2ae39d (patch) | |
tree | b6282e1cb51f3233bf4a0161a4240621cf8c6776 /net | |
parent | 97fd07900e489be5a9bdccc98f292d41fc5cc4ea (diff) | |
download | freebsd-ports-4de092aed4f79f4d050c238ac151d386db2ae39d.zip |
- Update to 1.5.1
Changes: https://github.com/ruby-amqp/amqp/commits/1.5.x-stable
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-amqp/Makefile | 4 | ||||
-rw-r--r-- | net/rubygem-amqp/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/rubygem-amqp/Makefile b/net/rubygem-amqp/Makefile index ae13016e1f78..816426981312 100644 --- a/net/rubygem-amqp/Makefile +++ b/net/rubygem-amqp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amqp -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Implementation of the AMQP protocol for RabbitMQ clients LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -RUN_DEPENDS= rubygem-amq-protocol>=1.9.2:${PORTSDIR}/net/rubygem-amq-protocol \ +RUN_DEPENDS= rubygem-amq-protocol>=1.9:${PORTSDIR}/net/rubygem-amq-protocol \ rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine NO_ARCH= yes diff --git a/net/rubygem-amqp/distinfo b/net/rubygem-amqp/distinfo index 27c077ec9eb7..3245d8d0892e 100644 --- a/net/rubygem-amqp/distinfo +++ b/net/rubygem-amqp/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/amqp-1.5.0.gem) = 0cc1bc1c2715dc5793d7dcbbc94c89b25cec71837e2ed53a4762812fb7e78c4a -SIZE (rubygem/amqp-1.5.0.gem) = 1177088 +SHA256 (rubygem/amqp-1.5.1.gem) = 844f0b98c242e4fe123d537df665de338f4f0483a4854758c43b1c8eced1b04f +SIZE (rubygem/amqp-1.5.1.gem) = 1177088 |