git: 27dd9932d4e6 - main - www/envoy: drop expiring dependency to undeprecate the port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Aug 2024 19:28:43 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=27dd9932d4e6c363b26bf41b8c3b358be0379087 commit 27dd9932d4e6c363b26bf41b8c3b358be0379087 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-08-30 19:27:38 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-08-30 19:27:38 +0000 www/envoy: drop expiring dependency to undeprecate the port. --- www/envoy/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/envoy/Makefile b/www/envoy/Makefile index 7284d6200849..cb45b1ba2e06 100644 --- a/www/envoy/Makefile +++ b/www/envoy/Makefile @@ -12,9 +12,6 @@ WWW= https://www.envoyproxy.io/ LICENSE= APACHE20 -DEPRECATED= Depends on upstream expireda devel/libopentracing -EXPIRATION_DATE=2024-08-31 - BROKEN_SSL= base openssl libressl libressl-devel BROKEN_SSL_REASON= requires BoringSSL @@ -34,7 +31,6 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \ libgpr.so:devel/grpc \ libicuuc.so:devel/icu \ libnghttp2.so:www/libnghttp2 \ - libopentracing.so:devel/libopentracing \ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 \ libxxhash.so:devel/xxhash \