On Sat, Oct 20, 2018 at 06:59:36PM -0700, Andrew Hewus Fresh wrote:
> Another small update, this time the important thing is removing the
> reliance of "." being in @INC, however there are a few other changes but
> it seems backwards compatible as all the reverse dependencies seem to
> have the same results.
>
> * p5-DBD-mysql seems to have some interesting failures, at least one of
> which looks like the wrong version of a dependency.
> * p5-Net-Twitter which is a POD spelling failure for people's names
> * p5-Catalyst-Plugin-Session which seems to be a terrible failure in a
> dependency, so hopefully an eventual Moose update fixes it
> * a bunch of failures that are the same as in the
> p5-Devel-GlobalDestruction email
> https://marc.info/?l=openbsd-ports&m=154005860118583&w=2
>
> OK?
OK bluhm@
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/p5-Test-Deep/Makefile,v
> retrieving revision 1.19
> diff -u -p -r1.19 Makefile
> --- Makefile 20 Mar 2016 19:56:36 -0000 1.19
> +++ Makefile 21 Oct 2018 00:54:16 -0000
> @@ -2,7 +2,7 @@
>
> COMMENT = extremely flexible deep comparison
>
> -DISTNAME = Test-Deep-1.120
> +DISTNAME = Test-Deep-1.128
> CATEGORIES = devel
> MODULES = cpan
> PKG_ARCH = *
> @@ -12,7 +12,8 @@ MAINTAINER = Andrew Fresh <afresh1@openb
> # perl
> PERMIT_PACKAGE_CDROM = Yes
>
> -TEST_ENV = AUTHOR_TESTING=Yes
> +# Avoid skipping tests
> +TEST_ENV = AUTHOR_TESTING=Yes
> TEST_DEPENDS += devel/p5-Test-Warnings
>
> .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/p5-Test-Deep/distinfo,v
> retrieving revision 1.11
> diff -u -p -r1.11 distinfo
> --- distinfo 7 Jan 2016 06:08:45 -0000 1.11
> +++ distinfo 21 Oct 2018 00:54:16 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Test-Deep-1.120.tar.gz) =
> IH746nEpHlz4JY0aTZjTYLm1hwmJ0Yez4v88D7IBvs0=
> -SIZE (Test-Deep-1.120.tar.gz) = 38973
> +SHA256 (Test-Deep-1.128.tar.gz) =
> hS1+g2+6gmmwt1UIIFGiShownQFai3aDh5CvnjdgCS8=
> +SIZE (Test-Deep-1.128.tar.gz) = 41649
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/devel/p5-Test-Deep/pkg/PLIST,v
> retrieving revision 1.5
> diff -u -p -r1.5 PLIST
> --- pkg/PLIST 10 Nov 2014 16:35:46 -0000 1.5
> +++ pkg/PLIST 21 Oct 2018 00:54:16 -0000
> @@ -1,4 +1,5 @@
> @comment $OpenBSD: PLIST,v 1.5 2014/11/10 16:35:46 afresh1 Exp $
> +${P5SITE}/Test/
> ${P5SITE}/Test/Deep/
> ${P5SITE}/Test/Deep.pm
> ${P5SITE}/Test/Deep/All.pm
> @@ -27,6 +28,7 @@ ${P5SITE}/Test/Deep/ListMethods.pm
> ${P5SITE}/Test/Deep/MM.pm
> ${P5SITE}/Test/Deep/Methods.pm
> ${P5SITE}/Test/Deep/NoTest.pm
> +${P5SITE}/Test/Deep/None.pm
> ${P5SITE}/Test/Deep/Number.pm
> ${P5SITE}/Test/Deep/Obj.pm
> ${P5SITE}/Test/Deep/Ref.pm