svn commit: r400567 - head/devel/p5-DateTime-Format-Natural
Sunpoet Po-Chuan Hsieh
sunpoet at freebsd.org
Sat Oct 31 12:14:41 UTC 2015
On Sat, Oct 31, 2015 at 7:19 PM, Muhammad Moinur Rahman <bofh at 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.
More information about the svn-ports-all
mailing list