svn commit: r465317 - head/www/py-graphite-web

Steve Wills swills at FreeBSD.org
Thu Mar 22 22:15:09 UTC 2018


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}


More information about the svn-ports-all mailing list