diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:00:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:00:48 +0800 |
commit | 7e8c39237dfe3043a46f415e1b29d2353980c815 (patch) | |
tree | 294fecd790cc64535effcc76c3ca0f4c9509d091 /finance | |
parent | 1d91e0668defe7bb941ffd95920c8ecfbf2ad872 (diff) | |
download | freebsd-ports-gnome-7e8c39237dfe3043a46f415e1b29d2353980c815.tar.gz freebsd-ports-gnome-7e8c39237dfe3043a46f415e1b29d2353980c815.tar.zst freebsd-ports-gnome-7e8c39237dfe3043a46f415e1b29d2353980c815.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221650
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/bitcoin-armory/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/bitcoin-armory/Makefile b/finance/bitcoin-armory/Makefile index 90f0833950d9..762ec809126b 100644 --- a/finance/bitcoin-armory/Makefile +++ b/finance/bitcoin-armory/Makefile @@ -4,7 +4,7 @@ PORTNAME= BitcoinArmory PORTVERSION= 0.93.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MAINTAINER= yuri@rawbw.com @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:devel/swig30 \ ${LOCALBASE}/bin/pyrcc4:textproc/py-qt4-xml \ ${LOCALBASE}/bin/rsync:net/rsync -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=14.0.0:devel/py-twistedCore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.0:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}psutil>1.2.1:sysutils/py-psutil \ ${LOCALBASE}/bin/bitcoind:net-p2p/bitcoin-daemon |