diff options
Diffstat (limited to 'devel/py-buildbot-react-console-view/Makefile')
-rw-r--r-- | devel/py-buildbot-react-console-view/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-buildbot-react-console-view/Makefile b/devel/py-buildbot-react-console-view/Makefile index b3114dc07a13..ead2e140e5b2 100644 --- a/devel/py-buildbot-react-console-view/Makefile +++ b/devel/py-buildbot-react-console-view/Makefile @@ -1,6 +1,5 @@ PORTNAME= buildbot-react-console-view -DISTVERSION= 3.11.9 -PORTREVISION= 1 +DISTVERSION= 4.0.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,9 @@ WWW= https://buildbot.net LICENSE= GPLv2 +DEPRECATED=No longer required by Buildbot 4.X +EXPIRATION_DATE= 2025-09-30 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} |