From a8f51ee484c268b677f9173f23349597792e19ef Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Wed, 28 Oct 2015 14:39:02 +0000 Subject: [PATCH] sysutils/bsdploy: Update to 2.1.0 - Update PORTVERSION and distinfo checkum (2.1.0) - Update RUN_DEPENDS versions - Add NO_ARCH - Remove pytest.ini which forces pep8 and flakes for tests Changes: https://github.com/ployground/bsdploy/blob/master/CHANGES.rst --- sysutils/bsdploy/Makefile | 14 ++++++++++---- sysutils/bsdploy/distinfo | 4 ++-- 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 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