update to p5-Search-Elasticsearch-2.03
This commit is contained in:
parent
56c509c225
commit
cc122ea05b
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2016/03/20 19:56:34 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2016/09/03 11:03:43 jasper Exp $
|
||||
|
||||
COMMENT = elasticsearch perl module
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Search-Elasticsearch-2.00
|
||||
REVISION = 0
|
||||
DISTNAME = Search-Elasticsearch-2.03
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
@ -19,7 +18,10 @@ RUN_DEPENDS = converters/p5-JSON-MaybeXS \
|
||||
www/p5-URI \
|
||||
www/p5-Hijk
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-Deep \
|
||||
TEST_DEPENDS = devel/p5-Log-Any \
|
||||
devel/p5-Test-Deep \
|
||||
devel/p5-Test-Exception \
|
||||
devel/p5-Test-SharedFork \
|
||||
security/p5-IO-Socket-SSL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Search-Elasticsearch-2.00.tar.gz) = E7PZyaGlt/inTG3SgVHnWdLM1bSFr6f5FSgeXo9xewE=
|
||||
SIZE (Search-Elasticsearch-2.00.tar.gz) = 138904
|
||||
SHA256 (Search-Elasticsearch-2.03.tar.gz) = TWraOSbPRRmoswHywgYHxT+nK8mddplW6W2+D7xXu8A=
|
||||
SIZE (Search-Elasticsearch-2.03.tar.gz) = 142978
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/11/05 07:31:13 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/09/03 11:03:43 jasper Exp $
|
||||
${P5SITE}/Search/
|
||||
${P5SITE}/Search/Elasticsearch/
|
||||
${P5SITE}/Search/Elasticsearch.pm
|
||||
@ -25,6 +25,7 @@ ${P5SITE}/Search/Elasticsearch/Client/2_0/Direct/Cluster.pm
|
||||
${P5SITE}/Search/Elasticsearch/Client/2_0/Direct/Indices.pm
|
||||
${P5SITE}/Search/Elasticsearch/Client/2_0/Direct/Nodes.pm
|
||||
${P5SITE}/Search/Elasticsearch/Client/2_0/Direct/Snapshot.pm
|
||||
${P5SITE}/Search/Elasticsearch/Client/2_0/Direct/Tasks.pm
|
||||
${P5SITE}/Search/Elasticsearch/Cxn/
|
||||
${P5SITE}/Search/Elasticsearch/Cxn/Factory.pm
|
||||
${P5SITE}/Search/Elasticsearch/Cxn/HTTPTiny.pm
|
||||
@ -96,6 +97,7 @@ ${P5SITE}/Search/Elasticsearch/Util/API/QS.pm
|
||||
@man man/man3p/Search::Elasticsearch::Client::2_0::Direct::Indices.3p
|
||||
@man man/man3p/Search::Elasticsearch::Client::2_0::Direct::Nodes.3p
|
||||
@man man/man3p/Search::Elasticsearch::Client::2_0::Direct::Snapshot.3p
|
||||
@man man/man3p/Search::Elasticsearch::Client::2_0::Direct::Tasks.3p
|
||||
@man man/man3p/Search::Elasticsearch::Cxn::Factory.3p
|
||||
@man man/man3p/Search::Elasticsearch::Cxn::HTTPTiny.3p
|
||||
@man man/man3p/Search::Elasticsearch::Cxn::Hijk.3p
|
||||
|
Loading…
x
Reference in New Issue
Block a user