svn commit: r489488 - in head/finance: beancount fava

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 6 13:08:04 UTC 2019


Author: tcberner
Date: Sun Jan  6 13:08:02 2019
New Revision: 489488
URL: https://svnweb.freebsd.org/changeset/ports/489488

Log:
  finance/beancount, finance/fava: add USE_PYTHON=noflavors
  
  [00:01:44] Warning: (finance/beancount at py37): Error: Duplicated origin for beancount-2.1.3: finance/beancount at py37 AND finance/beancount. Rerun with -v to see which ports are depending on these.
  [00:01:44] Warning: (finance/beancount at py35): Error: Duplicated origin for beancount-2.1.3: finance/beancount at py35 AND finance/beancount. Rerun with -v to see which ports are depending on these.
  [00:01:44] Warning: (finance/fava at py35): Error: Duplicated origin for fava-1.9: finance/fava at py35 AND finance/fava. Rerun with -v to see which ports are depending on these.
  [00:01:44] Warning: (finance/fava at py37): Error: Duplicated origin for fava-1.9: finance/fava at py37 AND finance/fava. Rerun with -v to see which ports are depending on these.
  
  Approved by:	portmgr (antoine)

Modified:
  head/finance/beancount/Makefile
  head/finance/fava/Makefile

Modified: head/finance/beancount/Makefile
==============================================================================
--- head/finance/beancount/Makefile	Sun Jan  6 13:06:44 2019	(r489487)
+++ head/finance/beancount/Makefile	Sun Jan  6 13:08:02 2019	(r489488)
@@ -29,7 +29,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:w
 		${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 
 # Project hosted on Bitbucket
 BB_ACCOUNT=	blais

Modified: head/finance/fava/Makefile
==============================================================================
--- head/finance/fava/Makefile	Sun Jan  6 13:06:44 2019	(r489487)
+++ head/finance/fava/Makefile	Sun Jan  6 13:08:02 2019	(r489488)
@@ -23,6 +23,6 @@ RUN_DEPENDS=	beancount>=2.1.2:finance/beancount \
 		${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR}
 
 USES=		python:3.5+  # same as finance/beancount
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list