Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5ebffb72180bd0e1326d8a4ee510664e00604318)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5ebffb72180bd0e1326d8a4ee510664e00604318)
  • Date: Mon, 13 Nov 2023 01:41:01 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/git/DEPENDS | 3 ++-
devel/git/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 5ebffb72180bd0e1326d8a4ee510664e00604318
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

git: Add gettext as a hard dep

diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index 7d4968b..02522ed 100755
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -21,7 +21,8 @@ optional_depends expat \
"--without-expat" \
"for http push" &&

-optional_depends GETTEXT '' '' 'translate messages' &&
+# FIXME: gettext not optional for git 2.42.1
+depends GETTEXT &&

optional_depends pcre2 '--with-libpcre' '' 'support Perl-compatible regexes'
&&

diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 5ba737d..67933b0 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2023-11-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added gettext as a hard dependency
+
2023-11-02 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 2.42.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5ebffb72180bd0e1326d8a4ee510664e00604318), Ismael Luceno, 11/12/2023

Archive powered by MHonArc 2.6.24.

Top of Page