From owner-svn-ports-all@freebsd.org Tue Jan 8 05:02:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2B1C148F427; Tue, 8 Jan 2019 05:02:52 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75CB56E905; Tue, 8 Jan 2019 05:02:52 +0000 (UTC) (envelope-from jhixson@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3977F22D3C; Tue, 8 Jan 2019 05:02:52 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0852qQ8015961; Tue, 8 Jan 2019 05:02:52 GMT (envelope-from jhixson@FreeBSD.org) Received: (from jhixson@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0852pXh015960; Tue, 8 Jan 2019 05:02:51 GMT (envelope-from jhixson@FreeBSD.org) Message-Id: <201901080502.x0852pXh015960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhixson set sender to jhixson@FreeBSD.org using -f From: John Hixson Date: Tue, 8 Jan 2019 05:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489643 - head/sysutils/py-consul X-SVN-Group: ports-head X-SVN-Commit-Author: jhixson X-SVN-Commit-Paths: head/sysutils/py-consul X-SVN-Commit-Revision: 489643 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 75CB56E905 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 08 Jan 2019 05:02:53 -0000 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@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