Skip to Content.
Sympa Menu

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

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 (cb9ca39abe37e0117e0764df556520e2c3b6271f)
  • Date: Sat, 3 Sep 2022 22:50:33 +0000

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

utils/grep/DEPENDS | 2 +-
utils/grep/DETAILS | 3 +--
utils/grep/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 3 deletions(-)

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

utils/grep: version 3.8

diff --git a/utils/grep/DEPENDS b/utils/grep/DEPENDS
index c49d582..8858827 100755
--- a/utils/grep/DEPENDS
+++ b/utils/grep/DEPENDS
@@ -6,7 +6,7 @@ optional_depends GETTEXT \
"--disable-nls" \
"for Native Language Support" &&

-optional_depends pcre \
+optional_depends pcre2 \
'--enable-perl-regexp' \
'--disable-perl-regexp' \
'for Perl-style regex support' &&
diff --git a/utils/grep/DETAILS b/utils/grep/DETAILS
index 2a6b756..12715e8 100755
--- a/utils/grep/DETAILS
+++ b/utils/grep/DETAILS
@@ -1,7 +1,6 @@
SPELL=grep
- VERSION=3.7
+ VERSION=3.8
SECURITY_PATCH=1
- PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/grep/HISTORY b/utils/grep/HISTORY
index 5353e87..facb188 100644
--- a/utils/grep/HISTORY
+++ b/utils/grep/HISTORY
@@ -1,3 +1,7 @@
+2022-09-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.8
+ * DEPENDS: pcre -> pcre2
+
2021-08-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.7




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cb9ca39abe37e0117e0764df556520e2c3b6271f), Pavel Vinogradov, 09/03/2022

Archive powered by MHonArc 2.6.24.

Top of Page