svn commit: r466858 - in head/textproc: . py-elasticsearch5
Mark Felder
feld at FreeBSD.org
Mon Apr 9 14:42:54 UTC 2018
Author: feld
Date: Mon Apr 9 14:42:53 2018
New Revision: 466858
URL: https://svnweb.freebsd.org/changeset/ports/466858
Log:
Create textproc/py-elasticsearch5
The 5.x version of the py-elasticsearch module is still required in
situations where the newer 6.x module is not backwards compatible.
Added:
head/textproc/py-elasticsearch5/
- copied from r456916, head/textproc/py-elasticsearch/
Modified:
head/textproc/Makefile
head/textproc/py-elasticsearch5/Makefile
head/textproc/py-elasticsearch5/distinfo
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Apr 9 13:55:20 2018 (r466857)
+++ head/textproc/Makefile Mon Apr 9 14:42:53 2018 (r466858)
@@ -1293,6 +1293,7 @@
SUBDIR += py-docutils
SUBDIR += py-dsv
SUBDIR += py-elasticsearch
+ SUBDIR += py-elasticsearch5
SUBDIR += py-elasticsearch-curator-py
SUBDIR += py-elasticsearch-dsl-py
SUBDIR += py-elasticsearch2-dsl-py
Modified: head/textproc/py-elasticsearch5/Makefile
==============================================================================
--- head/textproc/py-elasticsearch/Makefile Thu Dec 21 17:40:35 2017 (r456916)
+++ head/textproc/py-elasticsearch5/Makefile Mon Apr 9 14:42:53 2018 (r466858)
@@ -2,17 +2,20 @@
# $FreeBSD$
PORTNAME= elasticsearch
-PORTVERSION= 5.4.0
+PORTVERSION= 5.5.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 5
-MAINTAINER= sunpoet at FreeBSD.org
+MAINTAINER= elastic at FreeBSD.org
COMMENT= Official Python low-level client for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:net/py-urllib3@${FLAVOR}
+
+CONFLICTS= ${PYTHON_PKGNAMEPREFIX}elasticsearch-[0-9]*
NO_ARCH= yes
USES= python
Modified: head/textproc/py-elasticsearch5/distinfo
==============================================================================
--- head/textproc/py-elasticsearch/distinfo Thu Dec 21 17:40:35 2017 (r456916)
+++ head/textproc/py-elasticsearch5/distinfo Mon Apr 9 14:42:53 2018 (r466858)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513860454
-SHA256 (elasticsearch-5.4.0.tar.gz) = e754c688e20fe73160fb6f7f5b63f2a71c78788dc9e6908950681d3a39b56e85
-SIZE (elasticsearch-5.4.0.tar.gz) = 64429
+TIMESTAMP = 1523284727
+SHA256 (elasticsearch-5.5.2.tar.gz) = 8539e30c33fa0ad09617893a458056a35a654c92226390c30a07a3776bb8a94f
+SIZE (elasticsearch-5.5.2.tar.gz) = 70018
More information about the svn-ports-all
mailing list