svn commit: r379322 - head/sysutils/py-ploy_ansible
Kubilay Kocak
koobs at FreeBSD.org
Wed Feb 18 22:30:22 UTC 2015
Author: koobs
Date: Wed Feb 18 22:30:21 2015
New Revision: 379322
URL: https://svnweb.freebsd.org/changeset/ports/379322
QAT: https://qat.redports.org/buildarchive/r379322/
Log:
sysutils/py-ploy_ansible: Update to 1.2.2
- Update to 1.2.2
- Upstream now sdist upload's tar.gz (thanks @fschulze!) [1]
Changes:
* Test and fixes for changes in ansible 1.8. [fschulze]
[1] https://github.com/ployground/ploy_ansible/issues/11
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 Wed Feb 18 22:26:45 2015 (r379321)
+++ head/sysutils/py-ploy_ansible/Makefile Wed Feb 18 22:30:21 2015 (r379322)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ploy_ansible
-DISTVERSION= 1.2.1
+DISTVERSION= 1.2.2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy
${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \
ansible>0:${PORTSDIR}/sysutils/ansible
-USES= python:-2.7 zip
+USES= python:-2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
Modified: head/sysutils/py-ploy_ansible/distinfo
==============================================================================
--- head/sysutils/py-ploy_ansible/distinfo Wed Feb 18 22:26:45 2015 (r379321)
+++ head/sysutils/py-ploy_ansible/distinfo Wed Feb 18 22:30:21 2015 (r379322)
@@ -1,2 +1,2 @@
-SHA256 (ploy_ansible-1.2.1.zip) = 0858f09bd9db4d676f097040262ec8c7159b8fa1d81261a28db8be2fd8b032f2
-SIZE (ploy_ansible-1.2.1.zip) = 32175
+SHA256 (ploy_ansible-1.2.2.tar.gz) = af7f17df6bd123518f9c24ce4efc425b305a36705a7be5adab9b743fd2d85ab3
+SIZE (ploy_ansible-1.2.2.tar.gz) = 23966
More information about the svn-ports-head
mailing list