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

Matthew Seaman matthew at FreeBSD.org
Thu Feb 25 23:06:01 UTC 2016


Author: matthew
Date: Thu Feb 25 23:05:59 2016
New Revision: 409568
URL: https://svnweb.freebsd.org/changeset/ports/409568

Log:
  Update to 2.0.1.0
  
  This is primarily a bugfix release.  This also includes a merge of the
  two local bugfix patches.
  
  ChangeLog:	 https://raw.githubusercontent.com/ansible/ansible/v2.0.1.0-1/CHANGELOG.md
  
  PR:		207490
  Submitted by:	lifanov at mail.lifanov.com (maintainer)

Deleted:
  head/sysutils/ansible/files/extra-patch-6bf2f45
  head/sysutils/ansible/files/extra-patch-8647fdc
Modified:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/distinfo

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Thu Feb 25 22:58:20 2016	(r409567)
+++ head/sysutils/ansible/Makefile	Thu Feb 25 23:05:59 2016	(r409568)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION?=	2.0.0.2
-PORTREVISION?=	3
+PORTVERSION?=	2.0.1.0
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
 
@@ -18,9 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml
 		${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2
 
-EXTRA_PATCHES?=	${FILESDIR}/extra-patch-8647fdc \
-		${FILESDIR}/extra-patch-6bf2f45
-
 NO_ARCH=	yes
 USES=		cpe python:2 shebangfix
 USE_PYTHON=	autoplist distutils

Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo	Thu Feb 25 22:58:20 2016	(r409567)
+++ head/sysutils/ansible/distinfo	Thu Feb 25 23:05:59 2016	(r409568)
@@ -1,2 +1,2 @@
-SHA256 (ansible-2.0.0.2.tar.gz) = 27db0b99113fab85b1430c361c7790a0aa7f5c614c9af13362e2adbba07e5828
-SIZE (ansible-2.0.0.2.tar.gz) = 1497944
+SHA256 (ansible-2.0.1.0.tar.gz) = cddc4fa6af4c1be6cd1d6634de1bd0397abad921c76b32cab6722c042744ee5d
+SIZE (ansible-2.0.1.0.tar.gz) = 1510155


More information about the svn-ports-all mailing list