From owner-svn-ports-all@freebsd.org Sun Jun 11 03:36:56 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 1330BBFD2B0; Sun, 11 Jun 2017 03:36:56 +0000 (UTC) (envelope-from asomers@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 D5BAF71C88; Sun, 11 Jun 2017 03:36:55 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5B3asP8038942; Sun, 11 Jun 2017 03:36:54 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5B3asM7038941; Sun, 11 Jun 2017 03:36:54 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201706110336.v5B3asM7038941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Sun, 11 Jun 2017 03:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443145 - head/finance/py-python-obelisk X-SVN-Group: ports-head 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: Sun, 11 Jun 2017 03:36:56 -0000 Author: asomers (src committer) Date: Sun Jun 11 03:36:54 2017 New Revision: 443145 URL: https://svnweb.freebsd.org/changeset/ports/443145 Log: finance/py-python-obelisk: Update py-twisted dependency PR: 219812 Approved by: Yuri Victorovich (maintainer) Approved by: brd (ports) Modified: head/finance/py-python-obelisk/Makefile Modified: head/finance/py-python-obelisk/Makefile ============================================================================== --- head/finance/py-python-obelisk/Makefile Sun Jun 11 03:33:11 2017 (r443144) +++ head/finance/py-python-obelisk/Makefile Sun Jun 11 03:36:54 2017 (r443145) @@ -3,7 +3,7 @@ PORTNAME= python-obelisk PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Python native client for the obelisk blockcha LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>0:devel/py-twistedCore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=14.5.0:net/py-pyzmq