summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorVlad Glagolev2022-01-19 19:20:34 +0000
committerVlad Glagolev2022-01-19 19:20:34 +0000
commitbed2372bb43d077c34936522b1934b8f0f08db6f (patch)
tree9fb42619db84c72fb7ab6026ff6a4822f4c778eb /ftp
parentf73db0a2e36357d8f2e14ebb930cc02940d6b069 (diff)
curl: correct typos
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/curl/DEPENDS16
-rw-r--r--ftp/curl/HISTORY3
2 files changed, 10 insertions, 9 deletions
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 291a0c5bb4..9d381117b3 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -84,14 +84,12 @@ if is_depends_enabled ${SPELL} nghttp3; then
depends -sub WITHSSL ngtcp2
fi &&
-if spell_ok brotli; then
- optional_depends brotli \
- "--with-brotli" \
- "--without-brotli" \
- "Brotli compression"
-fi &&
+optional_depends brotli \
+ "--with-brotli" \
+ "--without-brotli" \
+ "for Brotli compression support" &&
optional_depends zstd \
- "--with-zstd" \
- "--without-zstd" \
- "Xstd support"
+ "--with-zstd" \
+ "--without-zstd" \
+ "for Zstd compression support"
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index bafcef7440..5ddf4028b9 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2022-01-19 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: correct typos
+
2022-01-05 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 7.81.0