summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-01-31 00:01:50 +0000
committerkoobs <koobs@FreeBSD.org>2015-01-31 00:01:50 +0000
commit7e5cf46ac922a492c212fb4ba0353672eb2f46ea (patch)
tree95bf0537aee07b98e1a723c1af8b9b8bfd954046
parent39d607a96989d6a0cd5c9de84385fb1ee090b559 (diff)
downloadFreeBSD-ports-7e5cf46ac922a492c212fb4ba0353672eb2f46ea.zip
FreeBSD-ports-7e5cf46ac922a492c212fb4ba0353672eb2f46ea.tar.gz
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
-rw-r--r--sysutils/bsdploy/Makefile10
-rw-r--r--sysutils/bsdploy/distinfo4
-rw-r--r--sysutils/py-ploy/Makefile4
-rw-r--r--sysutils/py-ploy/distinfo4
-rw-r--r--sysutils/py-ploy_ansible/Makefile4
-rw-r--r--sysutils/py-ploy_ansible/distinfo4
-rw-r--r--sysutils/py-ploy_ec2/Makefile4
-rw-r--r--sysutils/py-ploy_ec2/distinfo4
-rw-r--r--sysutils/py-ploy_ezjail/Makefile6
-rw-r--r--sysutils/py-ploy_ezjail/distinfo4
-rw-r--r--sysutils/py-ploy_fabric/Makefile6
-rw-r--r--sysutils/py-ploy_fabric/distinfo4
12 files changed, 29 insertions, 29 deletions
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile
index 0faa843..e1d9ae2 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 90c4e56..e662fa7 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
diff --git a/sysutils/py-ploy/Makefile b/sysutils/py-ploy/Makefile
index 6c2cb70..75833d0 100644
--- a/sysutils/py-ploy/Makefile
+++ b/sysutils/py-ploy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ploy
-DISTVERSION= 1.0.0
+DISTVERSION= 1.0.3
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy \
${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko
USES= python zip
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/sysutils/py-ploy/distinfo b/sysutils/py-ploy/distinfo
index ba0d577..f3c65cc 100644
--- a/sysutils/py-ploy/distinfo
+++ b/sysutils/py-ploy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ploy-1.0.0.zip) = 2f1524916df240463ea0bcd2b5056d57540d708c25e65c3dda0493bbd29dae4d
-SIZE (ploy-1.0.0.zip) = 52702
+SHA256 (ploy-1.0.3.zip) = e2b32fb3fe812ce089e5e4839fe14d5ed96c2b88da28138cf12328fb6ec0fcff
+SIZE (ploy-1.0.3.zip) = 54571
diff --git a/sysutils/py-ploy_ansible/Makefile b/sysutils/py-ploy_ansible/Makefile
index abd59a3..f26769d 100644
--- a/sysutils/py-ploy_ansible/Makefile
+++ b/sysutils/py-ploy_ansible/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ploy_ansible
-DISTVERSION= 1.0.0
+DISTVERSION= 1.2.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
ansible>0:${PORTSDIR}/sysutils/ansible
USES= python:-2.7 zip
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/sysutils/py-ploy_ansible/distinfo b/sysutils/py-ploy_ansible/distinfo
index b5a8c32..162c20f 100644
--- a/sysutils/py-ploy_ansible/distinfo
+++ b/sysutils/py-ploy_ansible/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ploy_ansible-1.0.0.zip) = f41616827fd1eff0d4e29dd3c28878ce547495b79ea8ce99717e1ebb11593611
-SIZE (ploy_ansible-1.0.0.zip) = 23126
+SHA256 (ploy_ansible-1.2.1.zip) = 0858f09bd9db4d676f097040262ec8c7159b8fa1d81261a28db8be2fd8b032f2
+SIZE (ploy_ansible-1.2.1.zip) = 32175
diff --git a/sysutils/py-ploy_ec2/Makefile b/sysutils/py-ploy_ec2/Makefile
index d55a11b..4cda374 100644
--- a/sysutils/py-ploy_ec2/Makefile
+++ b/sysutils/py-ploy_ec2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ploy_ec2
-DISTVERSION= 1.0.0
+DISTVERSION= 1.1.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy
USES= python:-2.7 zip
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/sysutils/py-ploy_ec2/distinfo b/sysutils/py-ploy_ec2/distinfo
index fce9310..098a6fa 100644
--- a/sysutils/py-ploy_ec2/distinfo
+++ b/sysutils/py-ploy_ec2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ploy_ec2-1.0.0.zip) = 08b2b8ed4f38d416d7c01538335f3abb4495d1203eef37322da15f5152631a26
-SIZE (ploy_ec2-1.0.0.zip) = 16707
+SHA256 (ploy_ec2-1.1.0.zip) = 3ae31c68a34738eb9643fd77a935b263dfbf9dabfd677a3a79e8cff4bafbcdfc
+SIZE (ploy_ec2-1.1.0.zip) = 17564
diff --git a/sysutils/py-ploy_ezjail/Makefile b/sysutils/py-ploy_ezjail/Makefile
index 0b72e92..371589d 100644
--- a/sysutils/py-ploy_ezjail/Makefile
+++ b/sysutils/py-ploy_ezjail/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ploy_ezjail
-DISTVERSION= 1.0.0
+DISTVERSION= 1.1.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ COMMENT= Ploy plugin for managing FreeBSD Jails
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.2:${PORTSDIR}/sysutils/py-ploy \
${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy
USES= python zip
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/sysutils/py-ploy_ezjail/distinfo b/sysutils/py-ploy_ezjail/distinfo
index 754b054..fd353ae 100644
--- a/sysutils/py-ploy_ezjail/distinfo
+++ b/sysutils/py-ploy_ezjail/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ploy_ezjail-1.0.0.zip) = 71f77e34848f08b27d3fd03b929521fe971775a88a9ca7681db1d8837facad5b
-SIZE (ploy_ezjail-1.0.0.zip) = 17702
+SHA256 (ploy_ezjail-1.1.0.zip) = 6f23dc8ea442cdc7c8b25320fce110032eed10a0686126ef2cfa69528eb615ab
+SIZE (ploy_ezjail-1.1.0.zip) = 17374
diff --git a/sysutils/py-ploy_fabric/Makefile b/sysutils/py-ploy_fabric/Makefile
index d2ad14d..c6f9c7a 100644
--- a/sysutils/py-ploy_fabric/Makefile
+++ b/sysutils/py-ploy_fabric/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ploy_fabric
-DISTVERSION= 1.0.0
+DISTVERSION= 1.1.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,9 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
- ${PYTHON_PKGNAMEPREFIX}fabric>=1.3.0:${PORTSDIR}/devel/py-fabric
+ ${PYTHON_PKGNAMEPREFIX}fabric>=1.4.0:${PORTSDIR}/devel/py-fabric
USES= python:-2.7 zip
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/sysutils/py-ploy_fabric/distinfo b/sysutils/py-ploy_fabric/distinfo
index e101004..e18c6f7 100644
--- a/sysutils/py-ploy_fabric/distinfo
+++ b/sysutils/py-ploy_fabric/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ploy_fabric-1.0.0.zip) = 011eb87b935ef1098bf0e39b2ecc1b39b70f46b348ad9f672d992fb3f93c33a8
-SIZE (ploy_fabric-1.0.0.zip) = 14918
+SHA256 (ploy_fabric-1.1.0.zip) = 3432206427e192aa05da81d7940721e4c8a45c3f24bc2dbfaf3d615d5442c851
+SIZE (ploy_fabric-1.1.0.zip) = 16934
OpenPOWER on IntegriCloud