Skip to content

Commit

Permalink
capnproto: update to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaO authored and pmetzger committed Jul 12, 2019
1 parent ef8fa0a commit 69627ed
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions devel/capnproto/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0

name capnproto
version 0.6.1
checksums rmd160 0e8efcdb45e2d4da6d800d82bf7aa4e5225b3054 \
sha256 8082040cd8c3b93c0e4fc72f2799990c72fdcf21c2b5ecdae6611482a14f1a04
version 0.7.0
checksums rmd160 9777cc2f8f96cec289493449a0ac4c6fb85886bd \
sha256 c9a4c0bd88123064d483ab46ecee777f14d933359e23bff6fb4f4dbd28b4cd41 \
size 1477763

maintainers {cal @neverpanic} openmaintainer
platforms darwin
Expand Down Expand Up @@ -51,6 +52,12 @@ if {[string match *clang* ${configure.cxx}]} {
configure.ldflags-append -stdlib=libc++
}

default_variants +openssl
variant openssl description {Support TLS using the OpenSSL library} {
configure.args-append --with-openssl=${prefix}
depends_lib-append path:lib/libssl.dylib:openssl
}

livecheck.type regex
livecheck.url http://capnproto.org/install.html
livecheck.regex "[quotemeta ${name}]-c\\+\\+-(\\d+(\\.\\d+)*)[quotemeta ${extract.suffix}]"

0 comments on commit 69627ed

Please sign in to comment.