Skip to content

Commit

Permalink
p5-search-elasticsearch: update to version 6.81
Browse files Browse the repository at this point in the history
  • Loading branch information
dbevans committed Jun 30, 2020
1 parent 8537712 commit 084a3a1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions perl/p5-search-elasticsearch/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ PortSystem 1.0
PortGroup perl5 1.0

perl5.branches 5.26 5.28 5.30
perl5.setup Search-Elasticsearch 6.80
perl5.setup Search-Elasticsearch 6.81
license {Artistic-1 GPL}
maintainers nomaintainer
description Search::Elasticsearch - The official client for Elasticsearch
long_description ${description}

platforms darwin

checksums rmd160 bc7ed2ec0da680dff33aec279056c795c4c307d2 \
sha256 da51c2be6e17e8a4b830ffcd44d19dddf839a66bf5ff6a2d8db2a9895dcf2552 \
size 124895
checksums rmd160 b2ce9eef29c355647dd97860970b7bc801803ece \
sha256 3ef14bd83b1112038d5a063446755c2a94adc00bcd675bc0f9285acac2d5a04f \
size 124984

if {${perl5.major} != ""} {
depends_build-append \
Expand Down Expand Up @@ -46,5 +46,8 @@ if {${perl5.major} != ""} {
port:p${perl5.major}-uri \
port:p${perl5.major}-uri-escape-xs

test.env-append \
CLIENT_VER=6_0

supported_archs noarch
}

0 comments on commit 084a3a1

Please sign in to comment.