On Thu May 02, 2019 at 08:31:43AM +0200, Rafael Sadowski wrote:
> Bugfix update catch2 to 2.7.2.
>
> I switched to python 3 and it also build and works fine.
Any py3 feedback?
>
> OK?
>
> RS
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/catch2/Makefile,v
> retrieving revision 1.15
> diff -u -p -u -p -r1.15 Makefile
> --- Makefile 15 Apr 2019 17:26:22 -0000 1.15
> +++ Makefile 2 May 2019 06:31:14 -0000
> @@ -4,7 +4,7 @@ COMMENT = C++-native, header-only, test
>
> GH_ACCOUNT = catchorg
> GH_PROJECT = Catch2
> -GH_TAGNAME = v2.7.1
> +GH_TAGNAME = v2.7.2
>
> DISTNAME = catch2-${GH_TAGNAME:S/v//}
>
> @@ -22,6 +22,8 @@ MODULES = devel/cmake \
> lang/python
>
> MODPY_RUNDEP = No
> +
> +MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
>
> pre-configure:
> ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/catch2/distinfo,v
> retrieving revision 1.14
> diff -u -p -u -p -r1.14 distinfo
> --- distinfo 15 Apr 2019 17:26:22 -0000 1.14
> +++ distinfo 2 May 2019 06:31:14 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (catch2-2.7.1.tar.gz) = BLMDUXKEVywndZcASjPD+MAqTRK6c9Wky3O0o2nf7ws=
> -SIZE (catch2-2.7.1.tar.gz) = 573626
> +SHA256 (catch2-2.7.2.tar.gz) = n0EW2hPYQCtRRflauRrgFzzSe4BBUtO7LU+bbmSFKvc=
> +SIZE (catch2-2.7.2.tar.gz) = 576963
>