diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-10 08:57:56 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-10 08:57:56 +0800 |
commit | ca9b65b8114b85f56a5aae31d2678accaa14f52e (patch) | |
tree | adf39407f2cc570e666e7da5d99a571234094080 /www/envoy | |
parent | 2b665e9bcb510d4f7b1c3dea43d398d1918b6fdf (diff) | |
download | freebsd-ports-gnome-ca9b65b8114b85f56a5aae31d2678accaa14f52e.tar.gz freebsd-ports-gnome-ca9b65b8114b85f56a5aae31d2678accaa14f52e.tar.zst freebsd-ports-gnome-ca9b65b8114b85f56a5aae31d2678accaa14f52e.zip |
devel/spdlog: Update 1.4.2 -> 1.5.0; Change to shared library
PR: 244747
Approved by: vanilla (maintainer)
Diffstat (limited to 'www/envoy')
-rw-r--r-- | www/envoy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/envoy/Makefile b/www/envoy/Makefile index 3b10000b415d..018f4347c1ea 100644 --- a/www/envoy/Makefile +++ b/www/envoy/Makefile @@ -4,7 +4,7 @@ PORTNAME= envoy PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= danfe@FreeBSD.org @@ -19,7 +19,6 @@ BROKEN_SSL_REASON= requires BoringSSL BUILD_DEPENDS= ${LOCALBASE}/include/absl/base/thread_annotations.h:devel/abseil \ ${LOCALBASE}/include/fmt/format.h:devel/libfmt \ ${LOCALBASE}/include/rapidjson/document.h:devel/rapidjson \ - ${LOCALBASE}/include/spdlog/spdlog.h:devel/spdlog \ ${LOCALBASE}/include/tclap/CmdLine.h:devel/tclap LIB_DEPENDS= libcircllhist.so:devel/libcircllhist \ libevent.so:devel/libevent \ @@ -30,7 +29,8 @@ LIB_DEPENDS= libcircllhist.so:devel/libcircllhist \ libyaml-cpp.so:devel/yaml-cpp \ libcares.so:dns/c-ares \ libhttp_parser.so:www/http-parser \ - libnghttp2.so:www/libnghttp2 + libnghttp2.so:www/libnghttp2 \ + libspdlog.so:devel/spdlog USES= compiler:c++14-lang gmake ssl USE_GITHUB= yes |