Index: head/devel/rubygem-fog-brightbox/Makefile =================================================================== --- head/devel/rubygem-fog-brightbox/Makefile (revision 390765) +++ head/devel/rubygem-fog-brightbox/Makefile (revision 390766) @@ -1,22 +1,23 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= fog-brightbox -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for the 'fog' gem to support Brightbox Cloud LICENSE= MIT RUN_DEPENDS= rubygem-fog-core>=1.22:${PORTSDIR}/devel/rubygem-fog-core \ rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \ rubygem-inflecto>=0.0.2:${PORTSDIR}/devel/rubygem-inflecto +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-fog-brightbox/distinfo =================================================================== --- head/devel/rubygem-fog-brightbox/distinfo (revision 390765) +++ head/devel/rubygem-fog-brightbox/distinfo (revision 390766) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-brightbox-0.7.1.gem) = 961186ee55edb77cf88d24d15c21982000374a3f80d8df5b7ca1682ab048eab2 -SIZE (rubygem/fog-brightbox-0.7.1.gem) = 51200 +SHA256 (rubygem/fog-brightbox-0.7.2.gem) = 5881dac4941b62e6ed5108b2d7505484923388d0cf752822813970e114d66618 +SIZE (rubygem/fog-brightbox-0.7.2.gem) = 51712 Index: head/devel/rubygem-fog-brightbox/pkg-descr =================================================================== --- head/devel/rubygem-fog-brightbox/pkg-descr (revision 390765) +++ head/devel/rubygem-fog-brightbox/pkg-descr (revision 390766) @@ -1,16 +1,16 @@ Brightbox Cloud module for fog (The Ruby cloud services library) This gem is a modular for the `fog` gem that allows you to manage resources in the Brightbox Cloud. It is included by the main `fog` metagem but can used as an independent library in other applications. This includes support for the following services: - Compute - Images - Load Balancers - SQL Cloud instances -WWW: https://github.com/brightbox/fog-brightbox +WWW: https://github.com/fog/fog-brightbox RG: https://rubygems.org/gems/fog-brightbox