svn commit: r416119 - in head: . textproc textproc/py-curator textproc/py-elasticsearch-curator-py

Dan Langille dvl at FreeBSD.org
Sun May 29 18:08:21 UTC 2016


Author: dvl
Date: Sun May 29 18:08:19 2016
New Revision: 416119
URL: https://svnweb.freebsd.org/changeset/ports/416119

Log:
  Rename py-curator to conform to other elasticsearch port names
  While here, upgrade to 3.5.1
  PR: 209033
  Differential Revision:  D6079

Added:
  head/textproc/py-elasticsearch-curator-py/
     - copied from r416118, head/textproc/py-curator/
Deleted:
  head/textproc/py-curator/
Modified:
  head/MOVED
  head/textproc/Makefile
  head/textproc/py-elasticsearch-curator-py/Makefile
  head/textproc/py-elasticsearch-curator-py/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun May 29 17:29:34 2016	(r416118)
+++ head/MOVED	Sun May 29 18:08:19 2016	(r416119)
@@ -8330,3 +8330,4 @@ databases/py-sqlalchemy-devel|databases/
 misc/kdehier4||2016-05-25|Not used since 2014
 devel/maven-ant-tasks||2016-05-27|Use Maven directly
 graphics/py-imaging||2016-05-28|Has expired: Unmaintained upstream; use graphics/py-pillow
+textproc/py-curator|textproc/py-elasticsearch-curator-py|2016-05-29|Follow existing Elasticsearch naming conventions

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun May 29 17:29:34 2016	(r416118)
+++ head/textproc/Makefile	Sun May 29 18:08:19 2016	(r416119)
@@ -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

Modified: head/textproc/py-elasticsearch-curator-py/Makefile
==============================================================================
--- head/textproc/py-curator/Makefile	Sun May 29 17:29:34 2016	(r416118)
+++ head/textproc/py-elasticsearch-curator-py/Makefile	Sun May 29 18:08:19 2016	(r416119)
@@ -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 at FreeBSD.org
 COMMENT=		Python index manager for Elasticsearch

Modified: head/textproc/py-elasticsearch-curator-py/distinfo
==============================================================================
--- head/textproc/py-curator/distinfo	Sun May 29 17:29:34 2016	(r416118)
+++ head/textproc/py-elasticsearch-curator-py/distinfo	Sun May 29 18:08:19 2016	(r416119)
@@ -1,2 +1,2 @@
-SHA256 (elastic-curator-v3.4.0_GH0.tar.gz) = 86e542886d83ad4c499437e42f4ff69d6602314a75c0c156d1c8dd838ab5e605
-SIZE (elastic-curator-v3.4.0_GH0.tar.gz) = 96741
+SHA256 (elastic-curator-v3.5.1_GH0.tar.gz) = 3b578c1d8a88da22501a79346792288478f3191d75058e4c43d05fc261c9b874
+SIZE (elastic-curator-v3.5.1_GH0.tar.gz) = 93121


More information about the svn-ports-head mailing list