diff options
author | Dan Langille <dvl@FreeBSD.org> | 2016-05-29 18:08:19 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2016-05-29 18:08:19 +0000 |
commit | af30627079e4f03afd9d2c34d756d08a8e1e24e8 (patch) | |
tree | 55e8853481bee420054d8b45a77336c6afb4cab0 /textproc | |
parent | a62284a5783790a7d17ee5b08ff58a1b5074523a (diff) |
Rename py-curator to conform to other elasticsearch port names
While here, upgrade to 3.5.1
PR: 209033
Differential Revision: D6079
Notes
Notes:
svn path=/head/; revision=416119
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-curator/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-elasticsearch-curator-py/Makefile (renamed from textproc/py-curator/Makefile) | 5 | ||||
-rw-r--r-- | textproc/py-elasticsearch-curator-py/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-elasticsearch-curator-py/pkg-descr (renamed from textproc/py-curator/pkg-descr) | 0 |
5 files changed, 6 insertions, 5 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5ea4ccf896ef..1138371c19f3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1222,11 +1222,11 @@ SUBDIR += py-chardet SUBDIR += py-cloud_sptheme SUBDIR += py-creole - SUBDIR += py-curator SUBDIR += py-dbfread SUBDIR += py-diff-match-patch SUBDIR += py-docutils SUBDIR += py-dsv + SUBDIR += py-elasticsearch-curator-py SUBDIR += py-elasticsearch-dsl-py SUBDIR += py-elasticsearch-py SUBDIR += py-elib.intl diff --git a/textproc/py-curator/distinfo b/textproc/py-curator/distinfo deleted file mode 100644 index dc0e98c5a44b..000000000000 --- a/textproc/py-curator/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (elastic-curator-v3.4.0_GH0.tar.gz) = 86e542886d83ad4c499437e42f4ff69d6602314a75c0c156d1c8dd838ab5e605 -SIZE (elastic-curator-v3.4.0_GH0.tar.gz) = 96741 diff --git a/textproc/py-curator/Makefile b/textproc/py-elasticsearch-curator-py/Makefile index 37ac0c4f4bb6..fdc5a18afa6c 100644 --- a/textproc/py-curator/Makefile +++ b/textproc/py-elasticsearch-curator-py/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= curator -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.1 DISTVERSIONPREFIX= v CATEGORIES= textproc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}elasticsearch- +PKGNAMESUFFIX= -py MAINTAINER= dvl@FreeBSD.org COMMENT= Python index manager for Elasticsearch diff --git a/textproc/py-elasticsearch-curator-py/distinfo b/textproc/py-elasticsearch-curator-py/distinfo new file mode 100644 index 000000000000..ab1e215eeb50 --- /dev/null +++ b/textproc/py-elasticsearch-curator-py/distinfo @@ -0,0 +1,2 @@ +SHA256 (elastic-curator-v3.5.1_GH0.tar.gz) = 3b578c1d8a88da22501a79346792288478f3191d75058e4c43d05fc261c9b874 +SIZE (elastic-curator-v3.5.1_GH0.tar.gz) = 93121 diff --git a/textproc/py-curator/pkg-descr b/textproc/py-elasticsearch-curator-py/pkg-descr index e148c998fb07..e148c998fb07 100644 --- a/textproc/py-curator/pkg-descr +++ b/textproc/py-elasticsearch-curator-py/pkg-descr |