Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 09:54:20 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553330 - branches/2020Q4/finance/electrum
Message-ID:  <202010260954.09Q9sLNL036242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Oct 26 09:54:20 2020
New Revision: 553330
URL: https://svnweb.freebsd.org/changeset/ports/553330

Log:
  MFH: r553328
  
  Add missing dependency.
  
  PR:		250594
  Submitted by:	olevole@olevole.ru
  Approved by:	portmgr (fix blanket)

Modified:
  branches/2020Q4/finance/electrum/Makefile

Modified: branches/2020Q4/finance/electrum/Makefile
==============================================================================
--- branches/2020Q4/finance/electrum/Makefile	Mon Oct 26 09:53:53 2020	(r553329)
+++ branches/2020Q4/finance/electrum/Makefile	Mon Oct 26 09:54:20 2020	(r553330)
@@ -3,7 +3,7 @@
 
 PORTNAME=	electrum
 PORTVERSION=	4.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	finance python
 MASTER_SITES=	https://download.electrum.org/${PORTVERSION}/ \
 		http://download.electrum.org/${PORTVERSION}/
@@ -33,7 +33,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3
 		${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010260954.09Q9sLNL036242>