git: 2da512efcc83 - main - www/py-graphite-web: Runtime fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 20:34:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2da512efcc839cb4c5cc3233e17cb63ed871dbfc commit 2da512efcc839cb4c5cc3233e17cb63ed871dbfc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-11-13 20:32:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-11-13 20:34:51 +0000 www/py-graphite-web: Runtime fix - Is BROKEN with latest devel/py-pyparsing and requires 2.X branch - Take MAINTAINERSHIP Reported by: tz Sponsored by: Bounce Experts --- www/py-graphite-web/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/py-graphite-web/Makefile b/www/py-graphite-web/Makefile index c131c9d4c93f..d52c8a1b1927 100644 --- a/www/py-graphite-web/Makefile +++ b/www/py-graphite-web/Makefile @@ -2,10 +2,11 @@ PORTNAME= graphite-web PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Enterprise scalable realtime graphing platform LICENSE= APACHE20 @@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:graphics/py-cairo@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}django22>=1.8<3.1:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scandir>=0:sysutils/py-scandir@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyparsing2>=0:devel/py-pyparsing2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype \