pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Search-Elasticsearch



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 18 00:06:12 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Search-Elasticsearch: Makefile distinfo

Log Message:
(devel/p5-Search-Elasticsearch) Updated to 6.00 to 6.80

(pkgsrc)
- Converted BUILD_DEPENDS to TEST_DEPENDS

(upstream)
6.80    2020-03-25
  * Fixed SSL_verify_mode in LWP and skipped https tests for Hijk
  * Changed the User-Agent header with
    elasticsearch-perl/<client-version> (<os>; perl <Lang version>)

6.80_1  2020-03-11
 Updated API and XPack endpoints for Elasticsearch 6.8.7

 * Merged the XPack into Direct client, there is no need anymore
   to use a plugin for XPack
 * Added the XPack YAML tests
 * Usage of Travis CI for testing
 * Added the User-Agent header with
   <client-repo-name>/<client-version> (<Lang version>)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Search-Elasticsearch/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Search-Elasticsearch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Search-Elasticsearch/Makefile
diff -u pkgsrc/devel/p5-Search-Elasticsearch/Makefile:1.15 pkgsrc/devel/p5-Search-Elasticsearch/Makefile:1.16
--- pkgsrc/devel/p5-Search-Elasticsearch/Makefile:1.15  Sun Aug 11 13:20:18 2019
+++ pkgsrc/devel/p5-Search-Elasticsearch/Makefile       Sat Apr 18 00:06:12 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2019/08/11 13:20:18 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/18 00:06:12 mef Exp $
 
-DISTNAME=      Search-Elasticsearch-6.00
+DISTNAME=      Search-Elasticsearch-6.80
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
-CATEGORIES=    devel
+CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Search/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -21,12 +20,12 @@ DEPENDS+=   p5-namespace-clean-[0-9]*:../.
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 
 # test depends
-BUILD_DEPENDS+=        p5-Hijk-[0-9]*:../../www/p5-Hijk
-BUILD_DEPENDS+=        p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
-BUILD_DEPENDS+=        p5-Log-Any-Adapter-Callback-[0-9]*:../../devel/p5-Log-Any-Adapter-Callback
-BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-BUILD_DEPENDS+=        p5-Test-SharedFork-[0-9]*:../../devel/p5-Test-SharedFork
+TEST_DEPENDS+= p5-Hijk-[0-9]*:../../www/p5-Hijk
+TEST_DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+TEST_DEPENDS+= p5-Log-Any-Adapter-Callback-[0-9]*:../../devel/p5-Log-Any-Adapter-Callback
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Test-SharedFork-[0-9]*:../../devel/p5-Test-SharedFork
 
 PERL5_PACKLIST=        auto/Search/Elasticsearch/.packlist
 USE_LANGUAGES= # none

Index: pkgsrc/devel/p5-Search-Elasticsearch/distinfo
diff -u pkgsrc/devel/p5-Search-Elasticsearch/distinfo:1.9 pkgsrc/devel/p5-Search-Elasticsearch/distinfo:1.10
--- pkgsrc/devel/p5-Search-Elasticsearch/distinfo:1.9   Wed Nov 15 10:48:03 2017
+++ pkgsrc/devel/p5-Search-Elasticsearch/distinfo       Sat Apr 18 00:06:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/11/15 10:48:03 wiz Exp $
+$NetBSD: distinfo,v 1.10 2020/04/18 00:06:12 mef Exp $
 
-SHA1 (Search-Elasticsearch-6.00.tar.gz) = 0e3ea3ba61496dc8f3ca1975b084653152d57534
-RMD160 (Search-Elasticsearch-6.00.tar.gz) = 03bfd23ed84f633d6d939d282eb88520a2956325
-SHA512 (Search-Elasticsearch-6.00.tar.gz) = c25e31523f63915ac56d953ef601537f2e6a76fb82d20eda837950bf4043de1e48a16758c5c1391383e17784fd740d01a522271c34757500ff47de152552f621
-Size (Search-Elasticsearch-6.00.tar.gz) = 109121 bytes
+SHA1 (Search-Elasticsearch-6.80.tar.gz) = c5e72eade4d6efb56c4eec569e0b0547e25f1e3d
+RMD160 (Search-Elasticsearch-6.80.tar.gz) = bc7ed2ec0da680dff33aec279056c795c4c307d2
+SHA512 (Search-Elasticsearch-6.80.tar.gz) = f1b4f2d02f619335225bb3b425059c50fefd3d0befaf261f722f41040d303a071a02b922c85fafc043566aaebeab70f9355eef102bf63baed2e0f063197e5a4f
+Size (Search-Elasticsearch-6.80.tar.gz) = 124895 bytes



Home | Main Index | Thread Index | Old Index