Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2026 02:31:19 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e51bb14a7df7 - main - textproc/py-elasticsearch5: Deprecate - 5.x reached EoL, last version was in 2018
Message-ID:  <69b619f7.3c553.36d9a6ef@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit e51bb14a7df7d3a6c88835ba731573f36e581d54
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-03-15 02:16:12 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-15 02:28:03 +0000

    textproc/py-elasticsearch5: Deprecate - 5.x reached EoL, last version was in 2018
    
    In such cases, I usually update to the latest version in the branch
    (5.5.2 => 5.5.5) and only then deprecate the port, but here there is no
    point in this - this is a very old branch, the latest version of which
    was released in 2018, no one in the tree depends on it, and the ports
    have the latest version 9.3.0 in the port textproc/py-elasticsearch.
    
    Deprecate with expiration date 2026-06-30.
    
    Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
---
 textproc/py-elasticsearch5/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/textproc/py-elasticsearch5/Makefile b/textproc/py-elasticsearch5/Makefile
index 54131168ec14..21adef6c9871 100644
--- a/textproc/py-elasticsearch5/Makefile
+++ b/textproc/py-elasticsearch5/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	elasticsearch
 PORTVERSION=	5.5.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	5
@@ -12,6 +12,9 @@ WWW=		https://elasticsearch-py.readthedocs.org/en/master/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	5.x reached EoL, last version was in 2018 - use textproc/py-elasticsearch 9.3.0 instead
+EXPIRATION_DATE=	2026-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:net/py-urllib3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b619f7.3c553.36d9a6ef>