aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ansible25
diff options
context:
space:
mode:
authorlifanov <lifanov@FreeBSD.org>2018-10-15 08:58:09 +0800
committerlifanov <lifanov@FreeBSD.org>2018-10-15 08:58:09 +0800
commit2f4c19785265c31b8e24bbbe4a882ca78819903b (patch)
treea21619732dd00d056da1d2bd2e1a73c62dd08faf /sysutils/ansible25
parent78e68c34fc8df220bd42ec6e84ef7355f94b7515 (diff)
downloadfreebsd-ports-gnome-2f4c19785265c31b8e24bbbe4a882ca78819903b.tar.gz
freebsd-ports-gnome-2f4c19785265c31b8e24bbbe4a882ca78819903b.tar.zst
freebsd-ports-gnome-2f4c19785265c31b8e24bbbe4a882ca78819903b.zip
update sysutils/ansible to 2.7.0
This is a major release. Please see changelog and migration guide: https://github.com/ansible/ansible/blob/2.7/changelogs/CHANGELOG-v2.7.rst https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html This also introduces sysutils/ansible26, which will track the 2.6 stable branch.
Diffstat (limited to 'sysutils/ansible25')
-rw-r--r--sysutils/ansible25/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/ansible25/Makefile b/sysutils/ansible25/Makefile
index 8b8936702e24..83ced77471dd 100644
--- a/sysutils/ansible25/Makefile
+++ b/sysutils/ansible25/Makefile
@@ -3,7 +3,11 @@
PORTVERSION= 2.5.9
PKGNAMESUFFIX= 25
-CONFLICTS= ansible-* ansible1-* ansible23-* ansible24-*
+CONFLICTS= ansible-* \
+ ansible1-* \
+ ansible23-* \
+ ansible24-* \
+ ansible26-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo