On Sun, Aug 02, 2020 at 02:50:27PM +0000, wen heping wrote:
> Hi, ports@:
>
>      Here is patch for devel/p5-POE to update to 1.368.
>      It build well and pass all tests on amd64-currrent system.
>
>      There are 27 ports depends on devel/p5-POE, 24 build and pass
> all tests but:
>     1) net/p5-POE-Component-Client-HTTP : 1 test fail not caused by this patch
>     2) net/p5-POE-Component-Server-DNS: test hang, not caused by this patch
>     3) audio/squeezecenter: I did not test it, its too old version has many 
> tests fail.
>
>
> Cheers !
> wen

Committed, I do get failures on my sparc64 with incorrect values for the
"winsize" test, no idea what the difference is, but it seems to get really odd
values.  I suppose it could also be due to running under ssh + tmux.

#   Failed test 'rows set correctly'
#          got: '85'
#     expected: '21760'
#   Failed test 'cols set correctly'
#          got: '29'
#     expected: '7424'
#   Failed test 'xpix set correctly'
#          got: '100'
#     expected: '25600'
#   Failed test 'ypix set correctly'
#          got: '200'
#     expected: '51200'



> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/p5-POE/Makefile,v
> retrieving revision 1.30
> diff -u -p -r1.30 Makefile
> --- Makefile  12 Jul 2019 20:45:02 -0000      1.30
> +++ Makefile  2 Aug 2020 12:00:45 -0000
> @@ -4,8 +4,7 @@ COMMENT=      portable multitasking and netwo
>
>  MODULES=     cpan
>  PKG_ARCH=    *
> -DISTNAME=    POE-1.367
> -REVISION=    0
> +DISTNAME=    POE-1.368
>  CATEGORIES=  devel
>  FIX_EXTRACT_PERMISSIONS=     Yes
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/p5-POE/distinfo,v
> retrieving revision 1.17
> diff -u -p -r1.17 distinfo
> --- distinfo  2 Dec 2018 00:59:48 -0000       1.17
> +++ distinfo  2 Aug 2020 12:00:45 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (POE-1.367.tar.gz) = t3JyC6mb880D262FNsanZ0rH/PMvL1Oi/48Kpbo/Oi0=
> -SIZE (POE-1.367.tar.gz) = 381473
> +SHA256 (POE-1.368.tar.gz) = t7Hcdh421Is5BoNJtXba/A7MvDudtRxnfeDhqvrf4SE=
> +SIZE (POE-1.368.tar.gz) = 377702


Reply via email to