diff options
author | koobs <koobs@FreeBSD.org> | 2015-01-31 08:01:50 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-01-31 08:01:50 +0800 |
commit | 7e5cf46ac922a492c212fb4ba0353672eb2f46ea (patch) | |
tree | 95bf0537aee07b98e1a723c1af8b9b8bfd954046 /sysutils/bsdploy | |
parent | 39d607a96989d6a0cd5c9de84385fb1ee090b559 (diff) | |
download | freebsd-ports-gnome-7e5cf46ac922a492c212fb4ba0353672eb2f46ea.tar.gz freebsd-ports-gnome-7e5cf46ac922a492c212fb4ba0353672eb2f46ea.tar.zst freebsd-ports-gnome-7e5cf46ac922a492c212fb4ba0353672eb2f46ea.zip |
sysutils/bsdploy: Update to 1.3
- Update bsdploy to 1.3
- Update all py-ploy[_]* dependencies:
ploy: 1.0.3
ploy_ensible: 1.2.1
ploy_ec2: 1.1.1
ploy_ezjail: 1.1.0
ploy_fabric 1.1.0
- Sort USE_PYTHON's
Changes:
* bsdploy: https://github.com/ployground/bsdploy/blob/1.3/CHANGES.rst
* ploy: https://github.com/ployground/ploy/blob/1.0.3/HISTORY.rst
* ploy_ansible: https://github.com/ployground/ploy_ansible/blob/1.2.1/HISTORY.rst
* ploy_ec2: https://github.com/ployground/ploy_ec2/blob/1.1.1/HISTORY.rst
* ploy_ezjail: https://github.com/ployground/ploy_ezjail/blob/1.1.0/HISTORY.rst
* ploy_fabric: https://github.com/ployground/ploy_fabric/blob/1.1.0/HISTORY.rst
Diffstat (limited to 'sysutils/bsdploy')
-rw-r--r-- | sysutils/bsdploy/Makefile | 10 | ||||
-rw-r--r-- | sysutils/bsdploy/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile index 0faa843dceb5..e1d9ae2a8cd4 100644 --- a/sysutils/bsdploy/Makefile +++ b/sysutils/bsdploy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdploy -DISTVERSION= 1.0.0 +DISTVERSION= 1.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -12,10 +12,10 @@ COMMENT= Container Management for FreeBSD Jails RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}liblzma>0:${PORTSDIR}/archivers/py-liblzma \ - ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ - ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.0.0:${PORTSDIR}/sysutils/py-ploy_ansible \ + ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.2:${PORTSDIR}/sysutils/py-ploy \ + ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.1.0:${PORTSDIR}/sysutils/py-ploy_ansible \ ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.0.0:${PORTSDIR}/sysutils/py-ploy_ezjail \ - ${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.0.0:${PORTSDIR}/sysutils/py-ploy_fabric + ${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:${PORTSDIR}/sysutils/py-ploy_fabric OPTIONS_DEFINE= EC2 OPTIONS_DEFAULT= EC2 @@ -23,6 +23,6 @@ EC2_DESC= Support Amazon Web Services EC2 hosts EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:${PORTSDIR}/sysutils/py-ploy_ec2 USES= python:-2.7 zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/sysutils/bsdploy/distinfo b/sysutils/bsdploy/distinfo index 90c4e56b8567..e662fa7c0df2 100644 --- a/sysutils/bsdploy/distinfo +++ b/sysutils/bsdploy/distinfo @@ -1,2 +1,2 @@ -SHA256 (bsdploy-1.0.0.zip) = 4e9b7b233963a2fdee9f1025cb17b739b9fa14d0ad6908c2dd0679d148773698 -SIZE (bsdploy-1.0.0.zip) = 80758 +SHA256 (bsdploy-1.3.zip) = dcc80dc2e82b5780cbd8231e869bdca047a3014ac41c49c450bab7cf1b994cc6 +SIZE (bsdploy-1.3.zip) = 94877 |