Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 14:57:16 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5ca8559e6ff0 - 2021Q2 - sysutils/ansible2*: Deprecate unsupported versions
Message-ID:  <202105051457.145EvGu4050572@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ca8559e6ff06a0dccfa4a6dfc6fffadba80829f

commit 5ca8559e6ff06a0dccfa4a6dfc6fffadba80829f
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-05-05 14:28:01 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-05-05 14:53:19 +0000

    sysutils/ansible2*: Deprecate unsupported versions
    
    EXPIRATION_DATE will be set in another commit,
    which is not going to be MFH'ed.
    
    MFH:            2021Q2
    (cherry picked from commit 10bb4c5eef3d528ad9f7fc4be6e07952742c91a0)
---
 sysutils/ansible27/Makefile | 3 +++
 sysutils/ansible28/Makefile | 1 +
 2 files changed, 4 insertions(+)

diff --git a/sysutils/ansible27/Makefile b/sysutils/ansible27/Makefile
index 9c7215caab00..a0096bc63cfa 100644
--- a/sysutils/ansible27/Makefile
+++ b/sysutils/ansible27/Makefile
@@ -1,4 +1,5 @@
 PORTVERSION=	2.7.18
+PORTREVISION=	1
 PKGNAMESUFFIX=	27
 
 CONFLICTS=	ansible-* \
@@ -12,6 +13,8 @@ CONFLICTS=	ansible-* \
 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 a9d5884f6b98..d5cc5b2982f3 100644
--- a/sysutils/ansible28/Makefile
+++ b/sysutils/ansible28/Makefile
@@ -1,4 +1,5 @@
 PORTVERSION=	2.8.20
+PORTREVISION=	1
 PKGNAMESUFFIX=	28
 
 CONFLICTS=	ansible-* \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105051457.145EvGu4050572>