svn commit: r455201 - head/sysutils/ansible
Nikolai Lifanov
lifanov at FreeBSD.org
Thu Nov 30 14:04:51 UTC 2017
Author: lifanov
Date: Thu Nov 30 14:04:49 2017
New Revision: 455201
URL: https://svnweb.freebsd.org/changeset/ports/455201
Log:
update sysutils/ansible to 2.4.2.0
This is a bugfix release.
Changes: https://github.com/ansible/ansible/blob/v2.4.2.0-1/CHANGELOG.md
Modified:
head/sysutils/ansible/Makefile
head/sysutils/ansible/distinfo
Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile Thu Nov 30 13:49:00 2017 (r455200)
+++ head/sysutils/ansible/Makefile Thu Nov 30 14:04:49 2017 (r455201)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ansible
-PORTVERSION?= 2.4.1.0
+PORTVERSION?= 2.4.2.0
PORTREVISION?= 0
CATEGORIES= sysutils python
MASTER_SITES= http://releases.ansible.com/ansible/
@@ -45,7 +45,7 @@ PORTEXAMPLES= ansible.cfg hosts
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
- ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
+ ${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
-e 's|/etc/ansible|${ETCDIR}|g' \
-e 's|/usr/share/ansible|${DATADIR}|g'
Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo Thu Nov 30 13:49:00 2017 (r455200)
+++ head/sysutils/ansible/distinfo Thu Nov 30 14:04:49 2017 (r455201)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509024964
-SHA256 (ansible-2.4.1.0.tar.gz) = da61afb29cc5bd6bc4737a2da06e673fb6fccc3ae2685130d19ab3a8e404fb6a
-SIZE (ansible-2.4.1.0.tar.gz) = 6675552
+TIMESTAMP = 1512049992
+SHA256 (ansible-2.4.2.0.tar.gz) = 315f1580b20bbc2c2f1104f8b5e548c6b4cac943b88711639c5e0d4dfc4d7658
+SIZE (ansible-2.4.2.0.tar.gz) = 6503595
More information about the svn-ports-all
mailing list