1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

finance/electrum: Update to version 2.8.2

- Update run-time dependencies
- Update patch-setup.py (minor change to apply to new file)

- Upstream release notes:
  https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Approved by:	swills (mentor, implicit)
This commit is contained in:
Joseph Mingrone 2017-03-23 03:02:28 +00:00
parent c0bc9257e9
commit 2498b26980
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436754
3 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= electrum
PORTVERSION= 2.6.4
PORTVERSION= 2.8.2
CATEGORIES= finance python
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
http://download.electrum.org/${PORTVERSION}/
@ -14,15 +14,15 @@ COMMENT= Easy to use Bitcoin client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}slowaes>0:security/py-slowaes \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \
${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests \
${PYTHON_PKGNAMEPREFIX}qrcode>=5.1:textproc/py-qrcode \
${PYTHON_PKGNAMEPREFIX}tlslite>=0.4.6:security/py-tlslite \
${PYTHON_PKGNAMEPREFIX}jsonrpclib>0:devel/py-jsonrpclib \
${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2 \
${PYTHON_PKGNAMEPREFIX}protobuf>=2.6.0:devel/py-protobuf \
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython \
${PYTHON_PKGNAMEPREFIX}jsonrpclib>0:devel/py-jsonrpclib
${PYTHON_PKGNAMEPREFIX}pyaes>0:security/py-pyaes \
${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks \
${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests \
${PYTHON_PKGNAMEPREFIX}qrcode>=5.1:textproc/py-qrcode
USES= desktop-file-utils pyqt:4 python:-2.7
USE_PYQT= gui_run

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1473766225
SHA256 (Electrum-2.6.4.tar.gz) = 2ab53b434206ed8ae72e9cadb22d44ef9ba720a7d052abe102f5d55cafbef866
SIZE (Electrum-2.6.4.tar.gz) = 5717600
TIMESTAMP = 1490228165
SHA256 (Electrum-2.8.2.tar.gz) = d8152bebc5c6f47b28a5d867707bc5742158fe544e7e8046d2c4747ae282b707
SIZE (Electrum-2.8.2.tar.gz) = 2277689

View File

@ -1,4 +1,4 @@
--- setup.py.orig 2016-02-29 14:37:15 UTC
--- setup.py.orig 2017-03-23 01:56:41 UTC
+++ setup.py
@@ -21,12 +21,6 @@ if platform.system() in ['Linux', 'FreeB
parser.add_argument('--root=', dest='root_path', metavar='dir', default='/')
@ -7,7 +7,7 @@
- if not os.access(opts.root_path + usr_share, os.W_OK) and \
- not os.access(opts.root_path, os.W_OK):
- if 'XDG_DATA_HOME' in os.environ.keys():
- usr_share = os.environ['$XDG_DATA_HOME']
- usr_share = os.environ['XDG_DATA_HOME']
- else:
- usr_share = os.path.expanduser('~/.local/share')
data_files += [