svn commit: r380315 - head/sysutils/py-ploy_ansible

Kubilay Kocak koobs at FreeBSD.org
Tue Mar 3 00:23:59 UTC 2015


Author: koobs
Date: Tue Mar  3 00:23:57 2015
New Revision: 380315
URL: https://svnweb.freebsd.org/changeset/ports/380315
QAT: https://qat.redports.org/buildarchive/r380315/

Log:
  sysutils/py-ploy_ansible: Update to 1.2.4
  
  - Update to 1.2.4
  - Update RUN_DEPENDS minimum version for ansible
  
  Changes:
  
    * https://github.com/ployground/ploy_ansible/blob/1.2.4/HISTORY.rst

Modified:
  head/sysutils/py-ploy_ansible/Makefile
  head/sysutils/py-ploy_ansible/distinfo

Modified: head/sysutils/py-ploy_ansible/Makefile
==============================================================================
--- head/sysutils/py-ploy_ansible/Makefile	Tue Mar  3 00:23:30 2015	(r380314)
+++ head/sysutils/py-ploy_ansible/Makefile	Tue Mar  3 00:23:57 2015	(r380315)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ploy_ansible
-DISTVERSION=	1.2.2
+DISTVERSION=	1.2.4
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
 		${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \
-		ansible>0:${PORTSDIR}/sysutils/ansible
+		ansible>=1.8.0:${PORTSDIR}/sysutils/ansible
 
 USES=		python:-2.7
 USE_PYTHON=	autoplist distutils

Modified: head/sysutils/py-ploy_ansible/distinfo
==============================================================================
--- head/sysutils/py-ploy_ansible/distinfo	Tue Mar  3 00:23:30 2015	(r380314)
+++ head/sysutils/py-ploy_ansible/distinfo	Tue Mar  3 00:23:57 2015	(r380315)
@@ -1,2 +1,2 @@
-SHA256 (ploy_ansible-1.2.2.tar.gz) = af7f17df6bd123518f9c24ce4efc425b305a36705a7be5adab9b743fd2d85ab3
-SIZE (ploy_ansible-1.2.2.tar.gz) = 23966
+SHA256 (ploy_ansible-1.2.4.tar.gz) = e43c8d798c1395e391c598cf76cf67048208577130be4d844713c498bbea2986
+SIZE (ploy_ansible-1.2.4.tar.gz) = 24496


More information about the svn-ports-head mailing list