svn commit: r489643 - head/sysutils/py-consul

John Hixson jhixson at FreeBSD.org
Tue Jan 8 05:02:53 UTC 2019


Author: jhixson
Date: Tue Jan  8 05:02:51 2019
New Revision: 489643
URL: https://svnweb.freebsd.org/changeset/ports/489643

Log:
  sysutils/py-consul: update to 1.1.0
  
  PR:	228467
  Approved by:	araujo (mentor)
  Differential Revision:	https://reviews.freebsd.org/D18780

Modified:
  head/sysutils/py-consul/Makefile
  head/sysutils/py-consul/distinfo

Modified: head/sysutils/py-consul/Makefile
==============================================================================
--- head/sysutils/py-consul/Makefile	Tue Jan  8 04:43:45 2019	(r489642)
+++ head/sysutils/py-consul/Makefile	Tue Jan  8 05:02:51 2019	(r489643)
@@ -1,22 +1,24 @@
 # $FreeBSD$
 
-PORTNAME=	py-consul
-PORTVERSION=	0.7.2
+PORTNAME=	consul
+PORTVERSION=	1.1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jhixson at FreeBSD.org
 COMMENT=	Python client for consul
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
+BUILD_DEPENDS=	${LOCALBASE}/bin/consul:sysutils/consul \
+				${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS=	${LOCALBASE}/bin/consul:sysutils/consul \
+				${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
 
-USES=	python:3.3+
+USES=	python:3.6+
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	cablehead

Modified: head/sysutils/py-consul/distinfo
==============================================================================
--- head/sysutils/py-consul/distinfo	Tue Jan  8 04:43:45 2019	(r489642)
+++ head/sysutils/py-consul/distinfo	Tue Jan  8 05:02:51 2019	(r489643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507911738
-SHA256 (cablehead-python-consul-v0.7.2_GH0.tar.gz) = 5eea5ccb1983036a9a360786b95530c2955a88d35228d83f6af8965309a59c8f
-SIZE (cablehead-python-consul-v0.7.2_GH0.tar.gz) = 12960212
+TIMESTAMP = 1546923514
+SHA256 (cablehead-python-consul-v1.1.0_GH0.tar.gz) = 5ad41822e2791fb5edc986e17bae6978573fbe44e7075fb12243e74008abfe13
+SIZE (cablehead-python-consul-v1.1.0_GH0.tar.gz) = 27548878


More information about the svn-ports-head mailing list