mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
sysutils/ansible: 2.7.1 Changes: https://github.com/ansible/ansible/blob/v2.7.1/changelogs/CHANGELOG-v2.7.rst sysutils/ansible26: 2.6.7 Changes: https://github.com/ansible/ansible/blob/v2.6.7/changelogs/CHANGELOG-v2.6.rst sysutils/ansible25: 2.5.11 Changes: https://github.com/ansible/ansible/blob/v2.5.11/changelogs/CHANGELOG-v2.5.rst All ports: move default configuration directory back to LOCALBASE/etc/ansible as before the flavors conversion. Configuration is version-specific and not Python-specific and this is a more intuitive location. PR: 232377 Reported by: Tomoyuki Sakurai (default configuration path)
17 lines
255 B
Makefile
17 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.5.11
|
|
PKGNAMESUFFIX= 25
|
|
|
|
CONFLICTS= ansible-* \
|
|
ansible1-* \
|
|
ansible23-* \
|
|
ansible24-* \
|
|
ansible26-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../ansible
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
EXTRA_PATCHES=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|