Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f503145a635972167b09529dc6c42a68149c7f55)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f503145a635972167b09529dc6c42a68149c7f55)
  • Date: Tue, 23 Aug 2022 21:56:12 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/ugrep/DEPENDS | 4 +++-
devel/ugrep/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit f503145a635972167b09529dc6c42a68149c7f55
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/ugrep: optionally depends on zstd

diff --git a/devel/ugrep/DEPENDS b/devel/ugrep/DEPENDS
index d878738..0c81448 100755
--- a/devel/ugrep/DEPENDS
+++ b/devel/ugrep/DEPENDS
@@ -14,4 +14,6 @@ optional_depends bzip2 "" "--without-bzlib" "to use BZIP2"
&&

optional_depends LZMA "" "--without-lzma" "to use LZMA" &&

-optional_depends lz4 "" "--without-lz4" "to use LZ4"
+optional_depends lz4 "" "--without-lz4" "to use LZ4" &&
+
+optional_depends zstd "" "--without-zstd" "to use zstd"
diff --git a/devel/ugrep/HISTORY b/devel/ugrep/HISTORY
index 29119f6..962d117 100644
--- a/devel/ugrep/HISTORY
+++ b/devel/ugrep/HISTORY
@@ -1,3 +1,6 @@
+2022-08-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added optional zstd
+
2022-08-22 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS, DETAILS: created the spell, version 3.9.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f503145a635972167b09529dc6c42a68149c7f55), Pavel Vinogradov, 08/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page