Date: Wed, 8 Nov 2017 21:43:21 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453767 - in head/finance: . electrum2 Message-ID: <201711082143.vA8LhLJ7090332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Nov 8 21:43:21 2017 New Revision: 453767 URL: https://svnweb.freebsd.org/changeset/ports/453767 Log: Create a legacy port of finance/electrum. The new version finance/electrum underwent major changes and doesn't have cold storage support yet. This port is for users who still rely on trezor or ledger crypto wallet support. Added: head/finance/electrum2/ - copied from r453761, head/finance/electrum/ Modified: head/finance/Makefile head/finance/electrum2/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Wed Nov 8 21:42:52 2017 (r453766) +++ head/finance/Makefile Wed Nov 8 21:43:21 2017 (r453767) @@ -26,6 +26,7 @@ SUBDIR += bitcoin-armory SUBDIR += cbb SUBDIR += electrum + SUBDIR += electrum2 SUBDIR += expense SUBDIR += fixc SUBDIR += frontaccounting Modified: head/finance/electrum2/Makefile ============================================================================== --- head/finance/electrum/Makefile Wed Nov 8 18:53:49 2017 (r453761) +++ head/finance/electrum2/Makefile Wed Nov 8 21:43:21 2017 (r453767) @@ -7,10 +7,11 @@ PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ +PKGNAMESUFFIX= 2 DISTNAME= Electrum-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Easy to use Bitcoin client +COMMENT= Easy to use Bitcoin client (legacy version) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE @@ -24,6 +25,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}qrcode>=5.1:textproc/py-qrcode + +CONFLICTS_INSTALL= electrum-3.* USES= desktop-file-utils pyqt:4 python:-2.7 USE_PYQT= gui_run
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711082143.vA8LhLJ7090332>