git: bab3d632a137 - main - devel/py-zope.testbrowser: Fix build
Date: Wed, 07 Jun 2023 07:25:16 UTC
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