mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5c1325ff70
- 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)
23 lines
381 B
Makefile
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"
|