aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdploy
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-10-28 14:39:02 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-10-28 14:39:02 +0000
commita8f51ee484c268b677f9173f23349597792e19ef (patch)
tree2a4abd4b19d3134909b2e75521a9750af521266f /sysutils/bsdploy
parentf9c81aec37fab43a10356fee07ac93d02d7c8d4e (diff)
downloadports-a8f51ee484c268b677f9173f23349597792e19ef.tar.gz
ports-a8f51ee484c268b677f9173f23349597792e19ef.zip
Notes
Diffstat (limited to 'sysutils/bsdploy')
-rw-r--r--sysutils/bsdploy/Makefile14
-rw-r--r--sysutils/bsdploy/distinfo4
2 files changed, 12 insertions, 6 deletions
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile
index a22a59fca4db..c293b96f6059 100644
--- a/sysutils/bsdploy/Makefile
+++ b/sysutils/bsdploy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bsdploy
-PORTVERSION= 2.0.0
+PORTVERSION= 2.1.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
@@ -11,10 +11,11 @@ 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}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \
${PYTHON_PKGNAMEPREFIX}liblzma>0:${PORTSDIR}/archivers/py-liblzma \
- ${PYTHON_PKGNAMEPREFIX}ploy>=1.1.0:${PORTSDIR}/sysutils/py-ploy \
- ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.2.4:${PORTSDIR}/sysutils/py-ploy_ansible \
- ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.1.0:${PORTSDIR}/sysutils/py-ploy_ezjail \
+ ${PYTHON_PKGNAMEPREFIX}ploy>=1.2.0:${PORTSDIR}/sysutils/py-ploy \
+ ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.3.0:${PORTSDIR}/sysutils/py-ploy_ansible \
+ ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.2.0:${PORTSDIR}/sysutils/py-ploy_ezjail \
${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:${PORTSDIR}/sysutils/py-ploy_fabric
OPTIONS_DEFINE= EC2
@@ -26,4 +27,9 @@ EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:${PORTSDIR}/sysutils/py-ploy_
USES= python:-2.7 zip
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+post-extract:
+ ${RM} ${WRKSRC}/pytest.ini
+
.include <bsd.port.mk>
diff --git a/sysutils/bsdploy/distinfo b/sysutils/bsdploy/distinfo
index 74bfb0a1c1f6..e1a2579933b5 100644
--- a/sysutils/bsdploy/distinfo
+++ b/sysutils/bsdploy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bsdploy-2.0.0.zip) = 4fe58015cc4f342322d931c66eaebd4bf9ab9fed5e6cf7bcfcc17c125f6e65de
-SIZE (bsdploy-2.0.0.zip) = 100667
+SHA256 (bsdploy-2.1.0.zip) = 4ab415ae7c496e694b450a521a0b245ab672642d8360b16495033f0d229b7200
+SIZE (bsdploy-2.1.0.zip) = 103855