Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2015 20:14:00 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Muhammad Moinur Rahman <bofh@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r400567 - head/devel/p5-DateTime-Format-Natural
Message-ID:  <CAMHz58Qea8WX%2B0eApm1KcfP4%2B3-TZVZZVqyU3V0o6Tp=iSoHEg@mail.gmail.com>
In-Reply-To: <201510311119.t9VBJVf4010773@repo.freebsd.org>
References:  <201510311119.t9VBJVf4010773@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 31, 2015 at 7:19 PM, Muhammad Moinur Rahman <bofh@freebsd.org>
wrote:

> Author: bofh
> Date: Sat Oct 31 11:19:31 2015
> New Revision: 400567
> URL: https://svnweb.freebsd.org/changeset/ports/400567
>
> Log:
>   devel/p5-DateTime-Format-Natural: Update version 1.02=>1.03
>
>   - Mark NO_ARCH as there is no ARCH dependent files
>   - Modify test to match new TEST framework
>
> Modified:
>   head/devel/p5-DateTime-Format-Natural/Makefile
>   head/devel/p5-DateTime-Format-Natural/distinfo
>
> Modified: head/devel/p5-DateTime-Format-Natural/Makefile
>
> ==============================================================================
> --- head/devel/p5-DateTime-Format-Natural/Makefile      Sat Oct 31
> 10:52:39 2015        (r400566)
> +++ head/devel/p5-DateTime-Format-Natural/Makefile      Sat Oct 31
> 11:19:31 2015        (r400567)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      DateTime-Format-Natural
> -PORTVERSION=   1.02
> -PORTREVISION=  2
> +PORTVERSION=   1.03
>  CATEGORIES=    devel perl5
>  MASTER_SITES=  CPAN
>  PKGNAMEPREFIX= p5-
> @@ -26,8 +25,9 @@ TEST_DEPENDS= p5-Test-MockTime>=0:${PORT
>
>  USES=          perl5
>  USE_PERL5=     modbuild
> +NO_ARCH=       yes
>
> -regression-test: build
> -       @cd ${WRKSRC} && ./Build test
> +do-test:
> +       @cd ${WRKSRC} && ./${PL_BUILD} test
>

This is duplicate of do-test: in Mk/Uses/perl5.mk.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Qea8WX%2B0eApm1KcfP4%2B3-TZVZZVqyU3V0o6Tp=iSoHEg>