thanks, committed
On 2019/02/21 11:21, Manolis Tzanidakis wrote:
> Hello ports,
> p5-Font-TTF requires p5-IO-String; IO::String is imported in Table.pm.
>
> p5-IO-String is already listed in TEST_DEPENDS. This diff switches TEST_
> to RUN_ and adds a REVISION bump.
>
> All tests successful.
> Files=3, Tests=10, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.51 cusr
> 0.08 csys = 0.65 CPU)
> Result: PASS
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/p5-Font-TTF/Makefile,v
> retrieving revision 1.29
> diff -u -p -r1.29 Makefile
> --- Makefile 28 Mar 2017 11:11:46 -0000 1.29
> +++ Makefile 21 Feb 2019 09:13:13 -0000
> @@ -6,10 +6,11 @@ MODULES= cpan
> PKG_ARCH= *
> DISTNAME = Font-TTF-1.06
> CATEGORIES= textproc
> +REVISION= 0
>
> # Artistic
> PERMIT_PACKAGE_CDROM= Yes
>
> -TEST_DEPENDS= devel/p5-IO-String
> +RUN_DEPENDS= devel/p5-IO-String
>
> .include <bsd.port.mk>
>