Date: Sun, 6 Jan 2019 13:08:02 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489488 - in head/finance: beancount fava Message-ID: <201901061308.x06D82HM052167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@py37): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py37 AND finance/beancount. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/beancount@py35): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py35 AND finance/beancount. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/fava@py35): Error: Duplicated origin for fava-1.9: finance/fava@py35 AND finance/fava. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/fava@py37): Error: Duplicated origin for fava-1.9: finance/fava@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061308.x06D82HM052167>