aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-05-05 14:28:01 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-05-05 14:31:34 +0000
commit10bb4c5eef3d528ad9f7fc4be6e07952742c91a0 (patch)
treea4dc05f4ce044a00008f32410261a97367e1909e
parent265bc4135db799f750a72707d399dc1fa06ee4ba (diff)
downloadports-10bb4c5eef3d528ad9f7fc4be6e07952742c91a0.tar.gz
ports-10bb4c5eef3d528ad9f7fc4be6e07952742c91a0.zip
sysutils/ansible2*: Deprecate unsupported versions
EXPIRATION_DATE will be set in another commit, which is not going to be MFH'ed. MFH: 2021Q2
-rw-r--r--sysutils/ansible27/Makefile3
-rw-r--r--sysutils/ansible28/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/ansible27/Makefile b/sysutils/ansible27/Makefile
index a1f67b30a537..656744ccb1fe 100644
--- a/sysutils/ansible27/Makefile
+++ b/sysutils/ansible27/Makefile
@@ -1,9 +1,12 @@
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
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"