Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 03:36:54 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443145 - head/finance/py-python-obelisk
Message-ID:  <201706110336.v5B3asM7038941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com> (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
 



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