Re: git: bab3d632a137 - main - devel/py-zope.testbrowser: Fix build
Date: Thu, 08 Jun 2023 09:50:58 UTC
> On Jun 8, 2023, at 11:36 AM, Ruslan Makhmatkhanov <rm@freebsd.org> wrote:
>
> This is what I talked about:
> https://pkg-status.freebsd.org/package19/data/124amd64-default-build-as-user/90ae11032395/logs/py39-zope.testbrowser-5.5.1.log
>
> For some reasone it didn't fix
I am pretty much sure that the build machine has not yet updated the tree as I bumped PORTREVISION but it still shows 5.5.1.
In case you want to be confident please have a look at:
https://pkg.bofh.network/data/latest-per-pkg/py39-zope.testbrowser/5.5.1_1/
> 07.06.2023, 10:25, "Muhammad Moinur Rahman" <bofh@freebsd.org>:
> The branch main has been updated by bofh:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=bab3d632a1373c0de17bc4b157d22d6336f4a37d
>
> commit bab3d632a1373c0de17bc4b157d22d6336f4a37d
> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2023-06-06 22:51:45 +0000
> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2023-06-07 07:25:08 +0000
>
> devel/py-zope.testbrowser: Fix build
>
> After d35a222 dependent pkgname changed. Fix RUN_DEPENDS and BUMP.
>
> Approved by: portmgr (blanket)
> ---
> devel/py-zope.testbrowser/Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/devel/py-zope.testbrowser/Makefile b/devel/py-zope.testbrowser/Makefile
> index a5a22b837c58..9dfae32c0d2a 100644
> --- a/devel/py-zope.testbrowser/Makefile
> +++ b/devel/py-zope.testbrowser/Makefile
> @@ -1,5 +1,6 @@
> PORTNAME= zope.testbrowser
> PORTVERSION= 5.5.1
> +PORTREVISION= 1
> CATEGORIES= devel python zope
> MASTER_SITES= PYPI
> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> @@ -15,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2.0:www/py-mechanize@${PY_FLAVO
> ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
> ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \
> ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
> - ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${PY_FLAVOR}
> + ${PYTHON_PKGNAMEPREFIX}webtest>=0:www/py-WebTest@${PY_FLAVOR}
>
> USES= python:3.6+
> USE_PYTHON= distutils autoplist
>
>
>
> --
> Regards,
> Ruslan
>