Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2017 00:00:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449224 - head/finance/bitcoin-armory
Message-ID:  <201709040000.v8400mJF056235@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep  4 00:00:48 2017
New Revision: 449224
URL: https://svnweb.freebsd.org/changeset/ports/449224

Log:
  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)

Modified:
  head/finance/bitcoin-armory/Makefile

Modified: head/finance/bitcoin-armory/Makefile
==============================================================================
--- head/finance/bitcoin-armory/Makefile	Mon Sep  4 00:00:43 2017	(r449223)
+++ head/finance/bitcoin-armory/Makefile	Mon Sep  4 00:00:48 2017	(r449224)
@@ -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
 



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