diff --git a/sysutils/ansible27/Makefile b/sysutils/ansible27/Makefile index a1f67b30a537..656744ccb1fe 100644 --- a/sysutils/ansible27/Makefile +++ b/sysutils/ansible27/Makefile @@ -1,11 +1,14 @@ PORTVERSION= 2.7.18 +PORTREVISION= 1 PKGNAMESUFFIX= 27 MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +DEPRECATED= Upstream support ended; consider upgrading to sysutils/ansible + USES= cpe python:3.6+ EXTRA_PATCHES= ${FILESDIR}/extra-patch-sesu \ ${FILESDIR}/extra-patch-27 .include "${MASTERDIR}/Makefile" diff --git a/sysutils/ansible28/Makefile b/sysutils/ansible28/Makefile index 3cd0cf263699..268bb1934df9 100644 --- a/sysutils/ansible28/Makefile +++ b/sysutils/ansible28/Makefile @@ -1,9 +1,12 @@ PORTVERSION= 2.8.20 +PORTREVISION= 1 PKGNAMESUFFIX= 28 MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +DEPRECATED= Upstream support ended; consider upgrading to sysutils/ansible + EXTRA_PATCHES= .include "${MASTERDIR}/Makefile"