git: c883e9e4ca6e - main - security/openssl: Chase removal of openssl30 port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Oct 2023 17:30:54 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c883e9e4ca6ea1c08a92a9bdc5c3fd52ab2efe63
commit c883e9e4ca6ea1c08a92a9bdc5c3fd52ab2efe63
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2023-10-14 17:15:18 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2023-10-14 17:23:12 +0000
security/openssl: Chase removal of openssl30 port
---
net-im/signal-desktop/Makefile | 2 +-
www/onlyoffice-documentserver/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index 8bd206d929ce..b1979cf049cc 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= aarch64 amd64
EXTRACT_DEPENDS=jq:textproc/jq \
yarn-node18>0:www/yarn-node18
-BUILD_DEPENDS= ${LOCALBASE}/lib/libcrypto.a:security/openssl30 \
+BUILD_DEPENDS= ${LOCALBASE}/lib/libcrypto.a:security/openssl \
${LOCALBASE}/lib/libringrtc.so:multimedia/ringrtc \
${LOCALBASE}/lib/libsignal_node.so:net-im/libsignal-node \
${LOCALBASE}/lib/libsignal_tokenizer.a:devel/signal-fts5-extension \
diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile
index f93458786dd9..c190dd3ca9c6 100644
--- a/www/onlyoffice-documentserver/Makefile
+++ b/www/onlyoffice-documentserver/Makefile
@@ -27,7 +27,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
java:java/openjdk11 \
ninja:devel/ninja \
npm:www/npm-node16 \
- ${LOCALBASE}/lib/libcrypto.a:security/openssl30
+ ${LOCALBASE}/lib/libcrypto.a:security/openssl
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libcurl.so:ftp/curl \
libharfbuzz.so:print/harfbuzz \