diff options
Diffstat (limited to 'net/rubygem-bunny/Makefile')
-rw-r--r-- | net/rubygem-bunny/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rubygem-bunny/Makefile b/net/rubygem-bunny/Makefile index 792469a19993..33016cfc8f78 100644 --- a/net/rubygem-bunny/Makefile +++ b/net/rubygem-bunny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bunny -PORTVERSION= 2.2.2 +PORTVERSION= 2.3.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Another synchronous Ruby AMQP client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-amq-protocol>=2.0.0:${PORTSDIR}/net/rubygem-amq-protocol +RUN_DEPENDS= rubygem-amq-protocol>=2.0.1:${PORTSDIR}/net/rubygem-amq-protocol NO_ARCH= yes USE_RUBY= yes |