Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 14:31:22 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7eabec3e2ec0 - main - sysutils/ansible2*: Set expiration date
Message-ID:  <202105051431.145EVMDR021240@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7eabec3e2ec0e768d7b606d8373be623c0a2441c

commit 7eabec3e2ec0e768d7b606d8373be623c0a2441c
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-05-05 14:31:08 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-05-05 14:31:34 +0000

    sysutils/ansible2*: Set expiration date
---
 sysutils/ansible27/Makefile | 3 ++-
 sysutils/ansible28/Makefile | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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



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