Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2018 22:15:08 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465317 - head/www/py-graphite-web
Message-ID:  <201803222215.w2MMF84v048727@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Mar 22 22:15:08 2018
New Revision: 465317
URL: https://svnweb.freebsd.org/changeset/ports/465317

Log:
  www/py-graphite-web: Fix dependencies

Modified:
  head/www/py-graphite-web/Makefile   (contents, props changed)

Modified: head/www/py-graphite-web/Makefile
==============================================================================
--- head/www/py-graphite-web/Makefile	Thu Mar 22 22:14:42 2018	(r465316)
+++ head/www/py-graphite-web/Makefile	Thu Mar 22 22:15:08 2018	(r465317)
@@ -3,6 +3,7 @@
 
 PORTNAME=	graphite-web
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -16,6 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:grap
 		${PYTHON_PKGNAMEPREFIX}django-tagging>=0.3.1:www/py-django-tagging@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django>=1.4:www/py-django@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scandir>=0:sysutils/py-scandir@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${FLAVOR} \
 		xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype
 
 FETCH_ARGS=	-o ${DISTNAME}${EXTRACT_SUFX}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803222215.w2MMF84v048727>