From owner-svn-ports-all@freebsd.org Fri Nov 3 17:35:01 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 C10FBE571C6; Fri, 3 Nov 2017 17:35:01 +0000 (UTC) (envelope-from lifanov@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 759336CD05; Fri, 3 Nov 2017 17:35:01 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA3HZ0nW065061; Fri, 3 Nov 2017 17:35:00 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA3HZ0td065057; Fri, 3 Nov 2017 17:35:00 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201711031735.vA3HZ0td065057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 3 Nov 2017 17:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453417 - in head/sysutils/docker-compose: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/sysutils/docker-compose: . files X-SVN-Commit-Revision: 453417 X-SVN-Commit-Repository: ports 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: Fri, 03 Nov 2017 17:35:01 -0000 Author: lifanov Date: Fri Nov 3 17:35:00 2017 New Revision: 453417 URL: https://svnweb.freebsd.org/changeset/ports/453417 Log: update sysutils/docker-compose to 1.17.0 Changes: https://github.com/docker/compose/blob/1.17.0/CHANGELOG.md Modified: head/sysutils/docker-compose/Makefile head/sysutils/docker-compose/distinfo head/sysutils/docker-compose/files/patch-setup.py Modified: head/sysutils/docker-compose/Makefile ============================================================================== --- head/sysutils/docker-compose/Makefile Fri Nov 3 17:09:20 2017 (r453416) +++ head/sysutils/docker-compose/Makefile Fri Nov 3 17:35:00 2017 (r453417) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= docker-compose -PORTVERSION= 1.16.1 +PORTVERSION= 1.17.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.4:textproc/py-texttable \ + ${PYTHON_PKGNAMEPREFIX}texttable>=0.9.0:textproc/py-texttable \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=0.32.0:www/py-websocket-client USES= python Modified: head/sysutils/docker-compose/distinfo ============================================================================== --- head/sysutils/docker-compose/distinfo Fri Nov 3 17:09:20 2017 (r453416) +++ head/sysutils/docker-compose/distinfo Fri Nov 3 17:35:00 2017 (r453417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504616209 -SHA256 (docker-compose-1.16.1.tar.gz) = fb46a6a2c4d193a3ff1e4d7208eea920b629c81dc92257c87f3f93095cfb0bdf -SIZE (docker-compose-1.16.1.tar.gz) = 212167 +TIMESTAMP = 1509730135 +SHA256 (docker-compose-1.17.0.tar.gz) = ba1c2117d24bdad9f0e1c717a433d49c381099e6016adbd59a904426509f4c60 +SIZE (docker-compose-1.17.0.tar.gz) = 221464 Modified: head/sysutils/docker-compose/files/patch-setup.py ============================================================================== --- head/sysutils/docker-compose/files/patch-setup.py Fri Nov 3 17:09:20 2017 (r453416) +++ head/sysutils/docker-compose/files/patch-setup.py Fri Nov 3 17:35:00 2017 (r453417) @@ -7,7 +7,7 @@ - 'requests >= 2.6.1, != 2.11.0, < 2.12', - 'texttable >= 0.9.0, < 0.10', + 'requests >= 2.6.1, != 2.11.0, < 3', -+ 'texttable >= 0.9.0, < 1', ++ 'texttable >= 0.9.0, < 2', 'websocket-client >= 0.32.0, < 1.0', 'docker >= 2.5.1, < 3.0', 'dockerpty >= 0.4.1, < 0.5',