svn commit: r357464 - in head/sysutils/ansible: . files

Frederic Culot culot at FreeBSD.org
Wed Jun 11 11:41:41 UTC 2014


Author: culot
Date: Wed Jun 11 11:41:40 2014
New Revision: 357464
URL: http://svnweb.freebsd.org/changeset/ports/357464
QAT: https://qat.redports.org/buildarchive/r357464/

Log:
  - Update to 1.6.3
  
  Changes:	https://raw.githubusercontent.com/ansible/ansible/v1.6.3/CHANGELOG.md
  PR:		ports/190882
  Submitted by:	Nikolai Lifanov <lifanov at mail.lifanov.com> (maintainer)

Deleted:
  head/sysutils/ansible/files/patch-lib__ansible__runner__connection_plugins__paramiko_ssh.py
  head/sysutils/ansible/files/patch-lib__ansible__runner__connection_plugins__ssh.py
  head/sysutils/ansible/files/patch-lib__ansible__utils____init__.py
  head/sysutils/ansible/files/patch-test__units__TestUtils.py
Modified:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/distinfo

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Wed Jun 11 11:16:57 2014	(r357463)
+++ head/sysutils/ansible/Makefile	Wed Jun 11 11:41:40 2014	(r357464)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION=	1.6.2
+PORTVERSION=	1.6.3
 CATEGORIES=	sysutils python
 MASTER_SITES=	SF/lifanov-ports-distfiles/sysutils/${PORTNAME}/:icons
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
@@ -29,7 +29,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}
 GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	ce4883b
+GH_COMMIT=	dffea7f
 
 USE_PYTHON=		2
 USE_PYDISTUTILS=	yes

Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo	Wed Jun 11 11:16:57 2014	(r357463)
+++ head/sysutils/ansible/distinfo	Wed Jun 11 11:41:40 2014	(r357464)
@@ -1,4 +1,4 @@
-SHA256 (ansible-1.6.2.tar.gz) = 38f90f99c73f4cb9217d07246c851d685d804588b0721de6e31441a1796388ef
-SIZE (ansible-1.6.2.tar.gz) = 1174221
+SHA256 (ansible-1.6.3.tar.gz) = de4ef54c26768800843bbd01dc6f51d2be607bcfc41169ca7caf0cbd7f928d6b
+SIZE (ansible-1.6.3.tar.gz) = 1174852
 SHA256 (ansible.png) = 9bf68abd2c95db4dc8dfc091c0e0e0a9716891f28d157e3f04e541d96e1c6850
 SIZE (ansible.png) = 1160


More information about the svn-ports-head mailing list