mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
update sysutils/docker-compose to 1.17.0
Changes: https://github.com/docker/compose/blob/1.17.0/CHANGELOG.md
This commit is contained in:
parent
7618bc6e1c
commit
e60a60c19b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453417
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= docker-compose
|
PORTNAME= docker-compose
|
||||||
PORTVERSION= 1.16.1
|
PORTVERSION= 1.17.0
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml \
|
||||||
${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema \
|
${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema \
|
||||||
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests \
|
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests \
|
||||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
|
${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
|
${PYTHON_PKGNAMEPREFIX}websocket-client>=0.32.0:www/py-websocket-client
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1504616209
|
TIMESTAMP = 1509730135
|
||||||
SHA256 (docker-compose-1.16.1.tar.gz) = fb46a6a2c4d193a3ff1e4d7208eea920b629c81dc92257c87f3f93095cfb0bdf
|
SHA256 (docker-compose-1.17.0.tar.gz) = ba1c2117d24bdad9f0e1c717a433d49c381099e6016adbd59a904426509f4c60
|
||||||
SIZE (docker-compose-1.16.1.tar.gz) = 212167
|
SIZE (docker-compose-1.17.0.tar.gz) = 221464
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
- 'requests >= 2.6.1, != 2.11.0, < 2.12',
|
- 'requests >= 2.6.1, != 2.11.0, < 2.12',
|
||||||
- 'texttable >= 0.9.0, < 0.10',
|
- 'texttable >= 0.9.0, < 0.10',
|
||||||
+ 'requests >= 2.6.1, != 2.11.0, < 3',
|
+ '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',
|
'websocket-client >= 0.32.0, < 1.0',
|
||||||
'docker >= 2.5.1, < 3.0',
|
'docker >= 2.5.1, < 3.0',
|
||||||
'dockerpty >= 0.4.1, < 0.5',
|
'dockerpty >= 0.4.1, < 0.5',
|
||||||
|
|
Loading…
Add table
Reference in a new issue