diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-09-03 06:44:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-09-03 06:44:31 +0800 |
commit | a42316ecbc8e1e7a252ecb7c7ec3484870d329f5 (patch) | |
tree | 070270bc3178efb0a99142d7e5253caa66a82db5 | |
parent | 7131ce1bcef97fc65e5a3305e0a79fcdc6ee0f88 (diff) | |
download | freebsd-ports-gnome-a42316ecbc8e1e7a252ecb7c7ec3484870d329f5.tar.gz freebsd-ports-gnome-a42316ecbc8e1e7a252ecb7c7ec3484870d329f5.tar.zst freebsd-ports-gnome-a42316ecbc8e1e7a252ecb7c7ec3484870d329f5.zip |
Change RUN_DEPENDS from py-elasticsearch to py-elasticsearch6
- Bump PORTREVISION for dependency change
-rw-r--r-- | textproc/py-elasticsearch-curator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch-curator/Makefile b/textproc/py-elasticsearch-curator/Makefile index a0d0b549c74f..fbedbe6f0c69 100644 --- a/textproc/py-elasticsearch-curator/Makefile +++ b/textproc/py-elasticsearch-curator/Makefile @@ -3,6 +3,7 @@ PORTNAME= elasticsearch-curator PORTVERSION= 5.6.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.7.24:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=2018.10.15:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click6>=6.7:devel/py-click6@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}elasticsearch6>=6.1.0:textproc/py-elasticsearch6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-aws4auth>=0.9:www/py-requests-aws4auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}voluptuous>=0.9.3:devel/py-voluptuous@${PY_FLAVOR} \ |