svn commit: r400397 - head/sysutils/bsdploy

Kubilay Kocak koobs at FreeBSD.org
Wed Oct 28 14:39:04 UTC 2015


Author: koobs
Date: Wed Oct 28 14:39:02 2015
New Revision: 400397
URL: https://svnweb.freebsd.org/changeset/ports/400397

Log:
  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

Modified:
  head/sysutils/bsdploy/Makefile
  head/sysutils/bsdploy/distinfo

Modified: head/sysutils/bsdploy/Makefile
==============================================================================
--- head/sysutils/bsdploy/Makefile	Wed Oct 28 14:30:46 2015	(r400396)
+++ head/sysutils/bsdploy/Makefile	Wed Oct 28 14:39:02 2015	(r400397)
@@ -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 FreeBS
 
 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}
 USES=			python:-2.7 zip
 USE_PYTHON=		autoplist distutils
 
+NO_ARCH=	yes
+
+post-extract:
+	${RM} ${WRKSRC}/pytest.ini
+
 .include <bsd.port.mk>

Modified: head/sysutils/bsdploy/distinfo
==============================================================================
--- head/sysutils/bsdploy/distinfo	Wed Oct 28 14:30:46 2015	(r400396)
+++ head/sysutils/bsdploy/distinfo	Wed Oct 28 14:39:02 2015	(r400397)
@@ -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


More information about the svn-ports-all mailing list