diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-10 03:31:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-10 03:31:21 +0800 |
commit | 30e8b7db816cf60a69cbe2b2613f38b0d0707f3d (patch) | |
tree | bcb9c967f79dc015592b12dee54feac319997db5 /net | |
parent | 04ebdd8c8caa7950efc3a3a6cf9c69b600e00f20 (diff) | |
download | freebsd-ports-gnome-30e8b7db816cf60a69cbe2b2613f38b0d0707f3d.tar.gz freebsd-ports-gnome-30e8b7db816cf60a69cbe2b2613f38b0d0707f3d.tar.zst freebsd-ports-gnome-30e8b7db816cf60a69cbe2b2613f38b0d0707f3d.zip |
- Update to 0.10.8
- While I'm here:
- Add LICENSE
- Support STAGEDIR
Changes: https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md
PR: ports/181587
Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-bunny/Makefile | 5 | ||||
-rw-r--r-- | net/rubygem-bunny/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/rubygem-bunny/Makefile b/net/rubygem-bunny/Makefile index 2f80b0f48e0a..8c85fd00d23f 100644 --- a/net/rubygem-bunny/Makefile +++ b/net/rubygem-bunny/Makefile @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= bunny -PORTVERSION= 0.9.7 +PORTVERSION= 0.10.8 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= renchap@cocoa-x.com COMMENT= Another synchronous Ruby AMQP client +LICENSE= MIT + RUN_DEPENDS= rubygem-amq-protocol>=1.6.0:${PORTSDIR}/net/rubygem-amq-protocol USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/rubygem-bunny/distinfo b/net/rubygem-bunny/distinfo index 6f6f1af817b6..cbf677869395 100644 --- a/net/rubygem-bunny/distinfo +++ b/net/rubygem-bunny/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/bunny-0.9.7.gem) = ceaa4c3cf325e62a89fd2346d2279548ca0a3d9757e536afc663b8f1bd401fb7 -SIZE (rubygem/bunny-0.9.7.gem) = 158720 +SHA256 (rubygem/bunny-0.10.8.gem) = 12382aaea0b352dbbeaef8a7c0e7a27f9727004d875c24d4afdd5ad3427cc9cc +SIZE (rubygem/bunny-0.10.8.gem) = 164352 |