From owner-svn-ports-all@freebsd.org Wed Nov 8 21:43:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AD0BE5CBB6; Wed, 8 Nov 2017 21:43:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D90A168BD8; Wed, 8 Nov 2017 21:43:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA8LhLij090334; Wed, 8 Nov 2017 21:43:21 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA8LhLJ7090332; Wed, 8 Nov 2017 21:43:21 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201711082143.vA8LhLJ7090332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 8 Nov 2017 21:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453767 - in head/finance: . electrum2 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/finance: . electrum2 X-SVN-Commit-Revision: 453767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 21:43:23 -0000 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