diff --git a/sysutils/ansible27/Makefile b/sysutils/ansible27/Makefile index 9c7215caab00..a0096bc63cfa 100644 --- a/sysutils/ansible27/Makefile +++ b/sysutils/ansible27/Makefile @@ -1,19 +1,22 @@ PORTVERSION= 2.7.18 +PORTREVISION= 1 PKGNAMESUFFIX= 27 CONFLICTS= ansible-* \ ansible1-* \ ansible23-* \ ansible24-* \ ansible25-* \ ansible26-* \ ansible28-* 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 a9d5884f6b98..d5cc5b2982f3 100644 --- a/sysutils/ansible28/Makefile +++ b/sysutils/ansible28/Makefile @@ -1,20 +1,21 @@ PORTVERSION= 2.8.20 +PORTREVISION= 1 PKGNAMESUFFIX= 28 CONFLICTS= ansible-* \ ansible1-* \ ansible23-* \ ansible24-* \ ansible25-* \ ansible26-* \ ansible27-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo DEPRECATED= Upstream support ended; consider upgrading to sysutils/ansible USES= cpe python:3.6+ EXTRA_PATCHES= .include "${MASTERDIR}/Makefile"