svn commit: r489504 - head/finance/fava

Nicola Vitale nivit at FreeBSD.org
Sun Jan 6 16:29:23 UTC 2019


Author: nivit
Date: Sun Jan  6 16:29:22 2019
New Revision: 489504
URL: https://svnweb.freebsd.org/changeset/ports/489504

Log:
  - Add a missing run dependency (devel/py-pytest)
  - Bump PORTREVISION

Modified:
  head/finance/fava/Makefile

Modified: head/finance/fava/Makefile
==============================================================================
--- head/finance/fava/Makefile	Sun Jan  6 15:51:39 2019	(r489503)
+++ head/finance/fava/Makefile	Sun Jan  6 16:29:22 2019	(r489504)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fava
 PORTVERSION=	1.9
+PORTREVISION=	1
 CATEGORIES=	finance
 MASTER_SITES=	CHEESESHOP
 
@@ -20,7 +21,8 @@ RUN_DEPENDS=	beancount>=2.1.2:finance/beancount \
 		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.5+  # same as finance/beancount
 USE_PYTHON=	autoplist distutils noflavors


More information about the svn-ports-head mailing list