git: c1942345bcaa - main - devel/py-hg-evolve: Depend on py-sqlite3.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Oct 2021 18:24:42 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1942345bcaa86dabc1603f59507d504f9e8d784 commit c1942345bcaa86dabc1603f59507d504f9e8d784 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-10-24 18:23:37 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-10-24 18:24:22 +0000 devel/py-hg-evolve: Depend on py-sqlite3. Apparently, this is a new runtime dependency for evolve. --- devel/py-hg-evolve/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-hg-evolve/Makefile b/devel/py-hg-evolve/Makefile index a09b81107b8f..825a1dc5ff7a 100644 --- a/devel/py-hg-evolve/Makefile +++ b/devel/py-hg-evolve/Makefile @@ -1,5 +1,6 @@ PORTNAME= hg-evolve DISTVERSION= 10.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +10,8 @@ COMMENT= Changeset Evolution with Mercurial LICENSE= GPLv2+ -RUN_DEPENDS= hg:devel/mercurial +RUN_DEPENDS= hg:devel/mercurial \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils