1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/ansible27/Makefile
Muhammad Moinur Rahman 5c1325ff70 sysutils/ansible: Update version 2.8.11=>2.9.7
- Create sysutils/ansible28 from sysutils/ansible
- Set EXPIRATION_DATE to 20200530 for ansible23 ansible24 ansible25 and
  ansible26 as they are no longer maintained by upstream
- Bump ansible23 ansible24 ansible25 ansible26 and ansible27 for CONFLICTS
  with ansible28

PR:             241734
Submitted by:   ncrogers@gmail.com
Approved by:    portmgr (maintainer-timeout)
2020-04-28 20:46:07 +00:00

23 lines
381 B
Makefile

# $FreeBSD$
PORTVERSION= 2.7.17
PORTREVISION= 1
PKGNAMESUFFIX= 27
CONFLICTS= ansible-* \
ansible1-* \
ansible23-* \
ansible24-* \
ansible25-* \
ansible26-* \
ansible28-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo
USES= cpe python
EXTRA_PATCHES= ${FILESDIR}/extra-patch-sesu \
${FILESDIR}/extra-patch-27
.include "${MASTERDIR}/Makefile"