pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Search-Elasticsearch Updated devel/p5-Search-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fcdb5eb3f7d
branches:  trunk
changeset: 348803:1fcdb5eb3f7d
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 19 12:06:07 2016 +0000

description:
Updated devel/p5-Search-Elasticsearch from 2.00 to 2.03
-------------------------------------------------------
2.03    2016-05-24

        Added register_qs() to allow plugins to expand known query string params
        Added api_version() to API roles so that plugins can determine which
        API version they should load.

2.02    2016-04-20

        Bug fix:
            Sniffed http addresses may or may not have the hostname/ prepended

2.01    2016-04-15

        Updated for Elasticsearch 2.3.0

        New features:
            * Added delete_by_query(), reindex(), and update_by_query()
            * Added tasks.list() and tasks.cancel()
            * Added ignore_unavailable to cat.snapshots()
            * Added attributes and explain to indices.analyze()
            * Added verbose to indices.segments()
            * S::ES::Error now implements TO_JSON
            * TestServer can now be used with forked processes

        Bug fixes:
            * Search::Elasticsearch::Error shouldn't be a Moo class
            * Search::Elasticsearch::Scroll can now be used in a forked process
            * Hijk is now optional as it doesn't work on windows
            * cat.snapshots requires a repository

diffstat:

 devel/p5-Search-Elasticsearch/Makefile |   5 ++---
 devel/p5-Search-Elasticsearch/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 86ee09d7d091 -r 1fcdb5eb3f7d devel/p5-Search-Elasticsearch/Makefile
--- a/devel/p5-Search-Elasticsearch/Makefile    Sun Jun 19 12:02:31 2016 +0000
+++ b/devel/p5-Search-Elasticsearch/Makefile    Sun Jun 19 12:06:07 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/06/08 19:23:29 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/19 12:06:07 mef Exp $
 
-DISTNAME=      Search-Elasticsearch-2.00
+DISTNAME=      Search-Elasticsearch-2.03
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://cpan.metacpan.org/authors/id/D/DR/DRTECH/
 #ASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Search/}
diff -r 86ee09d7d091 -r 1fcdb5eb3f7d devel/p5-Search-Elasticsearch/distinfo
--- a/devel/p5-Search-Elasticsearch/distinfo    Sun Jun 19 12:02:31 2016 +0000
+++ b/devel/p5-Search-Elasticsearch/distinfo    Sun Jun 19 12:06:07 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/04/14 12:50:34 wiz Exp $
+$NetBSD: distinfo,v 1.6 2016/06/19 12:06:07 mef Exp $
 
-SHA1 (Search-Elasticsearch-2.00.tar.gz) = 77e41b53bff37dbba0c28fe35bf4416155c62ad5
-RMD160 (Search-Elasticsearch-2.00.tar.gz) = bb8e959f3283e10cd445cb383c346c0128e6b825
-SHA512 (Search-Elasticsearch-2.00.tar.gz) = d20ce094418f6157054ff655911d8ad7a8acf434e67414e4368ca044ce308e6ebc29c198b26ffbcb1d288652be4fb19a23cd58832e371749f2bceb8094f74349
-Size (Search-Elasticsearch-2.00.tar.gz) = 138904 bytes
+SHA1 (Search-Elasticsearch-2.03.tar.gz) = 37196ef4a0d01e7244de84e9a325bf9611979d03
+RMD160 (Search-Elasticsearch-2.03.tar.gz) = b26732d65cafe3f11dfdc184f2c65c0a040b4fb5
+SHA512 (Search-Elasticsearch-2.03.tar.gz) = 5b71922b55a8028e77220758ccb079f539be9f8dd7ab3a4ca340aaa2c658529deea41cd87c48409cb61bc715420c0d2c1c0150f4f499e2ab1b5645ebfe4eb65f
+Size (Search-Elasticsearch-2.03.tar.gz) = 142978 bytes



Home | Main Index | Thread Index | Old Index