- Update to 1.6.0
- Remove DEPRECATED Changes: https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md
This commit is contained in:
parent
a19dbb2e1d
commit
cae28587e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412764
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue