Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2017 06:38:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437394 - head/sysutils/py-consul
Message-ID:  <201704010638.v316c7bT089813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  1 06:38:07 2017
New Revision: 437394
URL: https://svnweb.freebsd.org/changeset/ports/437394

Log:
  Fix dependencies and indentation

Modified:
  head/sysutils/py-consul/Makefile

Modified: head/sysutils/py-consul/Makefile
==============================================================================
--- head/sysutils/py-consul/Makefile	Sat Apr  1 06:22:28 2017	(r437393)
+++ head/sysutils/py-consul/Makefile	Sat Apr  1 06:38:07 2017	(r437394)
@@ -11,15 +11,15 @@ COMMENT=	Python client for consul
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \
-				${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six
+		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \
-				${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six
+		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	cablehead
 GH_PROJECT=	python-consul
 
-USES=	python:3.3+
+USES=		python:3.3+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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