On Sun, Nov 09, 2014 at 04:49:55PM -0700, Andrew Fresh wrote:
> Brings Test-Most current to make portroach happy.
> 
> Another update for the "new" Test-Builder. Still not sure which one is
> new.
> 
> https://metacpan.org/source/OVID/Test-Most-0.34/Changes
> 
> OK?

Your Makefile diff has spaces where tabs are required.

otherwise OK bluhm@

> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/p5-Test-Most/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- Makefile    1 Nov 2014 19:59:16 -0000   1.2
> +++ Makefile    9 Nov 2014 23:48:32 -0000
> @@ -1,21 +1,19 @@
>  # $OpenBSD: Makefile,v 1.2 2014/11/01 19:59:16 jasper Exp $
>  
>  COMMENT =  most commonly needed test functions and features
> -DISTNAME = Test-Most-0.33
> -REVISION = 0
> +DISTNAME = Test-Most-0.34
>  CATEGORIES =   devel
> +MODULES =  cpan
>  
>  MAINTAINER =   Andrew Fresh <afre...@openbsd.org>
>  
>  # perl_5
>  PERMIT_PACKAGE_CDROM = Yes
>  
> -MODULES =  cpan
> -
> -RUN_DEPENDS =  devel/p5-Exception-Class \
> -       devel/p5-Test-Deep \
> -       devel/p5-Test-Differences \
> -       devel/p5-Test-Exception \
> -       devel/p5-Test-Warn
> +RUN_DEPENDS =  devel/p5-Exception-Class>=1.14 \
> +       devel/p5-Test-Deep>=0.106 \
> +       devel/p5-Test-Differences>=0.61 \
> +       devel/p5-Test-Exception>=0.31 \
> +       devel/p5-Test-Warn>=0.23
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/p5-Test-Most/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  16 Mar 2014 22:33:44 -0000      1.1.1.1
> +++ distinfo  9 Nov 2014 23:43:00 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Test-Most-0.33.tar.gz) = Mnobz7F+gG1fstWTHbjRxQTStetXes4Lcm+dNDmT5Eo=
> -SIZE (Test-Most-0.33.tar.gz) = 15265
> +SHA256 (Test-Most-0.34.tar.gz) = woIMjeZfX6WfIYrCvpvpiyLMG7Gh83HgQ3WqO2BU4kQ=
> +SIZE (Test-Most-0.34.tar.gz) = 15919

Reply via email to