On Thu, Oct 14, 2010 at 02:04:00PM -0700, Jeremy Evans wrote:
> Simple version update.  While here, enable the regress tests.
> 
> Tested on i386 with rabbitmq.  Also compiles fine on amd64. Looking for
> OKs.
> 
> Jeremy
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/ruby-amqp/Makefile,v
> retrieving revision 1.3
> diff -N -u -p Makefile
> --- Makefile  28 Sep 2010 21:40:13 -0000      1.3
> +++ Makefile  14 Oct 2010 20:35:54 -0000
> @@ -2,9 +2,8 @@
>  
>  COMMENT =    simple AMQP driver for Ruby
>  
> -DISTNAME =   amqp-0.6.4
> +DISTNAME =   amqp-0.6.7
>  PKGNAME =    ruby-${DISTNAME}
> -REVISION =      0
>  CATEGORIES = net
>  
>  # Ruby license
> @@ -19,5 +18,11 @@ CONFIGURE_STYLE = ruby gem
>  
>  BUILD_DEPENDS =      ${RUN_DEPENDS}
>  RUN_DEPENDS =        ::net/ruby-eventmachine
> +
> +REGRESS_DEPENDS =    ${RUN_DEPENDS} \
> +                     ::${BUILD_PKGPATH} \

I'm not sure ${RUN_DEPENDS} is needed here, as ::${BUILD_PKGPATH} will
install amqp, which will in turn install its own ${RUN_DEPENDS}.

Other than that ok with me, as for amqp-utils.

Landry

Reply via email to