aboutsummaryrefslogtreecommitdiff
path: root/devel/py-buildbot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-buildbot/Makefile')
-rw-r--r--devel/py-buildbot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile
index d765152a6a05..5a82f03a91ba 100644
--- a/devel/py-buildbot/Makefile
+++ b/devel/py-buildbot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= buildbot
-PORTVERSION= 3.10.1
+DISTVERSION= 3.11.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -50,7 +50,7 @@ BUILDBOT_REMOVE_ME= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/buildbot/reporters
POST_PLIST+= fix-plist
post-patch:
- @${REINPLACE_CMD} -e 's|twisted_ver = ">= 18.7.0, <=22.10.0"|twisted_ver = ">= 18.7.0"|g' \
+ @${REINPLACE_CMD} -e 's|twisted_ver = ">= 18.7.0, <=23.10.0"|twisted_ver = ">= 18.7.0"|g' \
${WRKSRC}/setup.py
fix-plist: